body{
	font-family:"Noto Sans", sans-serif;
	color:#000000;
		background:#ffffff url(../images/background-personalizado.jpg) repeat top center;
	}

a{
	color:#0080ff;
	text-decoration: underline;
}
a:hover{
	color:#33F;
	text-decoration: underline;
}

#header #informacion{
	float:right;
	text-align:right;
	padding-right:50px;
	background:url(../images/estilos/informacion_rojo.png) no-repeat center right;
	height:130px;
}
#header #informacion p{
	margin:0px;
	padding:0px;
	font-weight:normal;
}


#header #menu{
	background:#07619d url(../images/estilos/menu-rojo.jpg) top repeat-x;
	padding:5px 0px;
	margin-bottom:5px;
	font-size:16px;
	text-align:center;
	border-radius:5px;
	padding-bottom: 2px;
}


#sidebar strong{
	background:url(../images/estilos/top_categorias-rojo.jpg) center no-repeat;
	padding:5px 0px;
	text-align:center;
	display:block;
	color:white;
	margin-bottom:5px;
	text-transform:uppercase;
	border-radius:5px;
}


#sidebar ul li a{
	display:block;
	text-align:center;
	padding:6px 0px;
	height:17px;
	color:#000;
	text-decoration:none;
	background-image:url(../images/estilos/item_categoria-rojo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}