body {
	background:url(imagenes/bg.gif) #FBEBBC repeat fixed;
	font-family:"Arial", Verdana, sans-serif;
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}
#apolo {
	background-color:#FBEBBC;
	border-left: 1px solid #666;
	border-right: 1px solid  #666;
}
td, th, div {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}
/*-- ESTILO LETRAS --*/
.titulo {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.destacado {
	text-align:center;
	font-weight:bold;
}
.titulo2 {
	text-align:center;
	font-weight:bold;
	color:#FFCC00;
}
/*-- ESTILO LINS --*/
a:link, a:visited {
	color:#FF6600;
	text-decoration:none;
	font-family: "Arial",Verdana, sans-serif;
	font-weight:bold;
}
a:hover, a:active, a:link {
	text-decoration:underline;
}
hr {
	color:#FF9966;
}
/*-- ESTILO DIV --*/
.contenido {
	margin:5px;
}
#Sidebar {
	text-align:center;
	margin:0 0 5px 0;
}
h1 {
	margin:0 0 5px 0;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	color:#694F10;
}
h2 {
	margin:0 0 5px 0;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#694F10;
}
h3 {
	color:#FF6600;
	font-size:14px;
	font-family: "Arial",Verdana, sans-serif;
	font-weight:normal;
}
.rm{
	display:block;
	width:565px;
	height:19px;
	margin:0 0 4px 0;
	font-size:0;
	background:url(imagenes/read_more_div.png) 0 0 repeat-x;
	float:left;
}
.rm a{
	background:url(imagenes/btn_read_more.gif) 0 1px no-repeat;
	width:58px;
	height:14px;
	padding:0;
	margin:0;
	float:right;
}
.rm a:hover{
	background:url(imagenes/btn_read_more_hover.gif) 0 1px no-repeat;
}