/* 
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

*/

.linea{
margin-top:6px;
margin-bottom:6px;
background-image:url(../img/linea_09.jpg);
height:1px;
background-repeat:repeat-x;

height:1px;
width:470px;
font-size:0px;
float:left;}

hr{
color:#c2e1e5;
margin-top:8px;
margin-bottom:5px;
width:470px;
font-size:0px;
height:1px;}

.leermas{
float:right;
background-image:url(../img/leermas_32.jpg);
width:74px;
height:20px;
background-repeat:no-repeat;
padding-left:15px;
padding-top:3px;
}

.leermas a{font-family:Verdana, Arial, Helvetica, sans-serif;
color:#e1553e;
font-size:12px;
font-weight:bold;
text-decoration:none;}

.leermas a:hover{
text-decoration:underline;}


.lit{margin-bottom:5px;}
.lit a{
color: #666666;
text-decoration:none;
}

.lit a:hover{
color:#000000;
text-decoration:underline;
}

#container{
width:751px;
margin:0px auto 0px auto!important;
*margin:0px auto 0px auto!important;
*margin:0px auto 0px 253px;
}
