/*****************************************************/
/**************** ELEMENTOS GENERALES ****************/
/*****************************************************/


/***** Global Settings *****/
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	background-color:#300a0b;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
}

h1 {
font-size:2em;
}

h2 {
font-size:1.5em;
}

h3 {
font-size:1em;
}

/***** Common Formatting *****/
p{
	margin-bottom:10px;
	font-size:14px;
}
ul, ol {
padding:0 0 10px 10px;
}
ul li, ol li {
	margin-bottom:7px;
	font-size:14px;
}

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a,
a:link,
a:visited{
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#cc0000;
}
/*·······················*/
a.InfoDossier  {
	color:#FFF;
	display:block;
	margin-left:65px;
	background:url(../imagenes/btnDossier.gif) no-repeat center top;
	width:140px;
	line-height:33px;
	font-size:10px;
	height:33px;
	text-align:center;
	text-decoration:none;
}

a.InfoDossier:visited{
	color:#FFFFFF;
} 

a.InfoDossier:hover {
	color:#000;
	font-weight:normal;
	background:url(../imagenes/btnDossierHover.gif) no-repeat center top;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em Geneva, Arial, Helvetica, sans-serif;
border:1px solid #ccc;
}
input:hover, select:hover, textarea:hover{
	border: 1px solid #cc0000;
}
textarea {
width:100%;
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}

table tr td {
padding:2px;
font-size:14px;
vertical-align:top;
}

/***** Wrapper *****/

#wrap {
width:990px;
margin:0 auto;
}

/***** Global Classes *****/

.clear         { clear:both; font-size:1px;	height:1px; line-height:1px; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.contenedor    { width:100%;margin:0 auto; }
.contenido     { width:990px;margin:0 auto; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/**************************************************************/
/*						CONTENEDORES    					  */
/**************************************************************/

div.CabeceraContenedor,
div.CuerpoContenedor,
div.PieContenedor{
	width:100%;
	margin:0 auto;
}
div.Cabecera,
div.Cuerpo,
div.Pie{
	width:980px;
	margin:0 auto;
}


/*******************************************************************/
div.CabeceraContenedor{
	background:url(../imagenes/fondo_body.png) repeat-x top left #fff;
	margin:0px;
	padding:0px;
}
div.Cabecera{
	padding-top:10px;
}
/*******************************************************************/
div.CuerpoContenedor{
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#fff;
	
}
div.Cuerpo{
	padding-top:20px;
}
div.Cuerpo h2{
	margin-bottom:7px;
}
div.Cuerpo h3{
	color:#cc0000;
	font-size:25px;
	border-bottom:1px solid #cc0000;
	margin-bottom:20px;
}

div.Cuerpo .silla{
	background:url(../imagenes/silla.png) no-repeat bottom left;width:53px;height:61px;
}
/*******************************************************************/
div.PieContenedor{
	margin:0px;
	padding:0px;
	background:url(../imagenes/fondo_pie.png) repeat-x top left; height:122px;
}
div.Pie{
}
div.Pie h4{
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}
div.Pie div{
	color:#fff;
}
div.Pie p{
	font-size:12px;
}
div.Pie a{
	color:#fff;
	text-decoration:none;
}
div.Pie a:hover{
	color:#cc0000;
	text-decoration:underline;
}

div.Pie ul{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-right:20px;
}
div.Pie ul li{
	margin:0px;
	padding:0px;
	padding-top:7px;
	padding-bottom:7px;
	border-top:1px solid #4b1819;
}
div.Pie div#copyright {
	text-align:center;
	font-size:10px;
	color:#FF0000;
	margin-bottom:10px;
}

/*****************************************************************/
/* 					     LOGO + SLOGAN      				     */ 
/****************************************************************/
div#LogoSlogan{
	float:left;
}
div#LogoSlogan div.Logo{
 background:url(../imagenes/logo.png) no-repeat top left;
 width:97px;
 height:43px;
 margin-bottom:7px;
}

/*****************************************************************/
/*      					     MENU        				     */ 
/****************************************************************/
div.MenuContenedor{
	float:right;
	margin-top:25px;
	margin-right:50px;
}

/**************************************************************/
/*	    					MARQUESINA    					  */
/**************************************************************/
div#Marquesina{
 	margin:0px; 
	margin-right:0px;
	margin-left:auto;
	
	background:url(../imagenes/fondo_noticia.png) no-repeat top right; 
	height:40px; 
	clear:both;
	width:711px;
	text-align:left;
	padding:5px;
	color:#ccc;
	position:relative;
	font-style:italic;
}
div#Marquesina p.PrimerParrafo{
	margin:0px;
}

div#Marquesina p.PrimerParrafo a{
	color:#ccc;
	text-decoration:none;
}
div#Marquesina p.PrimerParrafo a:hover{
	color:#fff;
}

/**************************************************************/
/*						SLIDER IMAGENES    					  */
/**************************************************************/
#s3slider { 
   width: 975px; /* important to be same as image width */ 
   height: 276px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   
   margin:0 auto; 
   border:4px solid #ccc;
   background-color:#000;
}

