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

*/
#flashcontent{
float:left;
background-image:url(../img/flashfondo_08.jpg);
width:774px;
height:458px;
background-repeat:no-repeat;


}
.prueba{
width:774px;
height:448px;
background-color:#666666;
float:left;}

.ukindex a{
float:left;
margin:0;
padding:0;}

