Código CSS:
Ver original/* Estilos Generales*/
body {
background-color: #791517;
background-image: url(../images/fondo.jpg);
background-repeat: repeat-x;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
color:#666;
margin-top: 5px;
margin-bottom: 5px;
}
#contenedor {
position: relative;
width:1100px;
height:100%;
display: block;
clear: both;
margin:0 auto;
z-index: 1;
}
#barra_top {
background-color: #b1ab58;
height: 40px;
position:absolute;
top: 0px;
position:absolute;
width: 1100px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#top {
position: absolute;
top: 40px;
height: 283px;
width: 1100px;
align: center;
}
#contenido {
position: absolute;
width: 865px;
top: 400px;
left: 10px;
}
#top_modulo {
height: 30px;
background-image:url(../images/top_modulo.png);
background-repeat: no-repeat;
}
/*#contenido_modulo {
position: absolute;
height: 400px;
width: 857px;
height: auto;
top: 30px;
left: 3px;
background-image:url(../imagenes/contenido_modulo.png);
background-repeat:repeat-y;
}*/
#abajo_modulo {
height: 30px;
background-image:url(../images/abajo_modulo.png);
background-repeat: no-repeat;
}
#modulo_1 {
z-index: 10;
}
#contenido_modulo_1 {
background-image:url(../images/contenido_modulo.png);
background-repeat:repeat-y;
}
#modulo_2 {
z-index: 10;
}
#contenido_modulo_2 {
background-image:url(../images/contenido_modulo.png);
background-repeat:repeat-y;
}
#medio_modulo_1 {
width: 430px;
float: left;
}
#medio_modulo_2 {
width: 430px;
float: right;
}
/* Estilos Barra Lateral del Home*/
#barra_lateral {
width: 200px;
position: absolute;
top: 323px;
right: 20px;
}
#top_barra_lateral {
background-image: url(../images/top_barra_lateral.png);
background-repeat: no-repeat;
height: 26px;
}
#contenido_barra_lateral {
background-image: url(../images/contenido_barra_lateral.png);
background-repeat:repeat-y;
width: 200px;
text-align: justify;
}
#abajo_barra_lateral {
background-image: url(../images/abajo_barra_lateral.png);
background-repeat: no-repeat;
height: 26px;
/*top: 198px;*/
}
#barra_pie {
top: auto;
height: 40px;
width: 1100px;
background-color: #b1ab58;
border-radius: 10px;
}
.titulo {
font-size: 20px;
font-weight: bold;
color: #611313;
text-decoration: underline;
text-align: justify;
text-indent: 30px;
}
.titulo2 {
font-size: 16px;
font-weight: bold;
color: #611313;
text-decoration: underline;
text-align: justify;
text-indent: 10px;
}
.texto {
text-indent: 30px;
font-size: 15px;
text-align:justify;
}
.texto2 {
text-indent: 20px;
font-size: 15px;
color:#511E1A;
font-weight:bold;
}
.texto3 {
text-indent: 20px;
font-size: 15px;
color:#791517;
}
.boton {
font-size: 15px;
font-weight: bold;
color: #611313;
text-align: center;
}
a {
font-size: 15px;
color: #611313;
font-weight: bold;
text-decoration: underline;
}
a:visited {
color: #333;
}
a:hover {
color: #333;
text-decoration: underline;
}
a:active {
color: #611313;
}
.inputbox {
background-color: #511E1A;
padding-left: 10px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-top: 2px;
margin-bottom: 2px;
border-radius: 10px;
-webkit-border-radius: 10px;
color:#FFF;
}
h2 {
color: #611313;
}
h2 {
border-bottom-color: #511E1A;
display: block;
border-bottom-width: 1px;
border-bottom-style: solid;
}
h3 {
border-bottom-color: #511E1A;
display: block;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.moduletable_menu {
width: 162px;
}
/* VirtueMart*/
#med_ele{
width: 810px;
}
#vmMainPage{
width: 810px;
}
#med_ele .shop_info{
width: 810px;
}
#contenido_barra_lateral .moduletable {
width: 162px;
}