/* CSS Document */
body{
	padding: 0px;
	margin: 0px;
/*	background:url(imagenes/menu/main-bg.gif) 0 0 repeat-x #fff;*/	
font: 13px/19px Arial, Helvetica, sans-serif;
}
div, p, ol, h2, h3, h4, h5, img{padding:0px; margin:0px;}
ol{
	list-style-type:none
}



/*----HEADER PANEL----*/
#headerPan{
	width:150px;
	height:150px;
	/*	background:url(imagenes/menu/header.jpg) 0 0 no-repeat;*/
	position:relative;
	padding:1px 0 0 0px;  /*le quite el 20 y solo le deje el 0 para que se ponga el menu hasta arriba*/
	top: 0px;
	left: 0px;
}

#headerPan ol.leftmenu{width:100px;}
#headerPan ol.leftmenu li{width:100px; height:30px; border-bottom:1px ;
}
#headerPan ol.leftmenu li a{
	width:130px;
	height:30px;
	display:block;
	background-color: #1E79AE;
	line-height:25px;
	text-decoration: none; /* desactiva la linea que indica que es liga*/
	padding:0 0 0 20px;
	color: #FFF;	
/*	background:url(image/bullet-normal.gif) 0 10px no-repeat #1E79AE;*/

}

#headerPan ol.leftmenu li a:hover{
	background-color: #80A040;
	color:#FFF;
	line-height:25px;   /* indica la posicion del texto en el boton*/
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(image/bullet-hover.gif) 0 5px no-repeat #A0C060;
}

/*#headerPan ul.leftmenu li a:active {
	color:#fff;
	background-color: #80A040;
	background:url(image/bullet-clic.gif) 0 10px no-repeat #80A040;
	}
	*/
	
	
   #opcion #opcSelecc a,
   #opc2 #L2 a,
   #opc3 #L3 a,
   #opc4 #L4 a {
	color:#fff;
	background-color: #80A040;
	background:url(image/bullet-clic.gif) 0 5px no-repeat #80A040;
	}
