@charset "UTF-8";
/* CSS Document */
@font-face {
font-family: Century Gothic;
src: url(century-gothic.eot) format("opentype");
src: url(century-gothic.ttf) format("opentype");
}
* {
	margin: 0;
	padding: 0;
	}

h3, h4 {
	color: #ffffff;
	padding: 16px 32px 8px;
	}
	
/*** Fondo de toda la página ***/	
html {
	background: #F7F7F7;
	position: relative;
	min-height: 100%;
	}
	
/*** Medidas del cuerpo ***/	
body {
	font-family: Century Gothic, sans-serif;
	width:100%;
	background-color: #000;
	margin: 0 0 212px;
	}



/*** Cabecera ***/	
#logo {
	position:absolute;
	float: left;
	padding-top: 1em;
	padding-left:10%;
	}
	
#logo2 {
	display: none;
	}
#cssmenu .active {
    color:#A9CF37;/* Color de a:hover general*/
}	
#cabecera{
	height: 150px; 
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 1%, #f4f4f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 1%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 1%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	}

/*** Section ***/
#info {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	}
#datos {
	position: absolute;
	top: 116px;
	right: 100px;
	}
#datos a {
	text-decoration: none;
	color: rgba(68,132,178,1.00);
	}
	
#datos a:hover {
	color: #999;
	}
	
#facebook {
	background-image: url("../img/facebook.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 49px;
	background-color:#000;
	margin: 0 0 -17px 0;
	-webkit-transition: background-image .5s ease-out;
  -moz-transition: background-image .5s ease-out;
  -o-transition: background-image .5s ease-out;
  transition: background-image .5s ease-out;
	}

#facebook:hover {
	background-image: url("../img/facebookHover.png");
    }

#twitter {
	background-image: url("../img/twitter.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	padding: 9px 0px;
	background-color:#000;
	margin: 0 0 -17px 0;
	-webkit-transition: background-image .5s ease-out;
  -moz-transition: background-image .5s ease-out;
  -o-transition: background-image .5s ease-out;
  transition: background-image .5s ease-out;
	}

#twitter:hover {
	background-image: url("../img/twitterHover.png");
    }
/***  Slider  ***/	
.slides li p {
	color: #fff;
	position: absolute;
	z-index: 1000;
	margin-top: 250px;
	margin-left: 75px;
	font-size: 36px;
	font-weight: bolder;
	line-height: .8;
	text-shadow: 1px 2px 3px #000;
	}
	
.capitales {
	text-transform: uppercase;
	font-size: 20px;
	line-height:1;
	color: #fff;
	}
	
#slider {
	width:60%;
	float: left;
	height: 400px;
	padding: 32px 16px 32px 48px;
	
	}
	
section { 
    border-radius: 5px;
    overflow: hidden;
    width: 100%; 
 }

	
#textoHome {
	clear:both; 
	color:#fff; 
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
	}
/** Izquierda Interiores **/
#left { 
     display: inline-block; 
     width: 50%; 
	 margin: 32px 60px;
	 color: #ffffff;
	 }
	
#left p {
	padding:8px  16px;
	}
		
#left2 { 
     display: inline-block; 
     width: 40%; 
	 margin: 32px 60px;
	 color: #ffffff;
	 }	
#tituloPag p {
	color: #fff;
	margin-left: 55px;
	font-size: 36px;
	font-weight: bolder;
	line-height: .8;
	padding:0;
	}

#right { 
     display: inline-block; 
     width: 30%; 
	 margin: 0 auto;
	 margin-top:32px;
	 vertical-align: top;
	 color: #ffffff;
	 }
	
#right2 { 
     display: inline-block; 
     width: 30%; 
	 margin: 60px auto;
	 vertical-align: top;
	 color: #ffffff;
	 }
	 
#right2 p {
	padding: 16px;
	}
	
#right3 { 
     display: inline-block; 
     width: 30%; 
	 margin: 60px auto;
	 vertical-align: top;
	 color: #ffffff;
	 }
	 
/** Recuadros del Home**/

.recNegro {
	background-color:rgba(0,0,0, .3);
	height: 100%;
	color: #fff;
	font-weight: bolder;
	text-shadow: 1px 2px 3px #000;
	}
.recNegro:hover{
	background-color:rgba(0,0,0, 0);
	color:#68aee0;
	font-weight: bolder;
	text-shadow: 1px 2px 3px #000;
	}

.recNegro p {
	position: relative;
	top: 70%;
	left: 6px;
	font-size:18px;
	line-height: .9;
	}
