body {
margin: 0px auto;
background: url(../gfx/fondo.gif);
}
div.todo {
margin: 0px auto;
margin-top: 10px;
width: 772px;
height: 550px;
font-family: Arial;
font-size: 9pt;
color: #666;
/*background-color: #cccccc;*/
}
div.mitad_up {
width: 772px;
height: 172px;
border: 1px solid #cccccc;
}
div.cabecera {
width: 772px;
height: 126px;
background: url(../gfx/cabecera.jpg) no-repeat;
}
div.botonera {
margin-left: 1px;
margin-right: 1px;
width: 770px;
height: 45px;
overflow: hidden;
/*background-color: #cccccc;*/
}
div.botonera a {
float: left;
}
div.botonera div {
float: left;
}
div.separador_botones {
width: 2px;
height: 45px;
background: url(../gfx/separador_menus.jpg) no-repeat;
}
a.boton_1 div, a.boton_1_selected div {
width: 127px;
height: 45px;
}
a.boton_1 {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_1.jpg) 0px 0px no-repeat;
}
a.boton_1_selected {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_1.jpg) 0px -45px no-repeat;
}
a.boton_1:hover {
background: url(../gfx/boton_1.jpg) 0px -45px no-repeat;
}
a.boton_2 div, a.boton_2_selected div {
width: 126px;
height: 45px;
}
a.boton_2 {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_2.jpg) 0px 0px no-repeat;
}
a.boton_2_selected {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_2.jpg) 0px -45px no-repeat;
}
a.boton_2:hover {
background: url(../gfx/boton_2.jpg) 0px -45px no-repeat;
}
a.boton_3 div, a.boton_3_selected div {
width: 126px;
height: 45px;
}
a.boton_3 {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_3.jpg) 0px 0px no-repeat;
}
a.boton_3_selected {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_3.jpg) 0px -45px no-repeat;
}
a.boton_3:hover {
background: url(../gfx/boton_3.jpg) 0px -45px no-repeat;
}
a.boton_4 div, a.boton_4_selected div {
width: 126px;
height: 45px;
}
a.boton_4 {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_4.jpg) 0px 0px no-repeat;
}
a.boton_4_selected {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_4.jpg) 0px -45px no-repeat;
}
a.boton_4:hover {
background: url(../gfx/boton_4.jpg) 0px -45px no-repeat;
}
a.boton_5 div, a.boton_5_selected div {
width: 126px;
height: 45px;
}
a.boton_5 {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_5.jpg) 0px 0px no-repeat;
}
a.boton_5_selected {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_5.jpg) 0px -45px no-repeat;
}
a.boton_5:hover {
background: url(../gfx/boton_5.jpg) 0px -45px no-repeat;
}
a.boton_6 div, a.boton_6_selected div {
width: 129px;
height: 45px;
}
a.boton_6 {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_6.jpg) 0px 0px no-repeat;
}
a.boton_6_selected {
cursor: pointer;
cursor: hand;
background: url(../gfx/boton_6.jpg) 0px -45px no-repeat;
}
a.boton_6:hover {
background: url(../gfx/boton_6.jpg) 0px -45px no-repeat;
}
div.submenu {
display: none;
position: relative;
float: left;
margin-top: 45px;
margin-left: 0px;
*margin-left: -127px;
padding-top: 5px;
width: 125px;
height: 55px;
background-color: #688BA7;
border: 1px solid #cccccc;
}
html>body div.submenu {
position: absolute;
width: 125px;
}
div.submenu div {
float: left;
width: 125px;
font-size: 10pt;
}
div.submenu a {
margin-left: 20px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
div.desplegable {
float: left;
width: 127px;
height: 55px;
background-color: #000;
}
div.mitad_down {
margin-top: 3px;
width: 772px;
height: 350px;
border: 1px solid #cccccc;
background-color: #fff;
}
div.foto {
float: left;
width: 377px;
height: 349px;
margin: 1px;
}
div.contenidos {
float: right;
width: 385px;
height: 344px;
margin: 3px;
/*background-color: #9cf;*/
}
strong.titulos_secciones {
font-size: 12pt;
}
strong.titulos_packs {
font-size: 10pt;
}
div.contenidos_packs {
text-align: justify;
font-size: 8pt;
margin: 10px;
/*background-color: #ccc;*/
}
div.pie {
float: left;
margin-top: 5px;
font-size: 7pt;
}
div.pie a {
color: #666;
}