/*estilos navegador erisadas*/
/*estilo basico del menu*/
#navegador {
	width:  412px;
	height: 176px;
	background: url(images/navegador-erisadas.png);
	padding: 0;
	position: relative;
	
}
#navegador li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#navegador a {display: block;}

/*estilo de los enlaces*/

#inicio    {left:   0px; top:  0px; width: 248px; height: 77px;}
#sobremi   {left: 255px; top: 46px; width: 134px; height: 40px;}
#descargas {left: 246px; top: 94px; width: 176px; height: 40px;}
#enlaces   {left: 256px; top:141px; width: 140px; height: 33px;}


#inicio a     {height: 77px;}
#sobremi a    {height: 40px;}
#descargas a  {height: 40px;}
#enlaces a    {height: 33px;}



/*Estilo del rollover*/
#inicio     a:hover {background: url(images/navegador-erisadas.png)   -0px -181px no-repeat;}
#sobremi    a:hover {background: url(images/navegador-erisadas.png) -255px -227px no-repeat;}
#descargas  a:hover {background: url(images/navegador-erisadas.png) -246px -275px no-repeat;}
#enlaces    a:hover {background: url(images/navegador-erisadas.png) -256px -322px no-repeat;}

