@charset "utf-8";
/* CSS Document */

@media screen and (min-width:690px) {

#content_seccion {
	display: block;
	float: left;
	width: 50%;
	background-image: url(../img/bg-contacto.jpg);
	background-repeat: no-repeat;
	background-position: center 50%;
	position: relative;
	overflow: hidden;
}

#content_seccion div {
    display: block;
	float: right;
	width: 395px;
	height: 100%;
	padding-top: 20%;
	padding-left: 14%;
	padding-right: 12%;
}

}

@media screen and (max-width:690px) {

#content_seccion {
   display: block;
   float: left;
   width: 100%;
   padding-bottom: 20px;
   background: none;
}

#content_seccion div {
    display: block;
	float: left;
	width: 90%;
	margin-left: 5%;
}

}

#content_seccion div h3 {
    display: block;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
    font-family: "hurme_geometric_sans_1bold", Arial, Helvetica, sans-serif;
	color: #94936B;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase !important;
}

#content_seccion div h3 span {
    font-family: "hurme_geometric_sans_1regular", Arial, Helvetica, sans-serif;
	color: #999999;
}

#content_seccion div p {
	display: block;
	width: 100%;
	float: left;
	margin-top: 3px;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: 13px;
	text-align: justify;
	line-height: 1.5;
}

#boton-escuela {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    padding: 50px 0 0 0 !important;
}

#boton-escuela ul li {
    list-style: none;
}

#boton-escuela ul li .facebook {
    background-image: url(../img/icon-face-escuela.PNG);
    background-repeat: no-repeat;
    background-position: left top;
}

#boton-escuela ul li a {
	display: block;
    float: left;
    height: 35px;
    width: 35px;
}

@media screen and (min-width:690px) {

#empresa {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	overflow: hidden;
	background-color: #000000;
}

}

@media screen and (max-width:690px) {

#empresa {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #000000;
}

}

/* ----------- Inicio de CSS para Slideshow ----------- */

#slideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#slideshow li {
    display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow li.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow li.last-active {
    z-index: 9;
}

#slide01  {
	background-image: url(../img/escuela/01.JPG);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide02  {
	background-image: url(../img/escuela/02.JPG);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide03  {
	background-image: url(../img/escuela/03.JPG);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide04  {
	background-image: url(../img/escuela/04.JPG);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide05  {
	background-image: url(../img/escuela/05.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide06  {
	background-image: url(../img/escuela/06.JPG);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide07  {
	background-image: url(../img/escuela/07.JPG);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide08  {
	background-image: url(../img/escuela/08.JPG);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide09  {
	background-image: url(../img/escuela/09.JPG);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide10  {
	background-image: url(../img/escuela/10.JPG);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
