IRFineArts_Web/estilos.css
2011-05-03 08:45:03 +00:00

286 lines
4.0 KiB
CSS

@charset "utf-8";
html, body {
margin:0;
padding:0;
height:100%;
}
body {
background-color: #000;
color: #fff;
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.3em;
text-align: center;
}
h1, h2, h3, h4 {
font-family: 'EB Garamond', serif;
color: #E5C779;
border-bottom: 1px solid #534121;
padding-bottom: 5px;
font-weight: normal;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
color: #e5c779;
}
#vertical{
float:left;
height:50%;
margin-top:-328px; /* half vertical height */
width:100%;
}
#container
{
width: 945px;
margin: 0 auto;
height: 656px;
overflow: hidden;
text-align:left;
clear: both;
}
#header
{
padding: 0;
margin: 0 0 4px 0;
background:#000;
height: 95px;
text-align: center;
overflow: hidden;
border-bottom: 1px solid #534121;
}
#header h1 {
border: 0;
padding: 0;
margin: 0;
font-size: 60px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
line-height: 0.9;
color: #fff;
}
#header h2 {
border: 0;
padding: 0;
margin: 0;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
line-height: 1.2;
color: #fff;
}
#header h1.logo {
border: 1px solid red;
background: url(images/logo.gif) no-repeat top center;
padding: 85px 0 0 0;
overflow: hidden;
height: 0px !important;
height /**/:85px;
}
#content
{
border-top: 1px solid #7C6131;
border-bottom: 1px solid #7C6131;
height: 500px;
background-color: #181818;
clear: both;
padding: 5px 0 0 5px;
position: relative
}
#footer
{
clear: both;
text-align: left;
height: 25px;
color: #fff;
font-size: 12px;
padding: 0 0 0 5px;
}
.separador {
color: #7C6131;
}
div.quienes-somos {
text-align: center;
margin: 40px auto 0 auto;
width: 460px;
}
div.quienes-somos p {
border-top: 1px solid #7C6131;
border-bottom: 1px solid #7C6131;
line-height: 2;
margin: 20px 0 0 0;
padding: 20px 0;
}
div.pintores {
padding: 10px 40px;
font-size:90%;
color: #e5c779;
}
div.pintores a {
font-size: 115%;
}
div.aviso-legal {
text-align: center;
margin: 40px auto 0 auto;
width: 460px;
}
div.contacto {
margin: 50px 30px 0 30px;
}
div.direccion {
width: 270px;
}
div.direccion p {
border-top: 1px solid #7C6131;
border-bottom: 1px solid #7C6131;
}
#mapa {
width: 500px;
height: 400px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.ficha-pintor {
width: 45%;
margin: 20px;
}
.ficha-pintor h2 {
text-transform: uppercase;
}
.cuadros-pintor {
width: 45%;
margin: 20px;
}
ul.miniaturas {
position:absolute;
bottom: 50px;
left: 30px;
list-style: none;
padding: 0 0 20px 0;
margin: 0;
width: 45%;
border-bottom: 1px solid #534121;
}
ul.miniaturas li {
float: left;
text-align: center;
display: block;
width: 33%;
margin-top: 20px;
}
ul.miniaturas li img {
margin: 0 auto 5px auto;
}
ul.miniaturas li span {
margin: 0 auto;
font-size: 85%;
color: #E5C779;
}
.ficha-obra {
width: 30%;
margin: 20px 30px 0 0;
}
.ficha-obra ul {
list-style: none;
line-height: 1.8em;
padding: 0;
}
.ficha-obra h2 {
text-transform: uppercase;
}
.obra {
text-align: center;
width: 60%;
height: 436px;
margin: 20px 0 0 20px;
position: relative;
}
.obra div.fotografia {
float: left;
width: 450px;
height: 436px;
}
.obra div.fotografia img.centrada {
margin-top: 15%;
}
.obra div.boton {
height: 436px;
width: 10%;
}
.obra div.boton a {
display: block;
height: 100%;
}
.obra div.boton span {
display: none;
}
.obra div.boton.anterior {
float: left;
}
.obra div.boton.anterior a {
background: url(images/left_off.gif) center no-repeat;
}
.obra div.boton.siguiente {
float: right;
}
.obra div.boton.siguiente a {
background: url(images/right_off.gif) center no-repeat;
}