body {
margin: 0;
padding: 0;
background-color: #b18335;
}
#container {
margin: 20px auto 20px auto;
padding: 0;
width: 738px;
background: url(images/fondo.jpg) no-repeat top left;
background-image: url(images/fondo.jpg);
background-position: top left;
background-repeat: no-repeat;
background-attachment: scrolling;
background-color: #d3a840;
border: 2px solid #e4cb8b;
}
#header {
margin: 0;
padding: 0;
width: 738px;
height: 118px;
background: url(images/header.jpg) no-repeat top left;
background-image: url(images/header.jpg);
background-position: top left;
background-repeat: no-repeat;
background-attachment: scrolling;
border-bottom: 2px solid #e4cb8b;
}
#barra {
margin: 0;
padding: 0;
width: 738px;
height: 330px;
border-bottom: 2px solid #e4cb8b;
background: url(images/reloj.jpg) no-repeat top right;
background-image: url(images/reloj.jpg);
background-position: top right;
background-repeat: no-repeat;
background-attachment: scrolling;
}
#barra2 {
margin: 0;
padding: 0;
width: 738px;
border-bottom: 2px solid #e4cb8b;
background: url(images/fondo2.jpg) no-repeat top left;
background-image: url(images/fondo2.jpg);
background-position: top left;
background-repeat: no-repeat;
background-attachment: scrolling;
background-color: #f4c046;
}
#menu {
margin: 0;
padding: 0;
background-color: #950500;
width: 170px;
height: 330px;
background: url(images/fondomenu.jpg) no-repeat top left;
background-image: url(images/fondomenu.jpg);
background-position: top left;
background-repeat: no-repeat;
background-attachment: scrolling;
}
#contacto {
margin-top: 0;
margin-bottom: 10px;
padding: 20px 10px 10px 10px;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #8c0000;
font-family: Trebuchet MS, serif;
}
#contacto a:link {
padding: 5px;
color: #01295c;
text-decoration: underline;
}
#contacto a:visited {
padding: 5px;
color: #01295c;
text-decoration: underline;
}
#contacto a:hover {
padding: 5px;
color: #ffffff;
text-decoration: underline;
}
#contacto a:active {
padding: 5px;
color: #01295c;
text-decoration: underline;
}
#titulo {
margin: 0;
padding: 0;
length: 738px;
height: 38px;
}
#texto {
margin: 0;
padding: 0 20px 20px 20px;
font-size: 11px;
font-weight: normal;
line-height: 20px;
text-align: left;
color: #01295c;
font-family: Verdana, serif;
}
#texto2 {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: bold;
line-height: 20px;
text-align: left;
color: #01295c;
font-family: Verdana, serif;
}
#direccion {
margin: 0;
padding: 20px;
length: 738px;
font-size: 13px;
font-weight: normal;
line-height: 20px;
text-align: center;
color: #012956;
font-family: Trebuchet MS, sans-serif;
background-color: #d3a840;
}
#formulario {
margin: 0;
padding: 0 20px 0 20px;
font-size: 10px;
font-weight: bold;
line-height: 20px;
text-align: left;
color: #01295c;
font-family: Verdana, serif;
}
input, textarea {
padding: 3px;
font-family: Verdana, serif;
font-size: 10px;
color: #01295c;
font-weight: normal;
background-color: #f4c046;
border: 1px solid #01295c;
}
input.submit {
padding: 3px;
font-family: Verdana, serif;
font-size: 10px;
color: #01295c;
font-weight: normal;
background-color: #f4c046;
border: 2px solid #01295c;
}