body {
	background-color: #E0E7DB;
	background-image: url(graficos/bg.gif);
	background-repeat:   repeat-x;
	text-align: center;
	margin: 0px;
	background-position: top;
}
#rap {
	margin: auto;
	width: 760px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(graficos/bg_rap.gif);
}

#header {
	height: 166px;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#logo {
	float: left;
}

#imagenes {
	float: right;
}

#divider {
	width: 760px;
	clear: both;
	height: 16px;
	margin: 0px;
}

#navegador{
	background : #FFFFFF url(graficos/back_botonera.gif);
	padding : 3px 10px 5px 10px;
	text-align: left;
	font-size: 12px;
	color: #CCCCCC;
} 

a.enlacenav  {
	text-decoration: none;
	color: #666666;
}

a:hover.enlacenav  {
	text-decoration: none;
	color: #729232;
	background-color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 212px;
	text-align: left;



}

#sidebar h2 {
	font-size: 12px;
	color: #8FB04E;
	font-weight: bold;
	background-image: url(graficos/box_small.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	text-indent: 12pt;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#contenido {
	background-color: #FFFFFF;
	float: right;
	padding-right: 10px;
	padding-left: 15px;
	text-align: left;
	width: 523px;
}

#contenido p {
	font-size: 12px;
	line-height: 19px;
	margin-left: 15px;
	color: #000000;
	margin-right: 15px;

}

#contenido h1 {
	font-size: 20px;
	color: #8FB04E;
	font-weight: normal;
	background-image: url(graficos/box.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	text-indent: 15pt;
	margin-top: 20px;
}

#contenido h2 {
	font-size: 16px;
	color: #8FB04E;
	font-weight: normal;
	text-indent: 10pt;
	margin-top: 20px;
}

#sidebar p {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

#footer {
	background-color: #555555;
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;

}
#contenido blockquote {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #99CC33;
	text-indent: -10pt;



}
#sidebar img {
	border: none;
}
#rap #contenido li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	color: #333333;
}
#rap #contenido table {
	font-size: 12px;
	margin-left: 10px;
}

