.TituloMenuPlayas{
	background-image:url(../imgs/fondo_titulo_Playas.jpg); 
    background-repeat:repeat-x;  
	height:22px;
	font-family:tahoma;
	border-spacing:0px;
	text-align:left;
	width:144px;
	color:#628D08;
	font-weight:bold;
	padding:0px 0px 0px 16px;
	margin:0px;
	line-height:22px;
}



.ItemMenuPlayas{
	vertical-align:middle;
	font-family:tahoma;
	border-bottom: dotted 1px #D0DD81;
    height:20px;
    margin:0px;    
	color:#608E0A;
}

.ItemMenuPlayas A{
	background-image:url(../imgs/flecha_botonera.jpg);
	background-repeat:no-repeat;
	background-position:9px 8px;
	color: #608E0A;
	background-color: #F6FBD2;
    font-family:Tahoma;
    font-size:11px;
    margin:0px;
	display:block;
    width:144px; 
    text-decoration:none;  
	padding: 4px 0px 0px 17px; 
	height:17px;  
}

.ItemMenuPlayas A:hover{
	background-color: #FCFFE4;
	color: #426403;
	background-image:url(../imgs/flecha_botonera_HOVER.jpg);
	background-repeat:no-repeat;
	background-position:9px 8px;
}

/*
.ItemMenuPlayas{
	background-color:#F6FBD2;
	background-image:url(../imgs/flecha_botonera.jpg);
	background-repeat:no-repeat;
	background-position:10px 7px;
	height:20px;
	padding:0px 0px 0px 17px;
	border-bottom: dotted 1px #D0DD81;
	color:#608E0A;
	cursor:hand;
	width:160px;
}
.ItemMenuPlayas:hover{
	background-color:#FCFFE4;
	background-image:url(../imgs/flecha_botonera_HOVER.jpg);
	background-repeat:no-repeat;
	background-position:10px 7px;
	color:#426403;
}
.ItemMenuPlayas A{
	text-decoration:none;
	color:#608E0A;
}
*/