/* CSS Document */
*{
	margin:0;
	padding:0;
}
/*@font-face {
  font-family: MOD;
  src: url(../css/Frutiger-Roman.otf) format("opentype");
}
.fuente{
	font-family: MOD;
}*/
body {
	margin:0 auto;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000;
	background: url(../imagenes/fond.jpg) no-repeat top center fixed #FFF;
}
img{
	border: none;
}
hr{
	height:1px;
	width:100%;
	border: 0;
	border-bottom: 1px solid #999;
	outline:none;
	margin:10px 0px 10px 0px;
}
h1{
	color: #1c5275;
	font-weight:bold;
	font-size:210%;
}
h2{
	color: #1c5275;
	font-size:140%;
}
h5{
	color: #1c5275;
	font-size:100%;
}
ul, li{
	list-style: none;
}
a{
	outline:none;
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#333333;
	/*text-decoration:underline;*/
}
iframe{
	border:none;
	overflow: auto;
	background:#FFFFFF;
	width:100%;
	min-height:440px;
}
#col_der, .iframe_access{
	border:none;
	/*overflow: scroll;*/
}
#container{
	width:100%;
	display:block;
	background: url(../imagenes/fondo_superior.png) no-repeat top center;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align:center;
}
* html #container {
	height:100%;
}
#main{
	width:950px;
	margin: 0 auto;
	background: url(../imagenes/fondo_superior.png) no-repeat top center;
	height:auto !important;
	height:100%;
	min-height:100%;
}
* html #main {
	height:100%;
}
/* --- Cabecera ------------------------------------------------------------------- */
#menu_superior{
	width:100%;
	text-align:right;
	background: url(../imagenes/fondo_menu_superior.gif) repeat-x bottom left #4084b6;
	border-bottom:1px solid #999;
	color: #fff;
	font-size:87%;
	float:left;
	display:block;
}
#idioma{
	width:48%;
	display:block;
	float:left;
	margin-left:1px;
}
#idioma li{
	float:left;
	margin:3px;
}

#info{
	width:48%;
	float:right;
	text-align:right;
	display:block;
	margin-right:3px;
}
#info li{
	float:right;
	padding:3px;
}
#menu_superior li a{
	color: #fff;
	text-decoration:none;
}
#menu_superior li a:hover{
	color: #FFF;
	text-decoration: underline;
}
#cabecera {
	
	text-align:left;
	display:block;
	height:111px;
	width:948px;
	margin-top:10px;
	background:#FFFFFF;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #999;
}
#cabecera_int {
	text-align:left;
	width:582px;
	display:block;
	height:70px;
	float:right;
	padding:5px 7px 10px 10px;
	color:#4084b6;
	margin-right:2px;
}
#cabecera_int img{
	float:right;
}
.titulo1{
	font-weight:bold;
	font-size:180%;
}
#logo{
	padding: 0px 30px 0px 10px;
	float:left;
}
.cocim{
	width:100px; 
	float:right; 
	margin:10px 20px 0px 0px; 
	font-size:87%;
	display:none;
}
.cocim span{
	text-decoration:underline;
}
.cocim img{
	margin-top:0px;
}
.organiza{
	width:180px; 
	float:right; 
	margin:10px 20px 0px 0px; 
	font-size:100%;
	text-align:right;
	font-weight:bold;
	color:#ab944b;
}
#fechas{
	float:left;
	margin-top:12px;
	width:150px;
}
#fechas div{
	background:#fff;
	color:#999999;
	float:left;
	font-size:180%;
	font-weight:bold;
	padding-left:3px;
	padding-top:3px;
}
#fechas div.dia{
	margin-right:4px;
	padding-right:6px;
	text-align:right;
	padding-top:0px;
	height:60px;
	border-right:3px solid #999999;
}
/* --- Menu ------------------------------------------------------------------- */
#menu{
	text-align:center;
	width:948px;
	border: 1px solid #999;
	border-bottom: none;
	background:#FFFFFF;
	float:left;
	position:relative;
}
.fragmento{
	min-height:160px;
	/*visibility:hidden;*/
}
.fragmento, .fragmento hr{
	padding:10px 1%;
	width:98%;
	float:left;
	display:block;
}
#menu1{
	width:482px;
	float:left;
	display:block;
	height:223px;  /*OJO - CAMBIAR SI LA IMAGEN DE LA FERIA ES MAS O MENOS ALTA */
	background: #FFF;
	overflow: hidden;
}
#busqueda .input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:87%;
	color: #666666;
}


