/* CSS Document */

body {background-color:#7BA326;
}

.menu {
	padding: 13px 1px 1px 20px;
	}

.menu_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	text-decoration: none;

}

.linea {
	border-bottom-color:#CACA00;
	border-bottom-style:double;
	border-bottom-width:thin;
}


.menu_text:hover
{
text-decoration:none;
color:#DE5370;
}
.text_link
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration:underline;
	background-color:#96C7DC;
	}
	
.cerrar{font-family:Arial, Helvetica, sans-serif;
font-size:x-small;
font-weight:bold;
text-align:center;
text-decoration:none;
color:#000000;
}

.cerrar:hover {text-decoration:underline;
color:#FF9999;
}