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

*{
	padding:0px;
	margin:0px;

	}

body {
	font-family: 'Noticia Text', serif;}




header {
	width: 100%;
	height: 100px;
	-webkit-box-shadow: -1px 4px 9px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 9px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 9px -6px rgba(0,0,0,0.75);
	font-weight: 700;
	position:absolute;
	z-index:100;
	background-color:rgba(255,255,255,1);


}


#logo {
	padding-left:10%;
	float:left;
	padding-top:1.3%;
}

#logo a img {
	width:90%;
}

nav ul {
	padding-top:45px;
	float: right;
	padding-right:10%;
	}

nav ul li {
	display:inline-block;
	padding: 0 4px;
	color:#818285;
	font-weight:700;
	}

nav ul li a {
	color: #2e3092;
	text-decoration: none;
	}



nav ul li a:hover{
	color: #818285;
	}

#seccion1{
	height:100%;
	background: #495bb4; /* Old browsers */

	background: -moz-radial-gradient(center, ellipse cover,  #495bb4 0%, #2e3192 100%); /* FF3.6+ */

	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#495bb4), color-stop(100%,#2e3192)); /* Chrome,Safari4+ */

	background: -webkit-radial-gradient(center, ellipse cover,  #495bb4 0%,#2e3192 100%); /* Chrome10+,Safari5.1+ */

	background: -o-radial-gradient(center, ellipse cover,  #495bb4 0%,#2e3192 100%); /* Opera 12+ */

	background: -ms-radial-gradient(center, ellipse cover,  #495bb4 0%,#2e3192 100%); /* IE10+ */

	background: radial-gradient(ellipse at center,  #495bb4 0%,#2e3192 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495bb4', endColorstr='#2e3192',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

#textosprincipales {
	float: left;
	margin-top: 14%;
	margin-left: 10%;
	width: 37%;
	color:#FFFFFF;
	margin-bottom:6%;

	}

#textosprincipales h1 {
	margin-bottom:20px;

	}

#mazo {
	float:right;
	width:37%;
	margin-top:10%;
	margin-right:6%;

	margin-bottom:6%;
	}

#mazo img {
	width:100%;
	}

#seccion2 {
	height:100%;

	}

#seccion2 #textoseccion2 {
	width: 70%;
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 100px;

	}

#seccion2 #textoseccion2 table tr td{
	padding:5px 50px;
	text-align:center;

	}

#seccion2 #textoseccion2 table tr td h1{
	color:#2e3192;

	}

#nuestraempresa {
	width: 100%;
	height: 100%;
	background-color: #fafafb;
	border-top: thin rgba(204,204,204,1) solid;
	}

#titulonuestraempresa {
	padding-top:70px;
	color: #3D46A3;
	text-align:center;
	font-size: 24px;
	}

#valores {
	width: 70%;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 100px;
	line-height: 18pt;
	}

#valores table tr td {
	padding:15px 70px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;


	}


#valores table tr td h2 {
	color:#2e3192;
	}

#valores table tr td h2 i  {
	padding-right:22px;
	}

#valores table tr td p {
	padding-left:47px;

	}

#seccion3 { width:100%;
	}

#izquierda {
	width:50%;
	float:left;
	}

.textoseccion3 {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	width: 50%;
		margin-top:14%;
	color: #FFF;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;

	}

#derecha {
	width:50%;
	float:right;
	}

#izquierda img {
	width:100%;
	}
#derecha img {
	width:100%;
	}

#footer {
	width:100%;
	height:700px;
	background-image:url(imagenes/morado.png);
	background-size:cover;
	}
/*formulario*/


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


form {
	/* [disabled]width: 76%; */
	margin-right: 16%;
	margin-left: 14%;
	margin-top: 70px;
}

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

input, textarea {
	width: 100%;
	height: 27px;
	background: rgba(255,255,255,.8);
	padding: 10px;
	margin-top: 3px;
	font-size: 0.9em;
	color: #5F567C;
	font-family: 'Noticia Text', serif;
	margin-bottom: 10px;
	font-weight:bold;
}
input::-webkit-input-placeholder {
    color: #666;
	font-weight:500;

}
input:-moz-placeholder {
     color: #666;
	font-weight:500;

}
input:-ms-placeholder {
    color: #666;
	font-weight:500;

}
input:-o-placeholder {
    color: #666;
	font-weight:500;

}
textarea::-webkit-input-placeholder {
     color: #666;
	font-weight:500;

}

textarea::-moz-input-placeholder {
     color: #666;
	font-weight:500;

}
textarea::-ms-input-placeholder {
     color: #666;
	font-weight:500;

}



input:focus, textarea:focus {
	border: 1px solid  #09F;
	color: #60567C;
	font-weight: bold;
}

textarea {
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	text-align:center;
	color:rgba(78,93,178,1);
	width: 140px;
	height: 38px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	float: right;
}

#submit:hover {
		opacity:1;
		background: rgba(255,255,255,1)
	}


/*acaban estilos de formulario*/


#informaciondecontacto {
	color: #FFF;
	/* [disabled]width: 100%; */
	/* [disabled]margin-right: 0%; */
	margin-left: 5%;
	margin-top: 70px;
}

#informaciondecontacto ul {
	padding-bottom:30px;

	}

#informaciondecontacto ul li {
	list-style:none;
	text-decoration:none;
	padding-top:10px;

	}



#informaciondecontacto ul li:first-child {
	list-style:none;
	text-decoration:none;
	padding-top:0px;
	padding-left:0px}

#boton {
	text-align:center;
	background-color:rgba(255,255,255,.8);
	width:400px;
	color:rgba(78,93,178,1);
	padding:0px;
	padding-top:20px;
	}

#boton {
	text-align:center;
	background-color:rgba(255,255,255,.8);
	width:400px;
	color:rgba(78,93,178,1);
	padding:0px;
	padding-top:20px;
	}

#boton li h1 a {
	text-decoration:none;
	}

#boton:hover {
	text-align:center;
	background-color:rgba(255,255,255,1);

	}

#iceberg {
	height:50px;
	padding-top:20px;
	background-color:#0D0A10;
	color:#CCC
	}

#iceberg p a {
	text-decoration:none;
	color:#5D5379;
	}

#iceberg p a:hover {
	color: #8675B7;
	}

#aviso_privacidad {
	margin-top:30px;
	}

#aviso_privacidad ul li {

	display:inline-block;
	margin:10px;}
/*
.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);

}
*/
