@import url('reset.css');
@import url('fuentes.css');

/*--- Estilos Generales ---*/
body {
	background: #fff;
	font-family:Arial, Helvetica, Sans-serif;
	color:#000;
}
a {text-decoration:none; color: #000;}
a:hover {text-decoration:underline;}

html{
	scroll-behavior:smooth;
}

#wrap {
	width: 960px;
	margin:auto;
	clear:both;
}
/*--- Header ---*/
header{
	width:100%;
	float:left;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8e0de+0,aebfbc+22,99afab+33,8ea6a2+50,829d98+67,4e5c5a+82,0e0e0e+100;Grey+3D */
background: rgb(216,224,222); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(216,224,222,1) 0%, rgba(174,191,188,1) 22%, rgba(153,175,171,1) 33%, rgba(142,166,162,1) 50%, rgba(130,157,152,1) 67%, rgba(78,92,90,1) 82%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

opacity:0.8;
position:fixed;
z-index: 100;
box-shadow:0px 3px 5px #000;
-moz-box-shadow:0px 3px 5px #000;
-webkit-box-shadow:0px 3px 5px #000;
}
#subheader {
	width:960px;
	margin:auto;
}
#logotipo {
	float:left;
	width:500px;
	padding:5px 0px;
	margin: 10px 0px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
#logotipo a {
	font-family:quattrocentosans;
	font-size:45px;
	color:#232751;
}
#logotipo a:hover {text-decoration:none;}

/*---Menu---*/
header #subheader nav {
	float: left;
	width: 460px;
	text-align:right;
	padding-top:50px;
}
header #subheader nav ul li {
	display:inline;
	font-family: quattrocentosans;
}
header #subheader nav ul li a {
	color: #fff;
	font-family:quattrocentosans-bold;
	font-size: 16px;
	padding:10px 12px;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

header #subheader nav li a:hover {
background-color:#434343;
}

/*--- Main ---*/
#main {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	padding-top:100px;
}

/*---Informacion de Contacto---*/

#texto-contacto{
	width:450px;
	float:left;
	padding:15px;
	background:#fff;
	margin: 9px 0px;
}
#texto-contacto h2 {
	font-family:quattrocentosans;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom:15px;
	color:#232751;
}

table{
	border:2px solid #232751;
	margin-left:10px;
}

table td{
	border:2px solid #232751;
	padding:5px;
	text-align:center;
}


/*---mapa mex---*/
#imagen{
	width:410px;
	float:left;
	border: 10px solid #414e57;
	padding:5px;
	margin-top: 30px;
	margin-left: 20px;
}
/*---Banda de Logos---*/

#imagenlogos{
	margin-bottom:20px;
}

h3 {
	font-family:quattrocentosans;
	font-size: 40px;
	padding-left: 65px;
	margin-top: 0px;
	margin-bottom:15px;
	color:#232751;
}

/*---formulario---*/

form{
	width: 620px;
	float: left;
	margin-left:145px;
	margin-bottom:20px;
	padding:30px;
	border: 1px solid #ccc;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
background: rgb(206,220,231); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 2px 2px #000;
	-moz-box-shadow:0px 2px 2px #000;
	-webkit-box-shadow:0px 2px 2px #000;
}
label{
	font-size: 16px;
	display:block;
	color:#232751;
}
textarea {
	width:500;
	resize: vertical;
	max-height:300px;
	min-height:150px;
}
input, textarea{
	margin-bottom:8px;
	width: 100%;
	padding:10px;
	box-sizing: border box;
	border:1px solid #ccc;
}

input:focus, textarea:focus{
	border: 1px solid #1668C4;
}

input[type="submit"]{
	margin-bottom:0;
	padding:5px;
	background:#1668C4;
	border:none;
	color: #fff;
	float: right;
}

input[type="submit"]:hover{
	background:#4A88F4;
	cursor:pointer;
}

/*---footer---*/
footer{
	width:100%;
	float:left;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8e0de+0,aebfbc+22,99afab+33,8ea6a2+50,829d98+67,4e5c5a+82,0e0e0e+100;Grey+3D */
background: rgb(216,224,222); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(216,224,222,1) 0%, rgba(174,191,188,1) 22%, rgba(153,175,171,1) 33%, rgba(142,166,162,1) 50%, rgba(130,157,152,1) 67%, rgba(78,92,90,1) 82%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

box-shadow:0px 3px 5px #000;
-moz-box-shadow:0px 3px 5px #000;
-webkit-box-shadow:0px 3px 5px #000;	

}

#informacion-de-Contacto{
	width:960px;
	margin:auto;
	font-family:Arial, Helvetica, Sans-serif;
	clear:both;
}
#titulofooter{
	float:left;
	width:300px;
	padding:5px 0px;
	margin: 10px 0px;
}
#titulofooter a{
	font-family:quattrocentosans;
	font-size:25px;
	color:#232751;
	margin-left:10px;
}

#titulofooter a:hover {text-decoration:none;}

footer #Info{
	float:left;
	width:620px;
	text-align:right;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 20px; 
}
footer #Info ul li{
	display:inline;
	font-family:quattrocentosans;
}
footer #Info ul li a{
	color:#fff;
	font-family:quattrocentosans-bold;
	font-size:20px;
	padding:0px 10px;
}
/*---Copyright al final---*/
#copyright{
	float:left;
	width:100%;
	margin:5px 0px;
}
#copyright p{
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-serif;
}