body {
	background-image: url(fondo.jpg);
	background-repeat:   repeat-x;
	background-color: #D8DFE5;
}
cuerpo_izq {
	background-image: url(izq1.jpg);
	background-repeat:  repeat-x;
}
cuerpo_der {
	background-image: url(der1.jpg);
	background-repeat:  repeat-x;
}
.textocuadro {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
}
.textocuadro a:link {
	color: #990000;
	text-decoration: none;
}
.textocuadro a:visited {

	color: #990000;
	text-decoration: none;
}
.textocuadro a:hover {

	color: #000000;
	text-decoration: none;
}
.fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.titulopost {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}
.post {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
}
.cuadropost {
	display: block;
	width: 320px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.keywords {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #990000;
}
