body {
	text-align:center;
}

h1{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}
h2{
	color:#EEE;
	font-size:13px;
	font-weight:normal;
}

div.arriba {
	text-align:left;
	margin: 5 auto 5 auto;
	width:955px;
}
/* imagen */
.imagen_enlace {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	border:none;
	cursor:pointer;	
}
.imagen_enlace:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	border:none;
	cursor:pointer;
}

div.blog_cabecera {
	background:#666 url(/__img/blog/fondo_cabecera_rojo.png);
	text-align:left;
	margin: 5 auto 5 auto;
	width:955px;
}
div.blog_cabecera div{
	width:820px;
	overflow:hidden;
}
div.blog_cuerpo {
	text-align:left;
	margin: 5 auto 5 auto;
	width:955px;
}
div.blog_pie {
	background:#666 url(/__img/blog/fondo_cabecera_rojo.png);
	text-align:left;
	margin: 5 auto 5 auto;
	width:955px;
}
div.blog_pie a{
	color:#FFF;
}


table.post {
	width:100%;
	border:none;
	border-collapse:collapse;
}
table.post td {
	padding:5px;
	border:#CCC 1px solid;
}
table.post thead tr td {
	background-color:#EEE;
}
table.post thead td.fecha {
	background:#666 url(/__img/blog/titulares_gris_oscuro.png);
	width:20px;
	text-align:center;
	border:#666 1px solid;
}
table.post thead td.fecha span.dia{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
table.post thead td.fecha span.mes{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
table.post thead td.fecha span.anio{
	font-size:13px;
	font-weight:bold;
}

table.post thead td.titular {
	background:#666 url(/__img/blog/titulares_gris.png);
	border:#666 1px solid;
}
table.post thead td.titular div{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	width:615px;
	overflow:hidden;
}
table.post thead td.titular div a{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
table.post tbody td.margen {
	border:none;
	vertical-align:top;
}
table.post tbody td.contenido div{
	text-align:justify;
	vertical-align:top;
	width:615px;
	overflow:hidden;
}
table.post tfoot td.margen {
	border:none;
}
table.post tfoot td.pie {
	background:#EEE;
}
div.panel{
	background:#DDD;
	margin-bottom:5px;
}


a.enl_volver{ font-size:12px; font-weight:bold; color:#F69; text-decoration:none; }
a:hover.enl_volver{ font-size:12px; font-weight:bold; color:#F69; text-decoration:underline; }



.listado {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:8px;
}
.listado li{
}
