@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:120px;
}



/*---Marcas---*/

#imagenlogos{
	margin-bottom:20px;
}

/*---Contenido---*/

/*---MDM---*/

#Deister, #MDM, #Mineral, #Mixtec, #Westech{
	width:960px;
	float:left;
	background:#fff;
	margin: 0px 0px;
	margin-bottom:5px;
}

#Deister article, #MDM article , #Mineral article, #Mixtec article, #Westech article{
	width:100%;
	float:left;
	margin-left:0px;
	margin-bottom: 10px;
}
#Deister article .titulo, #MDM article .titulo, #Mineral article .titulo, #Mixtec article .titulo, #Westech article .titulo{
	font-size:30px;
	font-family:sourcesans;
	margin-bottom:15px;
	color: #232751;
}
#Deister article .thumb, #MDM article .thumb, #Mineral article .thumb, #Mixtec article .thumb, #Westech article .thumb{
	width: 300px;
	float: left;
	margin-right:20px;
	margin-bottom:10px;
}

#Deister article> p, #MDM article> p, #Mineral article> p, #Mixtec article p, #Westech article> p{
	float:left;
	width:600px;
	Margin-top: 0px;
	color:#000;
	font-size:16px;
	text-align:justify;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+40,b3bead+100;Wax+3D+%233 */
background: rgb(252,255,244); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding:20px;
	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;
}

/*---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;
}