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

*/

.seccion{
float:left;}

.seccion img{
float:left;
margin-right:9px;
padding-top:4px;}

hr{
color: #CCCCCC;

width:400px;
height:1px;}

ul{
padding-left:17px;
margin-top:10px;
line-height:14px;}

#flashcontent{
float:left;
background-image:url(../img/cabeceraindex_02.jpg);
height:299;
width:530px;
background-repeat:no-repeat;}