body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#base {
	width:960px;
	height:100%;
	margin:0 auto;
}
#header {
	width:960px;
	height:374px;
}
#header_img {
	width:960px;
	height:150px;
}
#header_banner {
	width:960px;
	height:200px;
}
#header_menu {
	width:960px;
	height:24px;
}
/* Menu */

ul#menu-horizontal li {
	float: left;
	display: inline;
	position: relative;
	z-index:20;
}
ul#menu-horizontal ul {
	display: none;
	position: absolute;
	top: 24;
	left:0;
	margin:0;
	padding:0;
	background:#FFFFFF;
	z-index:20;
}
ul#menu-horizontal ul li {
	display: block !important;
}
ul#menu-horizontal li:hover ul {
	display: none;
}
ul#menu-horizontal li:hover ul {
	display: block;
}
#menu-horizontal {
	width:960px;
	margin:0;
	padding:0px;
}
#menu-horizontal li {
	margin:0 1px;
	width:158px;
	min-height:19px;
	text-align:center;
	background:#BBB;
	list-style:none;
	padding:2px 0;
}
#menu-horizontal li:hover {
	background:#2e52b2;
}
#menu-horizontal li a {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}
#menu-horizontal li ul li {
	float:none;
	width:158px;
	margin:1px 0;
}
#contenido {
	width:940px;
	margin:0 auto;
	padding:10px 0px;
}
.contenido_imagen {
	border:1px solid #666;
	margin:5px 10px 0px 5px;
	float:left;
}
#footer {
	width:960px;
	height:200px;
	border:1px solid #ccc;
	border-bottom:none;
}
#footer_logos {
	width:960px;
	height:112px;
	padding-top:17px;
	border-bottom:1px solid #ccc;
}
#footer_logos ul {
	margin:0px;
	padding:0px;
}
#footer_logos ul li {
	width:90px;
	height:90px;
	float:left;
	list-style:none;
	margin-right:6px;
}
#footer_texto {
	width:950px;
	height:20px;
	background:url(imgs/footer_deg.jpg) repeat-x;
	padding-top:50px;
	padding-left:10px;
	text-align:left;
}
#footer_texto p {
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#ccc;
}
/* Logos */

.logo1 {
	width:90px;
	height:90px;
	background:url(imgs/logos/1_aten_bn.png) no-repeat;
	display:block;
}
.logo1:hover {
	background:url(imgs/logos/1_aten_color.png) no-repeat;
}
.logo2 {
	width:90px;
	height:90px;
	background:url(imgs/logos/2_ideal_bn.png) no-repeat;
	display:block;
}
.logo2:hover {
	background:url(imgs/logos/2_ideal_color.png) no-repeat;
}
.logo3 {
	width:90px;
	height:90px;
	background:url(imgs/logos/dlink_bn.png) no-repeat;
	display:block;
}
.logo3:hover {
	background:url(imgs/logos/dlink_color.png) no-repeat;
}
.logo4 {
	width:90px;
	height:90px;
	background:url(imgs/logos/dcs_bn.png) no-repeat;
	display:block;
}
.logo4:hover {
	background:url(imgs/logos/dcs_color.png) no-repeat;
}
.logo5 {
	width:90px;
	height:90px;
	background:url(imgs/logos/legrand_bn.png) no-repeat;
	display:block;
}
.logo5:hover {
	background:url(imgs/logos/legrand_color.png) no-repeat;
}
.logo6 {
	width:90px;
	height:90px;
	background:url(imgs/logos/levelone_bn.png) no-repeat;
	display:block;
}
.logo6:hover {
	background:url(imgs/logos/levelone_color.png) no-repeat;
}
.logo7 {
	width:90px;
	height:90px;
	background:url(imgs/logos/leviton_bn.png) no-repeat;
	display:block;
}
.logo7:hover {
	background:url(imgs/logos/leviton_color.png) no-repeat;
}
.logo8 {
	width:90px;
	height:90px;
	background:url(imgs/logos/morex_bn.png) no-repeat;
	display:block;
}
.logo8:hover {
	background:url(imgs/logos/morex_color.png) no-repeat;
}
.logo9 {
	width:90px;
	height:90px;
	background:url(imgs/logos/siemon_bn.png) no-repeat;
	display:block;
}
.logo9:hover {
	background:url(imgs/logos/siemon_color.png) no-repeat;
}
.logo10 {
	width:90px;
	height:90px;
	background:url(imgs/logos/trimex_bn.png) no-repeat;
	display:block;
}
.logo10:hover {
	background:url(imgs/logos/trimex_color.png) no-repeat;
}
/* Home */

.contenedor_cajas_home {
	margin:10px 0px;
	height:190px;
	clear:both;
}
.caja_home {
	width:300px;
	height:190px;
	float:left;
	background:url(imgs/back_cajas_home.jpg) no-repeat;
}
.separador_cajas_home {
	width:20px;
	height:190px;
	float:left;
}
.contenido_caja {
	width:280px;
	height:150px;
	margin:20px auto;
}
.contenido_caja p {
	color:#FFF;
	margin:0px;
	padding:0px;
}
.contenido_caja_imagen {
	width:150px;
	height:100px;
	border:1px solid #fff;
	float:left;
	margin-top:5px;
}
.contenido_caja_txt {
	width:120px;
	height:100px;
	float:left;
	margin-top:5px;
	padding:0px 4px;
	color:#333;
	font-size:11px;
}
.tit_seccion {
	font-size:16px;
	color:#666;
	font-weight:bold;
}
.parrafo {
	font-size:12px;
	color:#666;
	text-align:justify;
}