2010-01-25 11:16:36 +00:00
|
|
|
div.inicio {
|
|
|
|
|
width: 770px;
|
|
|
|
|
height: 461px;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
background: url(images/fondo-inicio.jpg) no-repeat;
|
|
|
|
|
}
|
|
|
|
|
div.inicio h2 {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-25 11:52:04 +00:00
|
|
|
div.inicio p.castellano,
|
|
|
|
|
div.inicio p.english {
|
2010-01-25 11:16:36 +00:00
|
|
|
left: 355px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 360px;
|
2010-01-25 11:52:04 +00:00
|
|
|
height: 300px;
|
2010-01-25 11:16:36 +00:00
|
|
|
top: 325px;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
padding-left: 86px;
|
2010-01-25 11:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.inicio p.castellano {
|
2010-01-25 11:16:36 +00:00
|
|
|
background: url(images/letra-e-capitular.gif) no-repeat 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-25 11:52:04 +00:00
|
|
|
div.inicio p.english {
|
|
|
|
|
background: url(images/letra-t-capitular.gif) no-repeat 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-25 11:16:36 +00:00
|
|
|
div.inicio span {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.inicio .promocion {
|
|
|
|
|
display: inline;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #993399;
|
|
|
|
|
text-decoration: blink;
|
|
|
|
|
}
|