/* Pestanas */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Oculta los elementos para impresion... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 8px 0 0 4px;
	background: url(../imagenes/fondo_menu_pestanas2.gif) repeat-x 0 0 #c7e0f1;
	display:block;	
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.cont_tabs{
	float:left;
	text-align:left;
	width:49%;
	padding-left: 1%;
	background:#FFFFFF;
	display: block;
}
.cont_tabs li a{
	padding-left:16px;
	background: url(../imagenes/icono_listas.gif) no-repeat 0px 0px #FFFFFF;
	color:#46698a;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	line-height:18px;
}
.cont_tabs li a:hover{
	padding-left:16px;
	background:url(../imagenes/icono_listas.gif) no-repeat 0px 0px #eff4f7;
	color:#254664;
	text-decoration:none;
}
.cont_tabs li a.activo{
	padding-left:16px;
	background:url(../imagenes/icono_listas_sobre.gif) no-repeat 0px 0px #eff4f7;
	color:#254664;
	border-bottom: 0px solid #386F92;
}
.cont_tabs li.fin{
	margin-bottom:9px;
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 3px;
    min-width: 44px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 9px;
    background: url(../imagenes/fondo_pestanas.gif) no-repeat transparent;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #666666;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #1c5275;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active{
    background-position: 100% -150px;
	color:#1e4e6c;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active{
    background-position: 100% -100px;
	color: #e1e8ed;
}
.tabs-nav a span {
    width: 44px; /* IE 6 treats width as min-width */
    min-width: 44px;
    height: 21px; /* IE 6 treats height as min-height */
    min-height: 33px;
    padding-top: 5px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
   
}
.tabs-container {
    border-top: 1px solid #999;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-container li {
	padding-bottom:0px;
	height:25px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../imagenes/loading.gif) no-repeat 0 50%;
}

/* --- Imagen de la feria -------------------------------------------------------------------------- */
#menu2{
	text-align:center;
	width:460px;
	float:left;
	height:220px;
	display:block;
	border-left: 1px solid #999;
}
#menu2 img{
	vertical-align:bottom;
	bottom:0; 
	clear:both;
	content:inherit;
}

/* --- Cuerpo -------------------------------------------------------------------------- */
#contenido{
	width:948px;
	float:left;
	background: #FFFFFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	padding:10px 0px 0px 0px;
}

/* --- Columna izquierda -------------------------------------------------------------------------- */
#col_izq{
	float:left;
	display:block;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	width:185px;
}
#col_izq .caja{
	display:block;
	background: url(../imagenes/fondo_caja_derecha.gif) repeat 0 0 #f3f8fb;
	border:2px solid #8db3d7;
	margin-bottom:10px;
	padding:0px 5px 5px 5px;
	float:left;
}
#col_izq .caja div{
	margin: 0 auto;
}
#col_izq .caja h3{
	font-size:90%;
	padding:2px 3px 3px 3px;
	color: #386F92;
	margin: 5px 0px 3px 0px;
	background: url(../imagenes/fondo_h2.gif) repeat-x 0 0 #fff;
	border-bottom:1px solid #135783;
	border-top:1px solid #bfd3e0;
	border-left:1px solid #bfd3e0;
	border-right:1px solid #135783;
	text-align: left;
}
#col_izq .caja ul li{
	font-size:88%;
	text-align:center;
	color:#000;
	margin-top:5px;
}
#col_izq .caja li a{
	color:#000;
	background:#F0F0F0;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}
#col_izq .caja li a:hover{

}
#col_izq .caja li a img{
	padding:0px;
	margin: 0 auto;
}
#col_izq .caja li{
	cursor:pointer;
}

