/* Campo */


#map {
	height: 240px;
}

#FichaCampo h1 {
	float: left;
	display: block;
	width: 400px;
	margin: 0px;
	margin-bottom: 6px;
}

#DatosCampo {
	padding: 12px;
	margin-bottom: 10px;
	background-color: #F1F3EA;
	background-image: url(../img/fondo_caja.jpg);
	background-repeat: repeat-x;
	display: block;
	clear: both;
}

#TextoPralCampo {
	float: left;
}

#Ficha {
	padding-bottom: 12px;
	margin-bottom: 12px;
	text-align: justify;
}

#FotoPralCampo {
	float: right;
	text-align: right;
	border: 1px solid #fff;
	width: 200px;
	overflow: hidden;
}

#FotoPralCampo img {
	display: block;
	margin: 0px;
	width: 200px;
}


#MenuPestannas {
	height: 31px;
	clear: both;
}	

#MenuPestannas ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#MenuPestannas li {
	display: inline;
	margin: 0px;
	padding: 0px;	
}

#MenuPestannas li a.Inactivo, #MenuPestannas li a.Activo {
	display: block; 
	float: left;
	margin: 0px;
	margin-right: 2px;
	border: 1px solid #C0C0C0;
	border-bottom: 0px;
	padding: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #c0c0c0;
}

#MenuPestannas li a.Inactivo {
	height: 16px;	
	color: #999685;
	background-color: #F1F3EA;
	background-image: url(../img/fondo_caja.jpg);
	background-repeat: repeat-x;
	border: 1px solid #dadfc7;	
}

#MenuPestannas li a.Activo {
	height: 17px;
	color: #000;
	background-color: #fff;	
	cursor: default;
	border: 1px solid #dadfc7;	
	border-bottom: 0px;
}


	
#ListadoHoyos {
	border: 1px solid #dadfc7;
	padding: 12px;
	margin-bottom: 12px;
}

#ListadoFotos {
	border: 1px solid #dadfc7;
	padding: 12px;
	margin-bottom: 12px;
}

#ListadoAlojamientos {
	border: 1px solid #dadfc7;
	padding: 12px;
	margin-bottom: 12px;
}

#ListadoAlojamientos .FotoServicio {
	border: 1px solid #dadfc7;
	float:left;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 80px;
	overflow: hidden;
}



#ListadoAlojamientos .DatosServicio {
	width: 450px;
	display: block;
	margin: 4px;
	float: left;
	padding-bottom: 12px;
}

#ListadoAlojamientos .DatosServicio * {
	line-height: 14px;
}

#ListadoAlojamientos .DatosServicio .Boton {
	display: block;
	margin-top: 4px;
	width: 110px;
}

#ListadoAlojamientos .Recorte {
	border-bottom: 1px solid #E6E9D8;
	margin-bottom: 4px;
}

#ListadoFotos .FotoEnListado {
	display: block;
	padding: 0px;
	float: left;
	margin-right: 6px;
	margin-bottom: 12px;
	border: 1px solid #dadfc7;
	width: 190px;
	height: 140px;
	overflow: hidden;
}

#ListadoFotos .FotoEnListado img {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#ListadoVideos {
	border: 1px solid #dadfc7;
	padding: 12px;
	margin-bottom: 12px;
	text-align:center;
}

#ListadoVideos .PieDeFoto {
	display: block;
	text-align: center;
}

#ListadoDocumentos {
	border: 1px solid #dadfc7;
	padding: 12px;
	margin-bottom: 12px;
}

#ListadoDocumentos ul {
	margin-left: 8px;
	padding-left: 8px;	
}

#ListadoHoyos, #ListadoVideos, #ListadoFotos, #ListadoDocumentos, #ListadoCampos, #ListadoAlojamientos {
	display: none;
}


#FotosCampoUsuario {
	border: 0px solid #F1F3EA;
	background-color: #F1F3EA;
	background-image: url(../img/fondo_caja.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 12px;
}

#FotosCampoUsuario .FotoCampoUsuario {
	border: 1px solid #fff;
	background-color: #fff;
	width: 130px;
	height: 90px;
	overflow: hidden;
	float: left;
	margin: 6px;
}

#FotosCampoUsuario .FotoCampoUsuario img {
	width: 130px;
}

/* LISTADO HOYOS */
#ListadoHoyos table {
	border-right: 1px solid #dadfc7;
	border-bottom: 1px solid #dadfc7;
	margin-bottom: 12px;
}

#ListadoHoyos th {
	border: 1px solid #dadfc7;
	border-right: 0px;
	border-bottom: 0px;
}

#ListadoHoyos td {
	border: 1px solid #dadfc7;
	border-right: 0px;
	border-bottom: 0px;
}

#ListadoHoyos th {
	background-color: #e7f0f7;
	color: #5f96c5;
}


.Impar, .Par {
	text-align: center;
	vertical-align: top;
}

.Impar {
	background-color: #F1F3EA;
	background-image: url(../img/fondo_caja.jpg);
	background-repeat: repeat-x;
}

.Par {

}

.NumeroHoyo {
	font-weight: bold;
	text-align: right;
}

.CajaFotoHoyo {
	text-align: center;
}

.CajaFotoHoyo a {
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	overflow: hidden;
	border: 1px solid #C0C0C0;
	
}

/* LISTADO ALOJAMIENTOS */
#ListadoAlojamientos table {
	border-right: 1px solid #dadfc7;
	border-bottom: 1px solid #dadfc7;
	margin-bottom: 12px;
}

#ListadoAlojamientos th {
	border: 1px solid #dadfc7;
	border-right: 0px;
	border-bottom: 0px;
}

#ListadoAlojamientos td {
	border: 1px solid #dadfc7;
	border-right: 0px;
	border-bottom: 0px;
}

#ListadoAlojamientos th {
	background-color: #e7f0f7;
	color: #5f96c5;
}

#MiniTextoPralCampo {
	display: block;
	margin-bottom: 12px;
	padding: 12px;
}

#TextoPralCampo {
	display:none;
	margin-bottom: 12px;
	padding: 12px;	
}

#MiniRecorridoCampo {
	display: block;
	margin-bottom: 12px;
	padding: 12px;
}

#RecorridoCampo {
	display:none;
	margin-bottom: 12px;
	padding: 12px;	
}