Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/07/2006, 17:10
lickybuay
 
Fecha de Ingreso: noviembre-2003
Ubicación: Asuncion
Mensajes: 76
Antigüedad: 20 años, 5 meses
Puntos: 1
Acá va el general.css

body{
/*width: 760px;*/
margin: 0px;
/*color: #110319;*/
color:#444444;
font-family: Tahoma;
font-size: 11px;
background-image: url(../gfx/fondo.jpg);
background-repeat: repeat-x;
}
#contenedor_general{
width: 720px;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
clear:both;
float: left;
}
#fondo_contenedor{
background-position: bottom;
background-image: url(../gfx/footer.jpg);
background-repeat:repeat-x;
clear: both;
margin: 0px;
/*float:left;*/
}
#contenedor_info{
/*width: 720px;*/
width: 680px;
/* margin-bottom: 20px;*/
margin-top: 44px;
padding-left: 20px;
padding-right: 20px;
height: 385px;
}
#header_botonera{
width: 720px;
height: 251px;
background-image: url(../gfx/header.jpg);
background-repeat: no-repeat;
}
#titulo{
width: 420px;
height: 65px;
clear: both;
float: left;
padding-top: 124px;
}
#botonera{
width: 420px;
height: 36px;
padding-top: 33px;
float: left;
clear: both;
}
.botonera_link{
width: 84px;
padding: 7px;
color:White;
font-size: 18px;
text-align: center;
float: left;
}
.botonera_link:hover{
width: 84px;
background-color: White;
padding: 7px;
color:#748692;
font-size: 18px;
text-align: center;
float: left;
}
.botonera_link a {
width: 84px;
color:White;
font-size: 18px;
text-align: center;
float: left;
text-decoration: none;
}
.botonera_link a:link, a:active {
color:White;
font-size: 18px;
text-align: center;
float: left;
text-decoration: none;
}
.botonera_link a:visited{
color:White;
font-size: 18px;
text-align: center;
float: left;
text-decoration: none;
}
.botonera_link a:hover{
background-color: White;
color:#748692;
font-size: 18px;
text-align: center;
float: left;
text-decoration: none;
}
.titulo_h1{
margin: 0px;
font-size: 88px;
color: #FFFFFF;
font-family:Arial;
font-weight:normal;
text-decoration: none;
}
h1{
margin: 0px;
font-size: 88px;
color: #FFFFFF;
font-family:Arial;
font-weight:normal;
float:left;
}
h2{
margin: 0px;
font-size: 20px;
color: #444444;
}