#items_container {
	width: 475px;
	height: 290px;
	overflow: hidden;
	position: relative;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
}

#num_nav {
	width: 475px;
	height: 30px;
	position: relative;
	top: -80px;
	left: -38px;
	list-style: none;
}

#num_nav li {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid;
	border-color: #666666;
	background-color: #ffcc00;
}

#num_nav li:hover {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid;
	border-color: #666666;
	background-color: #dabe66;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

#num_nav a:hover {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #0b275c;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

div.slide_item {
	width: 475px;
	height: 270px;
	position: absolute;
	left: 501px;
}

div.first_item {
	left: 0;
}

div.slide_item h3 {
	font-family: Verdana;
	font-size: 1em;
	line-height: 20px;
	font-weight: bold;
	color: #a9bbdc;
}

div.slide_item p {
	font-family: Verdana;
	font-size: 0.8em;
	color:#a9bbdc;
}

img.titularPrin {
	border: 1px #ffcc00 solid;
	width: 125px;
	height: 165px;
	margin-left: 12px;
}

font.titularPrincipal {
	font-size: 0.9em;
	font-weight: bold;
	color: #ffcc00;
	text-transform: uppercase;
}

font.fechaPrincipal {
	font-size: 0.7em;
	font-weight: normal;
	color: #fff1b9;
}

font.autorHermandadPrincipal {
	font-size: 0.7em;
	font-weight: normal;
	color: #fff1b9;
}

p.titularDatosPrincipal {
	text-align: justify;
	margin-top: 0px;
	/line-height:120%;	
}

p.desarrolloPrincipal {
	text-align: justify;
	margin-top: 0px;
	/line-height:120%;
}

font.desarrolloTextoPrincipal {
	font-size: 0.85em;
	font-weight: normal;
	color: #cccccc;
	text-align: justify;
}

a.enlaceDesarrolloTextoPrincipal {
	font-size: 1em;
	font-weight: normal;
	color: #cccccc;
	text-align: justify;
	text-decoration: none;
}

a.enlaceDesarrolloTextoPrincipal:hover {
	font-size: 1em;
	font-weight: normal;
	color: #ffffce;
	text-align: justify;
	text-decoration: underline;
}

