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

*/

#img_index{
background:url(../img/img_index.jpg) no-repeat;
width:710px;
height:179px;
margin-left:10px;
}
.lineagris{
border:none;
border-left:#CCCCCC solid 1px;
border-right:#CCCCCC solid 1px;
margin-bottom:0px;
}
