CasonaDeHermosa_Web/paginas.css
2010-01-25 11:52:04 +00:00

40 lines
721 B
CSS

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