/*body
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0px;
}

img
{
	border: none 0px #ffffff;
}

h1
{
	background-color: #ffcc00;
	border-bottom: solid 1px #333333;
	padding: 5px;
	margin: 0px;
	font-size: x-large;
}

h2
{
	font-size: large;
}

p
{
	font-size: small;
}*/

/* Real menu */
ul, li
{
	/*font-size: small;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

ul
{
	width: 170; /* ancho de cada nivel del menu */
	border: solid 0px;/* #333333;*/
	border-top: solid 0px;/* #333333;*/
	border-right: solid 0px;/* #333333;*/
	padding: 0px;
}

li ul
{
	display: none;
	position: absolute;
	border-bottom: solid 2px #2F6428;
	border-right: solid 2px #2F6428;
	border-top: solid 1px #2F6428;
	border-left: solid 1px #2F6428;
	margin-left: 160; /*margen izqueirdo desde donde empieza el submenu*/
	margin-top: -25px; /* alto desde donde empieza el submenu*/
}

li a
{
	padding: 10px;
	text-decoration: none;
	/*color: #000000;*/
	/*background-color: #;*/
	width: 100%;
	display: block;
	border-bottom: solid 0px;/* #333333;*/
	text-indent: 2px;
	/*color: #2F6428; */
	text-decoration:none;
	line-height:8px;	
	/*font-size: small;*/
}

li a:hover
{
	/*background-color: #ffcc00;*/
	/*background-image:url(../imagenes/flechaPeque.gif);*/
	/*font-weight: bold;*/
	color: #BD2925; 
	text-decoration:none;
	/*background-repeat: no-repeat;
	background-position: 100px 7px;*/
	
	/*border-bottom: solid 1px;/* #333333;*/
}

/*li a:visited
{
	color: #2F6428; 
	text-decoration:none;
}*/

li a:active
{
	color: #2F6428; 
	text-decoration:none;
}

li a:link
{
	color: #2F6428; 
	text-decoration:none;
}

li
{
	/*background-image: url(../imagenes/c_amar_1.gif);
	background-repeat:no-repeat;*/
	/*line-height:6px;*/
	 
	float: left;
	width: 100%/*98*/;
}

a.hassubmenu
{
	background-image:url(../imagenes/flecha3.gif); /*flecha que indica que tiene un submenu*/
	background-repeat: no-repeat;
	background-position: 140; /* ancho y alto de la capa de texto de opcion */
}

#mainmenu
{		
	margin-left: 0px;	
	float: left;
	/*border-bottom: none 0px; /*#333333;*/
	/*margin-bottom: 100%;	*/
	width: 100%;
	height: 20px;
	background-image: none;
}