17/07/2005, 12:56
|
| | Fecha de Ingreso: diciembre-2004 Ubicación: Cordoba - Argentina
Mensajes: 503
Antigüedad: 20 años, 1 mes Puntos: 1 | |
Código:
body {
background-color: #CCCCCC;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/*Capa Ancla*/
#capamadre { height: 100%; width: 779px; margin:auto;}
/*Canesera*/
#arriba1 { height: 15px; width: 779px; padding: 0pt; overflow: hidden; background-image: url(../Images/design_01.gif); font-size: 8px; text-align: right}
#arriba2 { height: 59px; width: 779px; background-image: url(../Images/design_02.gif)}
/*Menu Horizontal*/
.contiene1 { width: 100%; height:24px }
.izquierda1 { width:123px; height:24px; float:left; background-image: url(../Images/Design2-remix_02.gif);}
.derecha1 { width:656px; height:24px; float:right; background-image: url(../Images/barraremix.gif); font-size:14px; line-height: 23px; text-indent: 16px; font-weight: bold; font-family: Verdana; color:#24C679;}
/*Capa efecto sombra paralela*/
#arriba3 { height: 9px; width: 779px; padding: 0pt; overflow: hidden; background-image: url(../Images/design_12.gif);}
/*Capa fragmento menu lateral - capa descripcion celda contenido*/
.contiene2 {width:100%; height:19px }
.izquierda2 {width:140px; height:19px; float:left; background-image: url(../Images/design-2_02.gif);}
.derecha2 {width:639px; height:19px; float:right; background-image: url(../Images/barra-temas.gif); }
/*Menu lateral - Capa contenido*/
.contiene3 {width:100%; height:447px }
.menulateral {width:140px; height:447px; float:left; background-image: url(../Images/design-2_04.gif);}
.capacontenido {width:639px; height:447px; float: right; background-color: #A3A3A3;}
/*Pie de pagina*/
#footer { height: 27px; width: 779px; background-image: url(../Images/design_18.gif)}
/*Propiedades de Spans-Footer*/
.spanfooter {
float:left;
line-height:27px;
font-size:14px;
text-indent:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.spanfooter2 {
float:right;
line-height:27px;
font-size:14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
|