/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body{background-color: white;
}

img{border:none;
}

/* ----- IDS ----- */
#contenedor{
position: absolute;
width: 1280px;
height: 1024px;
top: 50%;
left: 50%;
margin-top: -512px; 
margin-left: -640px;


}
#izquierda{
float:left;
width: 178px;
height: 1024px;
padding: 0px 0px 0px 0px;

}	
#candina{
float:left;
width: 217px;
height: 1024px;


}
#corazon{
float:left;
width: 515px;
height: 1024px;


}
#biscay{
float:left;
width: 217px;
height: 1024px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;


}
#derecha{
float:left;
width: 153px;
height: 1024px;

}
