/* CSS Document */
#contenido{
	width:918px;
	padding-left: 30px;
}
.ruta{
	display:block;
	float:left;
	width:868px;
	font-size:9px;
	color:#848282;
	padding-bottom: 20px;
	padding-left: 20px;
}
.ruta a{
	font-size:9px;
	color:#848282;
}
.ruta h1{
	font-size:9px;
	color:#848282;
	display: inline;
	font-weight: bold;
}

#cuerpo {
	float: left;
	width: 690px;
	padding-left: 30px;
	margin-top: 30px;
}
.registro {
	float: left;
	width: 630px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 30px;
}
.registro img {
	float: left;
	margin-right: 25px;
	display: block;
}
.registro .titulo {
	float: right;
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #004078;
	text-decoration: underline;
	width: 505px;
}
.registro .firma {
	float: right;
	width: 505px;
	padding-top: 2px;
	font-size: 9px;
	text-align: justify;
	padding-bottom: 5px;
	color: #999999;
	display: block;
}
.registro .desc {
	float: right;
	width: 505px;
	padding-top: 5px;
	font-size: 11px;
	text-align: justify;
	display: block;
}
.registro .desc .completo {
	font-size: 11px;
	font-weight: bold;
	color: #004078;
}








#tags {
	float: right;
	width: 168px;
	padding-top: 30px;
}
#tags .titulo_tag {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 168px;
	background-image: url(../img/boton_categoria.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 6px;
	height: 26px;
	display: block;
}
#tags ul.tags{
	display:block;
	float: left;
	width:168px;
	list-style:none;
}
#tags ul.tags li{
	display:block;
	float: left;
	width:168px;
}
#tags .tags a {
	font-size: 11px;
	float: left;
	width: 168px;
	color: #F2F2F2;
	background-image: url(../img/boton_tag.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 12px;
	height: 13px;
}
#noticias {
	display:block;
	float:left;
	width:840px;
	padding-bottom: 20px;
	background-image: url(../img/fondo_ficha_repetir.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	background-position: 5px 20px;
	padding-left: 40px;
}



/*----------------------------paginación--------------------*/
.paginacion{
	display:block;
	float:left;
	width:888px;
}
.border_top{
	border-top: 2px solid #286A97;
	margin-top: 30px;
	padding-top: 3px;
}
.border_bottom{
	border-bottom: 2px solid #286A97;
	padding-top: 20px;
}
.paginacion p.resultados, .div_h2{
	display:block;
	float:left;
	width:380px;
	font-size:9px;
	color:#646261;
	font-weight: normal;
	padding-bottom: 4px;
}

a.siguiente{
	display:block;
	float:right;
	width:55px;
	color:#646261;
	font-size:10px;
	text-decoration:none;
	background-image: url(../img/ico_siguiente.gif);
	background-repeat: no-repeat;
	background-position: 58px 7px;
	padding-right: 20px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 2px;
	font-weight: bold;
}
.siguiente_desac{
	display:block;
	float:right;
	width:55px;
	color:#999999;
	font-size:10px;
	text-decoration:none;
	background-image: url(../img/ico_siguiente_desac.gif);
	background-repeat: no-repeat;
	background-position: 58px 7px;
	padding-right: 20px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 2px;
}
a.anterior{
	display:block;
	float:right;
	width:55px;
	color:#646261;
	font-size:10px;
	text-decoration:none;
	background-image: url(../img/ico_anterior.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	padding-top: 7px;
	padding-bottom: 2px;
	background-position: 0px 7px;
	font-weight: bold;
}
.anterior_desac{
	display:block;
	float:right;
	width:55px;
	color:#999999;
	font-size:10px;
	text-decoration:none;
	background-image: url(../img/ico_anterior_desac.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	padding-top: 7px;
	padding-bottom: 2px;
	background-position: 0px 7px;
}
