#rastronavegacion UL 
{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
}
#rastronavegacion LI {
	display: inline;
	font-size:10px;
	color: #B1B1B1;
	background-color: white;
	font-weight: bold;
}
#rastronavegacion LI A {
	font-weight: normal;
}
.contenido
{
	margin: 10px 5px 5px 5px;
	width: auto;
	padding: 5px 5px 0px 5px;
}
.contenido H1
{
	color: green;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contenido H2
{
	color: #555555;
	background-color:white;
	font-size: 13px;
	font-weight: bold;
}
.contenido IMG {
	float: left;
	margin: 5px 5px 0px 0px;
	padding-bottom: 5px;
}
.contenido P {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	text-align: justify;
}
.contenido HR 
{
	border : 1px dotted #E4E4E4;
	margin : 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.contenido #secciones LI
{
	font-size: 12px;
	font-weight: bold;
	list-style-image : url(../images/list.gif);
	margin : 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.contenido #secciones LI P
{
	font-weight: normal;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
.contenido #secciones LI A
{
	color: #006600;
	background-color: white;
}
.contenido #secciones LI A:hover
 {
	color: #ff6600; 
	text-decoration: none;
	background-color: white;
}
.contenido #recursos
{
	color: #FF8C00;
	background-color: white;
}
.contenido #recursos LI
{
	font-size: 12px;
	font-weight: bold;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type : circle;
}
.contenido #recursos LI A
{
	color: #006600;
	background-color: white;
}
.contenido #recursos LI A:hover
 {
	color: #ff6600; 
	text-decoration: none;
	background-color: white;
}

.contenedor #lista_recursos UL 
{
	margin: 0px 5px 5px 5px;
	list-style-type: none;
	padding : 0px 0px 0px 0px;
}
.contenedor #lista_recursos UL LI A 
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 3px;
	vertical-align: bottom;
	width: 145px;
	padding-top: 3px;
	border-bottom: 1px dashed #E4E4E4;
}
.contenedor #lista_recursos UL LI A:hover
{
	color: #ff6600;
	background-color: #F1F1F1;
}
