body{
	text-align:center;
	margin:0px;
	padding:0px;
	font:.825em Helvetica,Verdana,sans-serif;
	color:#CDCDCD;
	background-color: #181818;
	background-image: url(../i/imagen_fondo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
/*------------------------------------TODO-------------------------------*/
#todo{
	width:960px;
	padding:0;
	margin:0 auto;
	text-align:left;
}
/*-------------------------------------CUERPO---------------------------------*/
#cuerpo{
	float: left;
	width: 960px;
	overflow: hidden;
}
/*-----------------------------------CABECERA------------------------------*/
#cabecera {
	float: left;
	width:960px;
	margin: 0 0 20px 0;
	background-image: url(../i/fondo_cabecera.png);
	background-repeat: repeat-y;
}
/*----------------------------------LOGO--------------------------*/
#logo{
	float: left;
	width: 940px;
	padding: 20px 0 0 0;
	margin:0 0 0 10px;
	
	overflow: hidden;
}
/*-------------------------------------------TABS--------------------------------------*/
#tabs{
	float: left;
	width: 960px;
	padding: 0;
	margin:20px 0 0 0;
	
	overflow: hidden;
}

#tabs ul.ui-tabs-nav{
	float: left;
	width: 960px;
	height: 50px;
	margin:0;
	padding:0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	list-style-type: none;
	background-image: url(/i/fondo_pestanas.png);
	background-repeat: no-repeat;
}
#tabs ul.ui-tabs-nav li{
	float: left;
	padding: 15px;
	margin:0;
	height: 20px;
	overflow: hidden;
	background-image: url(/i/fondo_pestana.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}
#tabs ul.ui-tabs-nav li:hover{
	background-image: url(/i/fondo_pestana_hover.png);
	background-repeat: repeat-x;
}
#tabs ul.ui-tabs-nav li a{
	color: #F3F3F3;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 17px;
	text-decoration: none;
	font-family: georgia;
	font-style: italic;
}
#tabs ul.ui-tabs-nav li.ui-tabs-selected{
	overflow:visible;
	background-image: url(/i/fondo_pestana_on.png);
	background-repeat: no-repeat;
	background-position: 50% 34px;
	margin: 16px 0 0 0;
	padding: 0 15px 30px 15px;
}
#tabs ul.ui-tabs-nav li.ui-tabs-selected a{
	margin-top:0;
	color: #997424;
}

.ui-tabs .ui-tabs-hide { display: none !important; }

.item_tab{
	float: left;
	padding: 20px 10px 20px 10px;
	width: 940px;
	background-image: url(/i/fondo_contenido_pestanas.png);
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
}
/*-----------------------------------CONTENIDOS------------------------------*/
#contenidos{
	float: left;
	width:960px;
	margin:0 0 30px 0;
	padding:0;
	background-image: url(../i/fondo_cuerpo.png);
	background-repeat: repeat-y;
}
/*----------------------------------FOTOS-----------------------------*/
#columna_fotos{
	float: left;
	width: 290px;
	padding: 0 10px 0 10px;
	margin: 0 15px 0 0;
}

#fotos{
	float: left;
	padding:0;
	margin:0;
	list-style-type: none;
}
#fotos li{
	float: left;
	padding: 8px;
}
#fotos li img{
	padding: 1px;
	border: 1px solid #7C5419;
}
#fotos li img:hover{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
/*------------------------------VIDEOS------------------------------*/
#columna_videos{
	float: left;
	width: 290px;
	padding: 0 10px 0 10px;
	margin: 0 15px 0 0;
}

#videos{
	float: left;
	padding:0;
	margin:0;
	list-style-type: none;
}
#videos li{
	float: left;
	width: 290px;
	padding: 0;
	margin: 8px 0 30px 0;
	overflow: hidden;
}

.imagen_video{
	float: left;
}

.imagen_video img{
	padding: 1px;
	border: 1px solid #7C5419;
	width: 120px;
}
.datos_video{
	float: left;
	display: block;
	width: 155px;
	margin: 0 0 0 10px;
}
.titulo_video{
	float: left;
	display: block;
	font-weight: bold;
	width: 99%;
	margin: 0 0 5px 0;
}
.descripcion_video{
	float: left;
	display: block;
	width: 99%;
	margin: 0 0 5px 0;
}

.autor_video{
	float: left;
	display: block;
	width: 99%;
	margin: 0 0 5px 0;
}

.valoracion_video{
	float: left;
	display: block;
	width: 99%;
	margin: 0 0 5px 0;
}

.visitas_video{
	float: left;
	display: block;
	width: 99%;
	margin: 0 0 5px 0;
}

.duracion_video{
	float: left;
	display: block;
	margin: 0 0 5px 0;
}

/*------------------------------EVENTOS------------------------------*/
#columna_eventos{
	float: left;
	width: 290px;
	padding: 0 10px 0 10px;
	margin:0;
}
#eventos{
	float: left;
	padding:0;
	margin:0;
	list-style-type: none;
}
#eventos dl{
	float: left;
	margin:0;
	padding: 0 10px 10px 30px;
	background-image: url(../i/ico_estrella.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#eventos dt{
	float: left;
	width: 250px;
	margin:8px 0 2px 0;
	padding:0;
	color: #CDCDCD;
	font-weight: bold;
}
#eventos dd{
	float: left;
	width: 250px;
	margin:0;
	padding:0;
}
/*----------------------------------MAPA-------------------------------------------------*/
#mapa{
	float: left;
	width:497px;
	height:302px;
	margin: 0;
	color: #252525;
	padding: 1px;
	border: 1px solid #7C5419;
}
#texto_header{
	float: left;
	width: 350px;
	height: 284px;
	margin: 0;
	padding: 0 0 0 25px;
	color: #DDDDDD;
}

#texto_header label{
	float: left;
	width: 99%;
	color: #DDDDDD;
	font-size: 1.1em;
	padding: 0 0 4px 0;
}
.boton_input{
	border: 1px solid #000000;
	background-color: #997424;
	padding: 2px;
}

#resultadoRuta{
	display:block;
	width: 235px;
	margin: 4px 0 0 0;
	font-size: 0.9em;
}

#instruccionesMapa{
	display:block;
	width: 235px;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	color: #997424;
	font-weight:bold;
}


#panelInstrucciones{
	position: absolute;
	background-color: white;
	width: 370px;
	height: 342px;
	margin: 0 0 0 560px;
	display: none;
	overflow:auto;
	border: 1px solid #7C5419;
	color: #2B2B2B;
}
#btnCerrarInstrucciones{
	position:absolute;
	margin: 16px 0 0 300px;
}
#btnCerrarInstrucciones img{
	border: none;
}




/*----------------------------------Redefiniciones---------------------------*/
h1{
	width:0px;
	position:absolute;
	overflow:hidden;
	padding-left:1px;
}
h2{
	color: #BF9E3D;
	font-size: 2em;
	font-family: Georgia;
	font-weight: normal;
	border-bottom: 1px solid #BF9E3D;
}
h3{
	
	color: #BF9E3D;
	font-size: 1.1em;
	border-bottom: 1px solid #BF9E3D;
}
a{
	color: #997424;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


