body {
font-family: Arial;
}
td.separador {
background: url(../gfx/fondo_separador.jpg) repeat-x;
}
td.cabecera {
background: url(../gfx/cabecera.jpg) no-repeat;
}
div.menu {
padding-right: 20px;
padding-top: 2px;
font-family: Verdana;
font-weight: bold;
font-size: 10.2pt;
}
.menu a {
text-decoration: none;
color: #000000;
}
.menu a:hover {
text-decoration: none;
color: #99791B;
}
a.menu_selected {
color: #99791B;
border-bottom: 1px solid #99791B;
}
div.submenu {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
text-align: left;
color: #FFC61D;
margin-top: 20px;
float: left;
width: 169px;
}
.submenu div {
padding-left: 15px;
padding-top: 4px;
padding-bottom: 4px;
}
div.submenu_selected {
padding-left: 0px;
border-bottom: 1px solid #FFFFFF;
}
.submenu a {
text-decoration: none;
color: #FFFFFF;
}
.submenu_selected a {
color: #FFC61D;
}
.submenu a:hover {
color: #FFC61D;
}
div.pestanas {
width: 601px;
padding-right: 10px;
float: right;
}
html>body div.pestanas {
width: 591px;
}
div.pestana {
color: #FFFFFF;
padding: 5px;
background-color: #00669E;
border: 1px solid #A2D5F2;
border-bottom: none;
float: right;
}
a.pestana {
text-decoration: none;
cursor: hand;
}
div.pestana_selected {
position: relative;
z-index: 10;
background-color: #A2D5F2;
color: #000000;
padding: 5px;
border: 1px solid #00669E;
border-bottom: none;
float: right;
}
div.textos {
position: relative;
z-index: 0;
font-size: 9pt;
margin-top: -1px;
border-top: 1px solid #00669E;
width: 598px;
padding-left: 8px;
padding-right: 0px;
float: left;
}
div.contenido {
float: right;
text-align: left;
background: #FFFFFF url(../gfx/fondo.jpg) no-repeat;
margin-top: 9px;
margin-right: 15px;
width: 601px;
min-height:456px;
height: auto !important;
height: 456px;
}
div.contenido a {
color: #000000;
}
td.pie {
background: url(../gfx/fondo_separador_2.jpg) repeat-x 0px 8px;
}
/* Contacto */
DIV#formularioContacto {
display:block;
width: 560px;
padding-top: 10px;
}
label.contacto {
display: block;
float: left;
width: 120px;
margin-bottom: 5px;
font-family: Verdana;
font-size: 8pt;
}
input.contacto, textarea.contacto, select.contacto {
display: block;
float: left;
font-family: Verdana;
font-size: 8pt;
width: 375px;
margin-bottom: 5px;
}
.botonContacto {
display: inline;
float: center;
font-family: Verdana;
font-size: 8pt;
width: 185px;
}
/* Noticias */
.noticiaListado {
display:block;
float: left;
width: 570px;
border: 1px solid #00669E;
margin-top: 10px;
padding: 5px;
cursor: pointer;
cursor: hand;
}
.tituloNoticia {
font-weight: bold;
}
.entradillaNoticia {
font-style: Italic;
font-size: 10pt;
}
.fechaNoticia {
font-size: 10pt;
}
.contenedorLinksPaginacion {
margin-top: 10px;
}
.linkAnterior {
float: left;
width: 200px;
}
.linkSiguiente {
float: right;
width: 200px;
text-align: right;
}
/* Imágenes */
IMG.ifoto {
float: left;
border: 0px;
margin: 5px;
}
IMG.dfoto {
float: right;
border: 0px;
margin: 5px;
}
IMG.cfoto {
float: center;
border: 0px;
margin: 5px;
}
/* INICIA LIGHTBOX */
a.lightBoxLink {
text-decoration: none;
}
#lightbox {
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}
#lightboxDetails {
font-size: 0.8em;
padding-top: 0.4em;
}	
#lightboxCaption {
float: left;
}
#keyboardMsg {
float: right;
font-size: 8pt;
}
#closeButton {
top: 5px;
right: 5px;
}
#lightbox img {
border: none;
clear: both;
}
#overlay img {
border: none;
}
#overlay {
background-image: url(../gfx/overlay.png);
}
* html #overlay {
background-color: #333;
back\ground-color: transparent;
background-image: url(gfx/blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gfx/overlay.png", sizingMethod="scale");
}