@charset "UTF-8";
BODY {
background-attachment: scroll;
background-repeat: no-repeat;
}
#contenedor {
	font-family: Arial, Helvetica, sans-serif;
	width: 1024px;
	margin: 4px auto;
}
#logo {
	height: 77px;
	width: 350px;
	float:left;
}#menu {
	height: 77px;
	width: 608px;
	float:left;
}
.menudes {
position: relative;
overflow: hidden;
width: 608px;
height:20px;
margin: 5px auto 5px;
background: #000000;
font-size:13px;
text-align:center;
}
.menudes a {
display: inline-block;
width: 90px; /* 100% dividido por el número de elementos del menú */
box-sizing: border-box;
padding: 3px 2px;
color: #fff;
text-decoration: none;
}
.marca {
position: absolute;
bottom: 2px;
left: -20%; /* Al menos 1/2 del ancho de cada enlace */
width: 13%; /* 1/2 del ancho de cada enlace */
height: 2px;
background: #fff;
transition: 0.5s ease-in-out; 
}
.menudes a:nth-child(1):hover ~ .marca {
left: 3%; /* 1/4 Ancho del enlace */
}
.menudes a:nth-child(2):hover ~ .marca {
left: 24%; /* 1/4 Ancho del enlace + 1 vez ancho enlace */
}
.menudes a:nth-child(3):hover ~ .marca {
left: 44%; /* 1/4 Ancho del enlace + 2 veces ancho enlace */
}
.menudes a:nth-child(4):hover ~ .marca {
left: 64%; /* 1/4 Ancho del enlace + 3 veces ancho enlace */
}
.menudes a:nth-child(5):hover ~ .marca {
left: 84%; /* 1/4 Ancho del enlace + 3 veces ancho enlace */
}
#pleca {
	height: 21px;
	width: 956px;
	clear:both;
}
#slide {
	height: 303px;
	width: 956px;
}
#iso {
	height: 144px;
	width: 956px;
	font-size:13px;
}
#industrial {
	float: left;
	height: 212px;
	width: 212px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#espacio1 {
	float: left;
	height: 212px;
	width: 36px;
}
#hogar {
	float: left;
	height: 212px;
	width: 212px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#espacio2 {
	float: left;
	height: 212px;
	width: 36px;
}
#electrica {
	float: left;
	height: 212px;
	width: 212px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#espacio3 {
	float: left;
	height: 212px;
	width: 36px;
}
#capacitacion {
	float: left;
	height: 212px;
	width: 212px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#pie {
	clear: both;
	height: 42px;
	width: 956px;
	text-align:center;
	font-size:12px;
}
#head {
	height: 20px;
	width: 956px;
}
#nosotros {
	height: 646px;
	width: 956px;
	font-size:13px;
}
#aviso {
	height: 2400px;
	width: 956px;
	font-size:13px;
}
#servicios {
	height: 646px;
	width: 956px;
	font-size:13px;
}
#lineaindustrial {
	height: 600px;
	width: 956px;
	font-size:13px;
}
#lineahogar {
	height: 700px;
	width: 956px;
	font-size:13px;
}
#lineaelectrica {
	height: 550px;
	width: 956px;
	font-size:13px;
}