.recNegro p span {
	font-size:14px;
	font-weight: lighter;
	}
.recuadro1 {
	width:32%;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	background-image:url(../img/quienesSomos.jpg);
	background-position: center;
	}
.recuadro2 {
	width:32%;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	background-image:url(../img/queHacemos.jpg);
	background-position: center;
	}
.recuadro3 {
	width:33%;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	background-image:url(../img/nuestrosClientes.jpg);
	background-position: center;
	}
.recuadro4 {
    width:32%;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	background-image:url(../img/dinosTusDudas.jpg);
	background-position: center;
	}
.recuadro5 {
	width:32%;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	background-image:url(../img/nuestrosProductos.jpg);
	background-position: center;
	}
.recuadro6 {
	width:33%;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	background-image:url(../img/sociosComerciales.jpg);
	background-position: center;
	}

/** Nosotros **/

#first {
	width: 400px;
	padding: 48px 32px 96px 32px;
	background-image: url(../img/mision.png);
	background-size: cover;
	background-position: center;
	background-color: #386384;
	border-top:solid 6px #132431;
	border-leftt:solid 6px #132431;
	border-radius: 50%;
	}	

#second {
    width: 220px;
	margin-top: -150px;
	margin-left: 65%;
	padding: 16px 8px 48px 24px;
	background-image: url(../img/vision.png);
	background-size: cover;
	background-position: center;
	background-color: #386384;
	border-top:solid 5px #132431;
	border-left:solid 5px #132431;
	border-radius: 50%;
	}
		
#third {
	width: 200px;
	margin-top: -96px;
	margin-left: 28%;
	padding: 32px;
	background-image: url(../img/valores.png);
	background-size: cover;
	background-position: center;
	background-color: #386384;
	border-top:solid 5px #132431;
	border-right:solid 5px #132431;
	border-radius: 50%;
	}
	
#left h2 {
	color: #ffffff;
	text-align: center;
	margin: 32px auto 0;
	}
	
#img0 {	
	width: 30%;
	float: left;
	margin: 16px;
	border-radius: 5px;
	border: solid 4px #fff;
	}

#img01 {	
	width: 30%;
	float: right;
	margin: 16px;
	border-radius: 5px;
	border: solid 4px #fff;
	}

#img1 {
	width: 55%;
	margin-top: 32px;
	border-radius: 5px;
	border: solid 4px #fff;
	}
	
#img2 {
	width: 55%;
	margin-left: 50%;
	margin-top: -32px;
	border-radius: 5px;
	border: solid 4px #fff;
	}
	
#img3 {
	width: 55%;
	margin-top: -32px;
	border-radius: 5px;
	border: solid 4px #fff;
	}
#directorio {
	padding-top: 12px;
	padding-bottom: 32px;
	clear: both;
	}

#directorio p {
	padding: 16px 16px 8px;
	}
#directorio a {
	color: #A2C9F2;
	padding-left: 8px;
	text-decoration:none;
	}
#directorio a:hover {
	color: #ffffff;
	}
.puesto {
	font-size:12px;
	text-transform: uppercase;
	padding-left: 36px;
	}
.mail {
	padding-left: 12px;
	}

/* Que hacemos */
#vinetas {
	width:90%;
	margin: 0 auto;
	padding: 16px 0 64px;
	color:#ffffff;
	}	

.tercio2 {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 32px;
	}
	
.tercio2 img{
	
	}
.tercio2 p {
	padding: 16px 16px 16px 80px;
	margin-left: 15%;
	margin-right: 5%;
	background-color: rgba(255,255,255,0.50);
	border-radius: 16px;
	}
#iconos {
	padding-bottom: 64px;
	}
#circ0, #circ1, #circ2, #circ3, #circ4, #circ5 {
	float: left;
	width: 30%;
	}
/*** Socios Comerciales ***/

.logoSocio {
    width: 22%;
    margin: 1%;
}

/*** Productos ***/
#catalogos {
	padding: 32px 64px;
	color: #ffffff;
	}

.tercio {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-top: 32px;
	}
	
.tercio img{
	float: left;
	}
	
.nombreSitio {
	width: 65%;
	padding: 10px 0 10px 50px;
	margin-left: 32px;
	background-color: #4484B2;
	border-radius: 0 30px 30px 0;
	text-transform: uppercase;
	}

.capital {
	font-size:18px;
	}