#s3sliderContent {
   width:980px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   margin:0 auto;
   padding:0px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #ccc;
   display: none; /* important */
  
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.left {
	top: 0;
    left: 0;
	width: 170px !important;
	height: 260px;
}
.right {
	right: 0;
	bottom: 0;
	width: 170px !important;
	height: 260px;
}

/********** MAPA **********/
div.MapaContenedor {
	margin-top:30px;
}
div.MapaContenedor ul li.Selected a{
	background:url(../imagenes/triangulo.png) no-repeat top left;
	padding-left:15px;
	color:#F00;
}

/********** INVITACION **********/
div#Invitacion{
	margin:0 auto;
	background:url(../imagenes/invitacion2010.jpg) no-repeat top center;
	height:1026px;
	position:relative;
}
div#Invitacion div.FormInvitacion{
	position:absolute;
	left: 479px;
	top: 294px;
	width: 470px;
	height: 529px;
}
div#Invitacion table label{
	font-weight:bold;
	font-size:12px;
	display:block;
}
div#Invitacion table input{
	margin:0px;
	font-size:14px;
}
div#Invitacion table td{
	margin:0px;
	padding-top:4px;
}
div#Invitacion table tr{
	margin:0px;
}
/********** TABLES **********/
table.DatosRef{
	border:none;
}
table.DatosRef td{
	padding:3px;
	border-bottom:1px dashed #ccc;
}
/*······························*/
table.Instalaciones{
	border:none;
}
table.Instalaciones td{
	vertical-align:middle;
}
table.Instalaciones td img{
	border:3px solid #ccc;
}
/*······························*/
table.Formulario td{
	color:#444;
}
table.Formulario td{
	/*border-bottom: 1px dashed #f1f1f1;*/
	padding-bottom:7px;
}

/********** DIV`S **********/
#generalIndex{
	position:relative;
	width:780px;
	margin-left:-390px;
	height:590px;

	color:#FFFFFF;
	background-color:transparent;
	z-index:10;
	/*border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;*/
}
#logoFeria {
	position:absolute;
	top:30px;
	left:140px;
	width:192px;
	height:86px;
	background-image:url(../imagenes/logoFeria.gif);
	z-index:25;
	cursor:pointer;
}
#idiomaEsp {
	font-size:11px;
	color:#FF0000;
	position:absolute;
	top:18px;
	left:806px;
	cursor:pointer;
	width:51px;
	height:29px;
}
#idiomaEsp:hover{
	font-weight:normal;
}
#idiomaIng {
	font-size:11px;
	color:#FF0000;
	position:absolute;
	top:18px;
	left:884px;
	cursor:pointer;
}

#idiomaIng a{
	text-decoration:none;
	color:#FF0000;
}
#idiomaIng a:link, a:active,a:visited{
	color:#FF0000;
}
#idiomaIng:hover{
	font-weight:normal;
}
#mapaWeb {
	font-size:11px;
	color:#FFF;
	position:absolute;
	top:57px;
	left:867px;
	cursor:pointer;
	z-index:15;
}
#mapaWeb:hover{
	font-weight:normal;
}
#area {
	font-size:11px;
	color:#FFF;
	position:absolute;
	top:38px;
	left:856px;
	cursor:pointer;
	z-index:15;
}
#area:hover{
	font-weight:normal;
}



/********************************************/
/************ EXPOSITORES *******************/
/********************************************/
#ContImagenes{
	width:975px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	position:relative;
}

#ContImagenes div{
	float:left;
	width:150px;
	height:100px;
	border:1px solid #ccc;
	margin-left:1px;
	margin-bottom:1px;
}
#ContImagenes div a{
	display:block;
	border:none !important;
	text-decoration:none  !important;

}
#ContImagenes div a:hover{
	text-decoration:none;
	border:none;
}
#ContImagenes div img{
	border:none;
}
/*··································································································································*/
#GaleriaImgContenedor{ 
   width: 975px; /* important to be same as image width */ 
  
   position: relative; /* important */
   overflow: hidden; /* important */
   
   margin:0 auto; 
   border:4px solid #ccc;
   background-color:#fff;
}

#GaleriaImg .caption{color:#888;position:absolute;top:15px;left:240px;width:200px;}
#GaleriaImg .demo{position:relative;margin-top:10px;}
#GaleriaImg .gallery_demo{margin-left:20px; width:250px;float:left;}
#GaleriaImg .gallery_demo li{width:75px;height:70px;border:3px double #eee;margin: 0 2px 2px 0;background:#eee;}
#GaleriaImg .gallery_demo li.hover{border-color:#ff0000;}
#GaleriaImg .gallery_demo li.active{border-style:solid;border-color:#ff0000;}
#GaleriaImg .gallery_demo li div{left:230px;}
#GaleriaImg .gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
#GaleriaImg .galleria_container{margin:-130px auto 60px auto;height:400px;width:600px;float:right;border:2px solid #ddd; padding:5px; margin-right:20px;background-color:#eee;}

#GaleriaImg p.paginador{
	float:right;margin-left:10px;margin-top:-40px;
	margin-right:20px;
}
#GaleriaImg p.paginador a{
	color:#666666 !important;
	font-size:11px;
	text-decoration:none;
}
#GaleriaImg p.paginador a:hover{
	color:#ff0000 !important;
}

