/* 
ESTILO PARTICULAR DE UNA PÁGINA WEB

Debe existir una hoja de estilos por cada página web que necesite una modificación especifica en los estilos

*/

#nomargin{
margin:0px;}

.derecho{
float:left;
width:197px;
margin-right:3px;}




.enlaceindex{
background-image:url(../img/enlacesoff_11.jpg);
width:190px;
height:20px;
float:left;
background-repeat:no-repeat;
font-size:13px;
text-decoration:none;
color:#FFFFFF;
padding-left:7px;
padding-top:6px;}


.enlaceindex:hover{
background-image: url(../img/enlacesover_11.jpg);
width:190px;
height:20px;
float:left;
background-repeat:no-repeat;
font-size:13px;
text-decoration:none;
color:#af8a38;
padding-left:7px;
padding-top:6px;}


ul{
padding-left:16px;
margin-top:10px;

}