/* CSS Document */
#contenido p.categoria{
	display:block;
	float:left;
	width:580px;
	padding-top:30px;
	background-image: url(../img/cabecera_categorias_enlaces.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}
#contenido ul{
	display:block;
	float:left;
	width:550px;
	padding:0px;
	margin:0px;
}
#contenido ul li{
	display:block;
	float:left;
	width:275px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#contenido ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	display: inline;
	float: none;
}
.bordes{
	display:block;
	float:left;
	width:548px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006CB7;
	border-bottom-color: #006CB7;
	border-left-color: #006CB7;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

