Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/08/2010, 11:04
Avatar de RIVERMILLOS
RIVERMILLOS
 
Fecha de Ingreso: marzo-2010
Mensajes: 1.336
Antigüedad: 14 años
Puntos: 15
Respuesta: ayuda con div y su contenido

mira este es el codigo css completo..


Código:
*{margin:0;padding:0}
td img {display: block;}
img{border:0;}

BODY {
background : #C0D9D9 url(images/fondo.gif) repeat;
font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #666666;
margin : 20px 0px 20px 0px;
text-align: center;
}

#contenedor{
text-align: left;
border: 2px solid #cccccc;
width: 700px;
margin: auto;
background-color : #ffffff;
}  
#contenido{
background-color:#000;
padding:2px;
}

#cabecera{
height : 150px;
width: 700px;
} 
#navegador{
background : #F5F4C3 url(images/fondonav.gif);
border-bottom : 1px solid #cccccc;
} 
#cuerpo{
width:580px;
margin-left: 8px;
padding: 12px 0px 10px 0px;
float:left;
} 
#lateral{
width: 100px;
background-color: #EBF2FE;
border-bottom : 1px solid #cccccc;
border-left : 1px solid #cccccc;
float:right;
} 

#pie{
clear : both;
color : #cccccc;
text-align : right;
margin : 10px 10px 0px 10px;
padding-bottom:10px;
} 
#iframe1{
display:none;	
	}
.thumbs{
float:left;	
margin:5px;	
padding:1px;
background-color:#CCC;
}
.thumbs:HOVER{
background-color:#000;;	
}
saludos