

/*menu superior*/

.imagen_menu{
	background:url('img/imagen_menu.jpg') no-repeat;
}
.menu_superior{
	color: #195900;
	font-family: Verdana, Tahoma ;
	font-size:17px;
	font-weight:bold;
	text-decoration: none;
}

.menu_superior:hover{
	color: yellow;
	font-family: Verdana, Tahoma ;
	font-size:17px;
	font-weight:bold;
	text-decoration: none;
}
.menu_superior_seleccionado{
	color: yellow;
	font-family: Verdana, Tahoma ;
	font-size:17px;
	font-weight:bold;
	text-decoration: none;
}	
	
/*fin menu superior*/

.texto_cuadrado{
	color: white;
	font-family: Verdana, Tahoma ;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.texto_cuadrado_2{
	color: #40752B;
	font-family: Verdana, Tahoma ;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.texto_normal{
	color: black;
	font-family: Verdana, Tahoma ;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
}

.button{
	font-size: 14px; 
	font-weight: bold; 
	/*vertical-align:middle; */
	color: #195900; 
	/*background-color: #F9F9F9;*/
	background-color: #A1C71A; 
	/*border: 1px solid white; */
	cursor:pointer;
}

.cabecera_paginas{
	color: #40752B;
	font-family: Verdana, Tahoma ;
	font-size:17px;
	font-weight:bold;
	text-decoration: none;
}

.leermas{
	color: blue;
	font-family: Verdana, Tahoma ;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
}

.leermas:hover{
	color: red;
	font-family: Verdana, Tahoma ;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

.t_contacto{
	color: #027504;
	font-family: Verdana, Tahoma ;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
}	