.enlace_menu1{
background-image:url('../images/menu1.gif');
background-repeat:no-repeat;
background-position:top left;
width:99px;
height:23px;
text-decoration:none;
display:table-cell;
}

.enlace_menu1:hover{
background-image:url('../images/menu1b.gif');
background-repeat:no-repeat;
background-position:top left;
width:99px;
height:23px;
text-decoration:none;
display:table-cell;
}



.enlace_menu2{
background-image:url('../images/menu2.gif');
background-repeat:no-repeat;
background-position:top left;
width:104px;
height:23px;
text-decoration:none;
display:table-cell;
}

.enlace_menu2:hover{
background-image:url('../images/menu2b.gif');
background-repeat:no-repeat;
background-position:top left;
width:104px;
height:23px;
text-decoration:none;
display:table-cell;
}



.enlace_menu3{
background-image:url('../images/menu3.gif');
background-repeat:no-repeat;
background-position:top left;
width:212px;
height:23px;
text-decoration:none;
display:table-cell;
}

.enlace_menu3:hover{
background-image:url('../images/menu3b.gif');
background-repeat:no-repeat;
background-position:top left;
width:212px;
height:23px;
text-decoration:none;
display:table-cell;
}


.enlace_menu4{
background-image:url('../images/menu4.gif');
background-repeat:no-repeat;
background-position:top left;
width:77px;
height:23px;
text-decoration:none;
display:table-cell;
}

.enlace_menu4:hover{
background-image:url('../images/menu4b.gif');
background-repeat:no-repeat;
background-position:top left;
width:77px;
height:23px;
text-decoration:none;
display:table-cell;
}

/*************************************************/

.naranja_fuerte{
color:#f47d00;
}

.naranja{
color:#ecb412;
}


.titulo_enlace{
font-family:Arial;
font-size:11px;
color:#f47d00;
text-decoration:none;
cursor:pointer;
}

.titulo_enlace:hover{
font-family:Arial;
font-size:11px;
color:#f47d00;
text-decoration:underline;
cursor:pointer;
}


.texto_entrada{
font-family:Arial;
font-size:12px;
color:#ffffff;
}

.enviar{
background-color:#ecb412;
border:0px;
font-family:Arial;
font-size:11px;
font-weight:bold;
}