/* --- Contenido -------------------------------------------------------------------------- */
#col_der{
	width:735px;
	display:block;
	background:#FFFFFF;
	float:left;
}
#mapa{
	background:#FFF;
	color:#4084b6;
	padding:3px 3px 5px 3px;
	height:15px;
	width:704px;
	font-size:87%;
	display:block;
	float:left;
}
#mapa li, #mapa p{
	float:left;
}
#mapa li{
	padding-left:5px;
}
#mapa li a{
	color:#4084b6;
	background:#FFF;
	border-bottom: 1px dotted #4084b6;
	text-decoration:none;
}
#mapa li a:hover{
	color:#4084b6;
	background:#FFF;
	border-bottom: 2px dotted #4084b6;
	text-decoration:none;
}


/* --- Pie de pagina -------------------------------------------------------------------------- */
#footer {
	height:30px;
	clear: both;
	bottom:0;
	width:100%;
	display:block;
	font-size:85%;
	text-align:left;
}
#footer_int{
	width:950px;
	margin:0 auto;
	padding:6px 0px 10px 0px;
	border-top: 1px solid #999;
	background: url(../imagenes/pie_sombra.png) no-repeat center top;
	color:#999;
}
#footer li{
	float:right;
	padding-left:10px;
}
.boton{
	border:1px solid #ea7809;
	background:#fff;
	font-size:85%;
	color:#4084b6;
	font-weight:bold;
	cursor:pointer;
}
.flota{
	float:left;
}

/* --- FICHEROS - ICONOS -------------------------------------------------------------------------- */
.carpeta{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/carpeta.gif') no-repeat 0px 0px;}
.doc{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/doc.gif') no-repeat 0px 0px;}
.xls{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/xls.gif') no-repeat 0px 0px;}
.pdf{margin:0;min-height:16px;padding:2px 2px 4px 20px;background: transparent url('../imagenes/iconos/pdf.gif') no-repeat 0px 0px;}
.ppt{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/ppt.gif') no-repeat 0px 0px;}
.htm{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/htm.gif') no-repeat 0px 0px;}
.zip{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/zip.gif') no-repeat 0px 0px;}
.img{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/img.gif') no-repeat 0px 2px;}
.mail{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/mail.gif') no-repeat 0px 2px;}
.vacio{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/vacio.gif') no-repeat 0px 2px;}
.xml{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/xml.gif') no-repeat 0px 0px;}
.rar{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/rar.gif') no-repeat 0px 0px;}
.outlook{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/outlook.gif') no-repeat 0px 0px;}
.google{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/google.gif') no-repeat 0px 0px;}
.calendar{margin:0;min-height:16px;padding:2px 2px 2px 23px;background: transparent url('../imagenes/iconos/calendar.gif') no-repeat 0px 0px;}
.aviso{margin:0;min-height:16px;padding:2px 2px 2px 16px;background: transparent url('../imagenes/legal.gif') no-repeat 0px 0px;}
.contactar{margin:0;min-height:16px;padding:2px 2px 2px 18px;background: transparent url('../imagenes/contact.gif') no-repeat 0px 0px;}
.imprimir{margin:0;min-height:16px;padding:2px 2px 2px 19px;background: transparent url('../imagenes/print.gif') no-repeat 0px 0px;}
.oculto, .img_xiti, .alt{	display:none; }
#simpleTooltip { padding: 3px; border: 1px solid #ff0000; color:#ff0000; font-weight:bold; background: #FFF; font-size:85%;  }

.with-tooltip, .with-tooltip:hover, .with-tooltip:active, .with-tooltip:focus{
	cursor: default;
	border:none;
}

.redes{
	position:absolute;
	bottom:-89px;
	right:100px;
	float:left;
	display:block;
}
.leyenda_imagen{
	z-index:10;
	position:absolute;
	bottom:12px;
	right:7px;
	background:#0261ae;
	padding:3px 5px 2px;
	border:1px solid #004177;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background-image: url(../imagenes/fondo_boton.jpg);
	background-repeat: repeat-x;
}
.leyenda_imagen a{
	color:#fff;
	text-decoration:none;
}	

.leyenda_imagen a:hover {
	color:#000;
	text-decoration:none;
}

