/* CSS Document */
BODY{
background: #fff url('../img/bg.png') -100px -100px;
font-family: "Trebuchet MS", arial, verdana, san-serif;
font-size:75%;
text-align:center;
margin:30px 0 0 0;
}
/*TRUCO PARA QUE LOS .PNG FUNCIONEN CON IE6*/
* html #image-style {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="filename.png", sizingMethod="scale");
}

#pagina{
margin:auto auto;
text-align:left;
width:812px;
height:552px;
background: transparent url('../img/contenedor.png') no-repeat;
}
#contenedor-logo{
width:303px;
float:left;
height:100px;
}
#logo{
margin:35px 0 0 25px;
}

/* BOTONES */
#contenedor-botonera{
margin:0px;
padding:0px;
float:right;
width:505px;
height:100px;
}
#contenedor-botonera ul{
float:right;
margin:20px 20px 0 0;
padding:0px;
list-style:none;
}
#contenedor-botonera ul li{
display:inline;
padding:0px;
margin:0px;
}
#contenedor-botonera span{display:none;}
#contenedor-botonera ul li a{
margin:0 0 0 35px;
padding:0px;
width:75px;
height:70px;
}
.b1 a{background: transparent url('../img/bot1.png') 0 70px;float:left}
.b1 a:hover{background: transparent url('../img/bot1.png');}
.b2 a{background: transparent url('../img/bot2.png') 0 70px;float:left}
.b2 a:hover{background: transparent url('../img/bot2.png');}
.b3 a{background: transparent url('../img/bot3.png') 0 70px;float:left}
.b3 a:hover{background: transparent url('../img/bot3.png');}
.b4 a{background: transparent url('../img/bot4.png') 0 70px;float:left}
.b4 a:hover{background: transparent url('../img/bot4.png');}

/* CONTENIDOS */
#contenedor-texto{
clear:both;
}
/*FOTOS*/
#foto{
float:left;
margin:20px 0 0 15px;
width:296px; height:372px;
}
.marcofoto{float:left;margin:5px 5px 0 5px;padding:1px;border:1px solid #c00;background:#fff;}
.thumb{background:#fff;}
.marcofoto .nombre{font-size:10px;line-height:12px;color:#000;}

#marco1{
float:left;
width:420px; height:375px;
margin:20px 0 0 30px;
background: transparent url('../img/marco1.png') no-repeat;
SCROLLBAR-FACE-COLOR:#9cf;
SCROLLBAR-HIGHLIGHT-COLOR:#06f;
SCROLLBAR-SHADOW-COLOR:#06f;
SCROLLBAR-3DLIGHT-COLOR: #03f;
SCROLLBAR-ARROW-COLOR: #03f;
SCROLLBAR-TRACK-COLOR:#03f;
SCROLLBAR-DARKSHADOW-COLOR:#03f;
}
#marco2{
float:left;
width:420px; height:375px;
margin:20px 0 0 30px;
background: transparent url('../img/marco2.png') no-repeat;
SCROLLBAR-FACE-COLOR:#0C3;
SCROLLBAR-HIGHLIGHT-COLOR:#090;
SCROLLBAR-SHADOW-COLOR:#090;
SCROLLBAR-3DLIGHT-COLOR: #090;
SCROLLBAR-ARROW-COLOR: #090;
SCROLLBAR-TRACK-COLOR:#090;
SCROLLBAR-DARKSHADOW-COLOR:#090;
}
#marco3{
float:left;
width:420px; height:375px;
margin:20px 0 0 30px;
background: transparent url('../img/marco3.png') no-repeat;
SCROLLBAR-FACE-COLOR:#C6C;
SCROLLBAR-HIGHLIGHT-COLOR:#939;
SCROLLBAR-SHADOW-COLOR:#939;
SCROLLBAR-3DLIGHT-COLOR: #939;
SCROLLBAR-ARROW-COLOR: #939;
SCROLLBAR-TRACK-COLOR:#939;
SCROLLBAR-DARKSHADOW-COLOR:#939;
}
#marco3agendalistado{
float:left;
width:420px; height:375px;
margin:20px 0 0 30px;
background: transparent url('../img/marco3.png') no-repeat;
SCROLLBAR-FACE-COLOR:#C6C;
SCROLLBAR-HIGHLIGHT-COLOR:#939;
SCROLLBAR-SHADOW-COLOR:#939;
SCROLLBAR-3DLIGHT-COLOR: #939;
SCROLLBAR-ARROW-COLOR: #939;
SCROLLBAR-TRACK-COLOR:#939;
SCROLLBAR-DARKSHADOW-COLOR:#939;
}
#marco4{
float:left;
width:420px; height:375px;
margin:20px 0 0 30px;
background: transparent url('../img/marco4.png') no-repeat;
SCROLLBAR-FACE-COLOR:#F93;
SCROLLBAR-HIGHLIGHT-COLOR:#C60;
SCROLLBAR-SHADOW-COLOR:#C60;
SCROLLBAR-3DLIGHT-COLOR:#C60;
SCROLLBAR-ARROW-COLOR:#C60;
SCROLLBAR-TRACK-COLOR:#C60;
SCROLLBAR-DARKSHADOW-COLOR:#C60;
}
.textos{
width:400px; height:312px;
margin:33px 15px 25px 15px;
padding:5px 3px 0 0;
overflow:auto;
color:#fff;
}
#marco3 .textos{width:420px; height:320px;margin:30px 10px 20px 10px}