#GaleriaImg .dirweb{
	margin-left:10px;
	font-size:17px;
	margin-top:-40px;
	margin-bottom:25px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
#GaleriaImg .dirweb:hover{
	font-weight:bold !important;
	color:#ff0000;
}

#GaleriaImg .contlogo{
	margin-left:50px;
	margin-bottom:20px;
	margin-top:20px;
	border:2px solid #ddd;padding:4px;width:152px;background-color:#eee;
}
#GaleriaImg .contlogo img{
	border:1px solid #ddd;
}

/*·······················································*/
h2.CalendarioNot{
	background:url(../imagenes/calendar.png) no-repeat top;
	height:51px;
	width:50px;
	text-align:center;
	color:#fff;
	padding-top:6px !important;
	margin-right:10px !important;
/*	margin-left:auto;
	margin-right:auto;*/
	float:left;
}
h2.CalendarioNot span{
	color:#000;
	display:block;
	margin-top:5px;
}


/*****************************************************/
/*********************** NOTICIAS  *******************/
/*****************************************************/
h4.TitNot{
	font-size:18px;
	color:#555;
	margin-top:20px;
	margin-bottom:5px;
}

.linea_gris {
	border-bottom:1px dashed #ccc;
	padding:5px 0px 0px;
}

.borde_celdaNoticia{
	border:1px dashed #cc0000;
	padding:5px;
	margin-top:10px;
	margin-bottom:20px;
	color:#555;
}
a.masdatos{
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}
a.masdatos:hover{
	font-weight:normal;
	color:#ff0000;
}
.FechaNot{
	color:#555;
	font-size:11px;
	background:url(../imagenes/calendar.gif) no-repeat top left;
	padding-left:16px;
}
.Desc{
	margin-bottom:7px;
	padding-left:15px;
	background:url(../imagenes/comment.gif) no-repeat top left;
	font-size:14px;
}

/*****************************************************/
/************** OTROS ELEMENTOS CSS  *****************/
/*****************************************************/

a.thickbox img{
	border:10px solid #ccc;
	margin-bottom:5px;
}
a.thickbox span{
	margin-left:40px;
}

.rojito{
 color:#CC0000;
}

.rojito_not{
 color:#CC0000;
 cursor:pointer;
}

.negrita {
	font-weight:bold;
}
/*·············································*/
#cabeceraCelda {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	border:none;
	background-color:#000;
}
/*·············································*/
.documentos {
	color:#444444;
	text-decoration:none !important;
}

.documentos:hover {
 	color:#CC0000;
	text-decoration:none;
}

#documentos_blancos {
	color:white;
	cursor:pointer;
	text-decoration:none;
}
#documentos_blancos:hover {
 	color:#CC0000;
	text-decoration:none;
}
/*·············································*/
.tablaListados {
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	width:100%;
	padding:0px;
	border-spacing:0px;
	empty-cells:show;
	margin:0px;
}

.tablaListados td{
	font-size:11px;
	border:none;
	border-width:0px;
	border-top-width:1px;
	border-top-style:dotted;
	border-top-color:#999999;
	margin:0px;
	border-spacing:0px;
	text-align:left;
}

.tablaListados tr:hover{
	background-color:#ccc;
}
.tablaListados a{
	color:#444;
}
/*·············································*/
#tablaEnlaces {
	font-family:Geneva, Verdana,  sans-serif;
}

#tablaEnlaces td {
	font-size:10px;
	text-align:center;
}

#tablaEnlaces a{
	text-decoration:none !important;
	color:#555;
	font-size:12px;
}
#tablaEnlaces a:hover{
	color:#cc0000;
}

#tablaEnlaces img{
	margin-bottom:7px;
	margin-top:20px;
}
#tablaEnlaces h4{
	font-size:17px;
	color:#555;
}
/*·············································*/
table#Avance2008{
	margin-left:15px;
	margin-right:15px;
	font-size:11px;
	border:1px dashed #FF0000;
	margin-top:20px;
}
table#Avance2008 p{
	font-size:11px;
	color:#444;
	border:1px solid #ccc;
	padding-left:3px;
	padding-right:3px;
}

table#Avance2008 td.Centro p{
	background-color:#e1e1e1;
}
/*·············································*/
div#BasesConcurso .InfoBases{
	font-weight:bold;
	text-align:center;
	font-size:15px;
	width:260px;
	margin:0 auto;
	background:url(../imagenes/download.png) no-repeat top left;
	padding-left:20px;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}
div#BasesConcurso .Subtitulo{
	font-weight:bold;
	text-align:center;
	font-size:15px;
}
div#BasesConcurso ol{
	margin-left:30px;
}
div#BasesConcurso li{
	font-weight:bold;
	margin-top:20px;
}
div#BasesConcurso li p{
	font-weight:normal;
}

div#BasesConcurso #Logotipos{
	display:block;
	background:url(../imagenes/download.png) no-repeat top left;
	padding-left:20px;
	text-align:center;
	width:180px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}