@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;}
	
body{
  	background: #231f20;
	font:"time", Arial, Helvetica, sans-serif;
	font-size:2 em;
	color:#231f20;
	width:100%;
	min-width:1260px;
	}

/*16px = 12pt = 100% = em */

h1 {
	margin: 0.25em auto;
	font-size:62px;
	
   }
header,nav, footer {
	background:#231f20;
	border-radius: 0.5em;
	margin:0 auto;
	text-align:center;
	width:100%
    }
nav{
	margin:0px;
	width:75%;
	display:inline-block;
	z-index:auto;
}
header{
	width:22%;
	margin:0;
display:inline-block;
background-image:url(../img/logo.png);
background-repeat:no-repeat;
background-position:center;
max-width:281px;
min-height:67px;
position:absolute;
background-size:contain;


	}

section#contenedor{
	background:#f1f1f2;
	margin:0 auto;

	padding:0;

		width:100%;
	
	}
section#principal, aside{
	
	display:inline-block;
	margin:0 auto;
	padding:20px 0;
	
	vertical-align:top;
	width:77%;	
	}
section#principal{
	margin-top:20px;
	padding:10px 60px;
	width:69%;
	min-width:874px;
		border-right: 1px solid #231f20;
		text-align:justify;}	
section#principal p{
	margin-top:10px;}
#contenedor #principal p a{
		color:#231f20;
		text-decoration:none;}
#contenedor #principal p a:hover{
	color:#ec1c24;}
section#principal h2{
	margin-top:20px;}	
article {
	background: #CF3;
	margin: 0 auto;
	min-height: 140px;
	display: inline-block;

	
}
aside {
	width:20%;
		min-width:200px;
		text-align:start;
	}
footer{
	color:#FFF;
	margin:0 auto;
	padding:0px;
}	
	
footer article{
	font-size: .7em;
	padding: 20px 0;
	margin: 0 auto;
	display: inline-block;
	background: #231f20;
	vertical-align: top;
	min-width: 200px;
	width: 21%;
	min-height: 0px;
}
footer article p{
	width:40%;
	text-align:left;
	margin:0 auto;
	padding:1px;}
footer article ul li{
	padding:1px;
	width:70%;
	margin:0 auto;}	
footer article ul li{
	text-align:start;
	  list-style: none;

}
/*Index*/
section#principal-index{
	
	display:inline-block;
	margin:0 auto;
	padding:20px 0;
	
	vertical-align:top;
	width:78%;	
	}
#contenedor #principal-index article{
	display:inline-block;
	background:#f1f1f2;
	min-width:300px;
	width:28%;
	padding:10px;
	margin:0 auto;
	text-align:justify;
	border-right: 1px solid #231f20;
	}

	#contenedor #principal-index article h2 {
	font-size: 1em;
	font-style:italic;
	color: #F00;
}
	#contenedor aside table {
		text-align:start;}
	#contenedor aside table tr td strong {
	color: #F00;

}
	#contenedor aside table tr td {

	padding:0 3px;
}
.rojo{
	color:#F00;}
/*quiénes somos*/

p.img-somos{
	background-image:url(../img/quienes-somos/quienes-somos.png);
	width:67%;
	max-width:620px;

	height:160px;
	background-size:contain;
	background-repeat:no-repeat;

	}
figure#logo-1{
	background-image:url(../img/eaton-logo-01.png);
	
	max-width:80px;
	height:53px;
	background-size:contain;
	background-repeat:no-repeat;}
	
	/*productos*/
p.img-productos{
	background-image:url(../img/productos/productos.png);
	width:67%;
	max-width:620px;

	height:160px;
	background-size:contain;
	background-repeat:no-repeat;}
	
ul#productos li, ul#productos li a {
	color:#F00;
	text-decoration:none;
	font-weight:bold;
	list-style-position:inside;}

/*Contacto*/
#tabla-form{
	background-color:#404041;
		border:0px;
	margin:0;
	padding:0;
}
form#formulario{
	width:400px;
	padding:25px ;
	color:#FFF;
	background-color:#a7a9ab;}
input{
	width:300px;
	}

#formulario select{
	width:300px;}
#formulario p {
	width: 60px;
	height:2px;
	display:inline-block;
	text-align:left;
}
#formulario textarea{
	width:360px;
	height:150px;
	overflow-y:auto;}

#tabla-form tr #linea1 {
	height: 1px;
}
#tabla-form tr{
	border:0px;
	margin:0;
	padding:0;}
#tabla-form tr td #formulario #enviar, #reset {
	width: 150px;
	padding:5px;
		color:#FFF;
	width: 150px;
		border:1px solid #404041;
	background: rgba(64,64,65,1);
background: -moz-linear-gradient(top, rgba(64,64,65,1) 0%, rgba(167,169,171,1) 12%, rgba(64,64,65,1) 74%, rgba(64,64,65,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,64,65,1)), color-stop(12%, rgba(167,169,171,1)), color-stop(74%, rgba(64,64,65,1)), color-stop(100%, rgba(64,64,65,1)));
background: -webkit-linear-gradient(top, rgba(64,64,65,1) 0%, rgba(167,169,171,1) 12%, rgba(64,64,65,1) 74%, rgba(64,64,65,1) 100%);
background: -o-linear-gradient(top, rgba(64,64,65,1) 0%, rgba(167,169,171,1) 12%, rgba(64,64,65,1) 74%, rgba(64,64,65,1) 100%);
background: -ms-linear-gradient(top, rgba(64,64,65,1) 0%, rgba(167,169,171,1) 12%, rgba(64,64,65,1) 74%, rgba(64,64,65,1) 100%);
background: linear-gradient(to bottom, rgba(64,64,65,1) 0%, rgba(167,169,171,1) 12%, rgba(64,64,65,1) 74%, rgba(64,64,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#404041', GradientType=0 );
}
#tabla-form tr td #formulario #reset {

	margin-right:60px;

}
/*producto*/
.ver_menu { display:block;
margin:0px;
padding:0px;}
.ocultar_menu { display:none; }

.cajaQ2 {
	margin-left:-2px;
}
.cajaQ2 a{
	margin:0px;
padding:0px;
text-decoration:none;
	}
	
	
	.contenido{
	
	text-align:justify;
}
.contenido h1{
	color:#0D014B;
	font-size:16px;}
.contenido p{
	padding:5px 0px; }
.contenido li{
	list-style-position:inside;}
.pestaña, .pestaña2{
	max-width:900px;
	text-align:center;

	color:#FFF;
	background:#ec1c24;
	border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border: 0px solid #000000;}
.pestaña2{
	max-width:430px;}

 div .tabla-productos{
	color: #231f20;
	background: #d1d2d4;
	text-align: justify;

	}

.producto { 
		color:#EE7719;
		text-decoration:none;}
tr.c-principal{
	background:#231f20;
	color:#FFF;
	text-align:center;
	font-weight:bold;
		
	}
 div .tabla-productos tr td{
	text-align: center;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	

}
/*Seccion bandas*/