#catalogo1 {
	height: 300px;
	background-image: url(../img/galeria/BellasArtes12.png);
	background-position: center;
	background-size: cover;
	}
#catalogo2 {
	height: 300px;
	background-image: url(../img/galeria/CentroCulturalTELMEX1.png);
	background-position: center;
	background-size: cover;
	}
#catalogo3 {
	height: 300px;
	background-image: url(../img/galeria/MetropoliPatriotismo2.png);
	background-position: center;
	background-size: cover;
	}
#catalogo4 {
	height: 300px;
	background-image: url(../img/galeria/MetropoliGolfCenter.jpg);
	background-position: center;
	background-size: cover;
	}
#catalogo5 {
	height: 300px;
	background-image: url(../img/galeria/PlazaAzcapotzalco2.png);
	background-position: center;
	background-size: cover;
	}
#catalogo6 {
	height: 300px;
	background-image: url(../img/galeria/espectacular2.jpg);
	background-position: center;
	background-size: cover;
	}
	
.descarga {
	background-color: #386384;
	border-radius: 18px;
	width: 200px;
	margin: 8px auto;
	height: 24px;
	padding: 8px;
	}

.descarga:hover {
	background-color: #1F3F57;
	}

.tercio a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 8px;
	}

/*** Únete a Nuestro Equipo ***/
#left ul {
	padding: 0 64px;
	} 
	
#equipo { margin: 64px 0 0;}


/*** Contacto ***/	

#contacto {
	padding: 32px;
	}
#contacto p {
	padding: 12px 16px 0;
	}
#contacto h4 {
	color: #999999;
	padding: 0px 32px 16px;
	}
.dato {
	font-size: 16px;
	padding: 0px 16px;
	color: #fff;
	}
			
.cuadro{
	width: 60%;
	border: none;
	padding: 8px;
	border-radius: 2px;
	background-color: #404040;
	margin: 0px 16px; 
	color:#f9f9f9;
	font-size: 16px;
	}
	
.send {
	margin-left: 25%;
	padding-top: 32px;
	}
	
.boton {
	color: #fff;
	width: 70px;
	background-color: rgba(68,132,178,1.00);
	border: none;
	padding: 8px 16px;
	font-size: 14px;
	font-family: Century Gothic, sans-serif;
	border-radius: 2px;
	}
		
#right3 h3 {
	font-size: 18px;
	color: #4887C6;
	}
.infoContacto {
	font-size: 16px;
	margin: 8px 0 16px;
	color: #ffffff;
	}
	
.infoContacto span {
	font-weight: bold;
	color: #4887C6;
	
	}
	
.infoContacto a {
	color: #CAECFF;
	text-decoration: none;
	}
	
.infoContacto a:hover {
	color: #fff;
	}
	
#right3 iframe {
	margin-top: 32px;
	}

/* Gracias */
#gracias {
	margin-top: 56px;
	}
#gracias img {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 64px 0;
	}
	
#tituloPagGracias {
	color: #fff;
	margin-left: 25%;
	font-size: 36px;
	font-weight: bolder;
	line-height: .8;
	padding:0;
	}
	
#textoHome a {
	text-decoration: none;
	color: #CAECFF;
	}
	
/*** Footer ***/

footer {
	width: 100%;
	height: 224px;
	background-color: #4584b2;
	position: absolute;
	bottom: 0;
	}
footer a{
	text-decoration: none;
	color: #CAECFF;
	}
	
footer a:hover{
	color: #fff;
	}

#contenedor {
    width: 100%;
    color: #fff;
}

#primero, #segundo, #tercero, #cuarto{
	text-align:center;
	width: 25%;
	display: inline-block;
	margin: 0  0 0 -5px ;
	border: 0;
	padding: 0;
	vertical-align: top;
	}
	
.titulo {
	background-color: #386384;
	width: 100%;
	padding: 4px 3px;
	}
	
#columna1, #columna2, #columna3, #columna4 {
   padding:16px;
     
 }
#columna1 li {
	list-style: none;
	text-align: left;
	margin-left: 40%;
	}

hr {
	opacity: .5; 
	background-color:#fff; 
	border: none;
	width: 100%; 
	margin: 0 auto; 
	height: 1px; 
	margin-bottom: 8px;
	position: absolute;
	bottom: 32px;
	} 
	
#diseno {
	color: #fff;
	position: absolute;
	left: 32px;
	bottom: 12px;
	font-size: 12px;
	
	}
#aviso {
	font-size: 12px;
	position: absolute;
	right: 32px;
	bottom: 12px;
	}