hr {
clear:both;
margin:0 0 5px 0;
border: 0;
color: #c30;
background-color: #c30;
height: 1px;
width: 100%;
text-align: left;
}
.textos p{margin:5px 0 10px 0;line-height:16px;}
.textos b, .textos strong{color:#000;}
H1{font-size:125%; margin:0px;padding:0px;color:#ff0}

.textos a{color:#ff0;font-weight:bold;}

.pdf{margin:3px 0 0 0;padding:2px 0px 4px 45px;background: transparent url('../img/pdf.gif') no-repeat 23px 0px;}
.htm{margin:3px 0 0 0;padding:2px 0px 4px 45px;background: transparent url('../img/htm.gif') no-repeat 23px 0px;}
.pdf a, .htm a{color:#FFF;text-decoration:none;}


#logos{
clear:both;
text-align:right;
width:812px;
height:40px;
}
#logos p{padding:25px 0 0 0;}

/*TOOLTIP PARA EL MAPA*/
a.info {
    position:relative; 
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none;
}
a.info:hover {
	z-index:25; background-color:#ff0;
}
a.info span {
	display: none;
}
a.info:hover span { 
	display:block;
	position:absolute;
	top:-92px;
	left:-22px;
	width:205px;
	border:2px solid #060;
	background-color:#e8e8e8;
	color:#000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
}
/*SISTEMA DE PESTAÑAS NOTICIAS E IMÁGENES */
#ContTabul {
  border-left: 1px solid #cc3300;
  border-right: 1px solid #cc3300;
  border-bottom: 1px solid #cc3300;
  padding: 10px 5px 6px 5px;
  background-color:#ff791d;
  }
ul#tabnav {
  list-style-type: none;
  margin: 0;
  padding-left: 2px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cc3300;
  font: 11px verdana, arial, sans-serif;
  }
ul#tabnav li {
  float: left;
  height: 21px;
  background-color: #F93;
  color: #930;
  margin: 2px 5px 0 5px;
  border: 1px solid #cc3300;
  }
ul#tabnav a:link, ul#tabnav a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 4px;
  }
ul#tabnav a:hover {
  background-color: #ff791d;
  color: #930;
  }
#tabnav .activo {
  border-bottom: 1px solid #ff791d;
  color: #000000;
  background-color: #ff791d;
  }
#tabnav .inactivo {}





