/* viejo
.caja_ayuda {
	font-size: 90%;
	width: 110px;
	background-image: url(../images/ayuda_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}
.ayuda_top {
	background-image: url(../images/ayuda_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
}

*/

/* nuevos
*/
.ayudas {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:80%;
	width: 200px;
	position:absolute;
	z-index:1000;
	display:none;
		
}

.ayuda_top {
height: 20px;

}
.ayuda_top .ayuda_top_r {
background-image: url(../images/fondos/ayuda_top_r.gif);
background-repeat: no-repeat;
background-position: right;
width:25px;
height: 20px;
position: absolute;
top: 0px;
right: 0px;
}
.ayuda_top  .ayuda_top_l {
background-image: url(../images/fondos/ayuda_top_l.gif);
background-repeat: no-repeat;
background-position: left;
width:49px;
height: 20px;
position: absolute;
left: 0px;
top: 0px;
}
.ayuda_top .ayuda_top_c {
margin-left:49px;
margin-right:25px;
height: 20px;
background-image: url(../images/fondos/centro.gif);
background-repeat: repeat-x;	
}
.ayuda_top img {
margin-top: 6px;
}
.caja_ayuda p {
margin-right: 5px;
margin-left: 5px;
margin-top: 3px;
margin-bottom: 3px;
}
.ayuda {
cursor:pointer;
}
.caja_ayuda .texto_ayuda {
border-right-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #333333;
border-left-color: #333333;
margin-top: -3px;
margin-left: 0px;
margin-right: 0px;
clear: both;
/* alan */
background-color: #FFFFFF;
}
.caja_ayuda .ayuda_bot {
background-image: url(../images/fondos/ayuda_bot_l.gif);
background-position: left bottom;
background-repeat: no-repeat;
height: 30px;
clear: both;
margin-top: -5px;
}
.ayuda_bot .ayuda_bot_c {
background-image: url(../images/fondos/centro_bot.gif);
background-repeat: repeat-x;
margin-left: 45px;
height: 30px;
background-position: bottom;
}
.ayuda_bot .ayuda_bot_r {
background-image: url(../images/fondos/ayuda_bot_r.gif);
background-repeat: no-repeat;
height: 30px;
background-position: right bottom;
float: right;
width: 40px;
}
.ayuda_top_r img {
cursor:pointer;
}

