@charset "utf-8";
/* CSS Document */
.texto{
	font-family:tahoma, verdana;
	font-size:0.75em;
	color:#58585A;
	text-align:justify;
	line-height:1.8em;
	margin-bottom:8px;
	margin-left:15px;
}

.textoresaltado{
	font-family:tahoma, verdana;
	font-size:0.9em;
	color:#333333;
	text-align:justify;
	line-height:2em;
	margin-bottom:8px;
	margin-left:15px;
}
.texto a{
	color:#005138;
	text-decoration:none;
}
.texto a:hover{
	color:#1E8462;
	text-decoration:underline;
	position:relative;
	top:1px;
	left:1px;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	color:#005138;
	margin-bottom:10px;
	margin-top:10px;
}
h3 a{
	color:#005138;
	text-decoration:none;
}
h3 a:hover{
	color:#1E8462;
	text-decoration: underline;
	position:relative;
	top:1px;
	left:1px;
}
h4{
	font-family:tahoma, verdana;
	font-size:0.88em;
	color:#d17c0b;
	font-weight: bold;
	text-align:justify;	
	line-height:18px;
	margin-bottom:8px;
	margin-top:20px;
}

h5{
	font-family:tahoma, verdana;
	font-size:0.88em;
	color:#666666;
	font-weight: bold;
	text-align:justify;	
	line-height:18px;
	margin-bottom:8px;
	margin-top:20px;
}
h6{
	font-family:tahoma, verdana;
	font-size:0.8em;
	color: #005138;
	font-weight: bold;
	text-align:justify;	
	line-height:15px;
	margin-bottom:8px;	
}
h7{
	font-family:tahoma, verdana;
	font-size:0.75em;
	color:#58585A;
	font-weight:bold;
	text-align:justify;
	line-height:17px;
	margin-bottom:8px;
}
.lista{
	font-family:tahoma, verdana;
	font-size:1em;
	color:#58585A;
	text-align:justify;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:1px;
	list-style-image:url(../images/vineta_verde.jpg);
}

/*Estilos para los menus desplegables */

/*.menu_slide_top
{
	cursor:pointer;
	background-color:#E8E8E8; 
	height:20px; padding-left:5px; 
	line-height:20px; 
	padding-top:3px; 
	border:1px solid #CCCCCC; 
}

.menu_slide
{
	cursor:pointer;
	background-color:#E8E8E8; 
	height:20px; padding-left:5px; 
	line-height:20px; 
	padding-top:3px; 	
	border:1px solid #CCCCCC; 
	margin-top:5px; 
}

.menu_contenido
{
	display:none;
	padding:10px;
}*/