/* 
    Document   : main
    Created on : 10-feb-2010, 18:25:14
    Author     : paco
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
     font-size: 10px;
        text-align: center; /* for IE */
}
#cajaCentral{
    width: 1130px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
     text-align: left;
   
}
#anuncios{
             width:130px;
             height:auto;
             margin-top:20px ;   /* align for good browsers */
             text-align: left; /* counter the body center */
             float:left;
}
#nave {
    width:960px;
    height:100%;
    text-align:left;
        float:left;
}
#titular {
    width:100%;
    height:auto;
    margin-left:200px;
        float:left;
         
}
#rodma{
    
    margin-top:50px;
        float:left;
}
#fotoGrande {
	height: 387px;
	width: 956px;
        float:left
     
}
#foto1 {

	float: left;
	height: 100px;
	width: 150px;
}
#foto2 {

	float: left;
	height: 100px;
	width: 150px;
}
#foto3 {

	float:left;
	height: 100px;
	width: 150px;
}
#foto4 {

	float:left;
	height: 100px;
	width: 150px;
}
#fotos{
    width:100%;
    height:auto;

}