/*Estructura general*/
#top {
	background:url(../imagenes/top_ce.jpg) no-repeat;
}

/*Botones Principal*/
#navprincipal li a {
	position: relative;
}
#navprincipal li a:hover {
	background-position: bottom left;
}
#btn_recintos a {
	display: block;
	width: 148px;
	height: 51px;
	background: url(../imagenes/btn_ce_peq_recintos.jpg) no-repeat top;
}
#btn_medidores a {
	display: block;
	width: 148px;
	height: 28px;
	background: url(../imagenes/btn_ce_medidores_electricos.jpg) no-repeat top;
}
#btn_antecedentes a {
	display: block;
	width: 148px;
	height: 49px;
	background: url(../imagenes/btn_ce_antecedentes_ob_dis.jpg) no-repeat top;
}

/*Botonera Productos*/
#pequenos{
	list-style:none;
	padding:8px 0 0 8px;
	margin:0;
	float:left;
}
#pequenos li a{
	cursor:pointer;
	width:360px;
	height:25px;
	display:block;
	padding:0;
	margin:0;
	border-bottom:1px dotted #ccc;
}
#pequenos li a h3{
	font-weight:bold;
	padding:5px 0 0 20px;
	color:#870000;
}
#pequenos li a:hover h3{
	color:#666;
}

/*Estilos de Textos*/
h1{
	font-size:1.4em;
	color:#870000;
	padding:4px 8px 2px 8px;
	margin:0;
}
h2{
	font-size:1em;
	color:#870000;
	padding:4px 8px 2px 8px;
	margin:0;
	font-weight:100;
}
