﻿body{
	margin: 0;
	padding: 0;
	color: #57812D;
	font-family: tahoma;
	font-size: 12px;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

a{
	outline: none;
	outline-width: 0;
	color: #0c2503;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #5A842E;
	border-width: 0 0 1px 0;
	border-color: #5A842E;
	border-style: solid;
}

p{
	text-align: justify;
}

/*CABECERA*/

#header{
	color: white;
	background: #62952C url('../img/top.jpg') no-repeat;
	height: 152px;
	width: 100%;
	margin-bottom: 3px;
	border-bottom: 1px solid #0c2503;
}

#header h1{
	display: none;
}

/*COLUMNA IZQUIERDA*/
#left{
	margin: 5px;
	width: 180px;
	float: left;
}


/*CONTENIDO*/
#main{
	margin: 5px 5px 5px 210px;
	/*width: 780px;*/
	width: 770px;
}


/*PESTAÑAS*/

.tabs{
	position: absolute;
	height: 20px;
	top: 127px;
	width: 990px;
	text-align: right;
}

.tabs ul{
	display: inline;
}

.tabs li{
	display: inline;
	height: 26px;
}

.tabs a{
	padding: 5px;
	text-decoration: none;
	background: #8ec646;
	color: #1e6408;
	border: 1px solid #0c2503;
	display: inline-block;
}

.tabs a:hover{
	background-color: #d9e2d1;
}

.tabs a.activa{
	background: #FFF;
	color: #57812D;
	border-bottom: 1px solid #fff;
}


/*CARGANDO*/
.ajax-loader{
	background: transparent url('../img/loader.gif') no-repeat;
	display: none;
	padding: 0 0 0 18px;
	_margin-bottom: 5px;
}

/*BANDERAS*/
#banderas ul li{
	display: inline;
}


/*FORMULARIOS*/
.formheader {
	font-size: 15px;
	padding: 5px;
	color: #446523;
	background-color: #D9E1D1;
	border: 1px solid #72A63A;
	margin-bottom: 5px;
}

.formbody {
	font-weight: bold;
	color: #57812D;
	border: 1px solid #72A63A;
	padding: 5px;
	margin-bottom: 5px;
}

.formfooter{
	margin-bottom: 5px;
}

.input-text{
	border: 1px solid #72A63A;
}

#left .input-text{
	width: 160px;
	margin-bottom: 3px;
}


/*BOTONES*/
.button{
	background-color: #D9E1D1;
	border: 1px solid #72A63A;
	color: #446523;
	cursor: pointer;
}

a.button{
	padding: 2px 5px 2px 5px;
}


/*TOOLTIPS*/
img{
	border: 0;
}

.tooltip_t{
	display: none;
	padding: 5px 5px 5px 5px;
	position: absolute;
	border: 1px solid #57812D;
	background: #d9e2d1;
	opacity: .95; 
	filter: alpha(opacity=95);
	z-index: 95;
	width: 220px;
	font-size: 10px;
	color: #57812D;
}

.tooltip_t ul, .tooltip_t li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	
}

.tooltip_t1{
	display: none;
	padding: 5px 5px 5px 5px;
	position: absolute;
	border: 1px solid #57812D;
	background: #d9e2d1;
	opacity: .95; 
	filter: alpha(opacity=90);
	z-index: 95;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #57812D;
	text-align: left;
			
}


/*GUIA*/

div.tablaClub{
	font-size: 10px;
}

#guia-cabecera{
	height: 200px;
}

.guia-texto{
	margin-left: 260px;
}

.map{
	float: left;
}

.logo, .logoProx{
	border:1px solid #5A842E;
	margin-right:5px;
	margin-top:5px;
}

.logoProx{
	opacity: .50;
	/*filter: alpha(opacity=50);*/
	filter: Gray;
}

a.highlight > img{
	border: 1px solid black;
}

a.no-highlight > img{
	opacity: .50;
	filter: alpha(opacity=50);
}


/*PRODUCTOS*/

.video-container{
	background: #FCFDFA url('../IMG/lateral.gif') repeat-y;
	border: 1px solid #D9E1D1;
    color: #57812D;
	width: 640px;
	margin-bottom: 5px;
	float: right;
}

.video-container .descripcion {
	float: left;
	padding: 10px;
	width: 190px;
	
}

.video-container .descripcion p{
	text-align: left;
}

.video-container .video{
	float: right;
}


/*CLUBES DE ANDALUCIA*/
.cuerpo1{
	float: left;
	width: 145px;
}

.cuerpo1 a#andalucia{
	border-top: 1px solid #57812D;
}

.cuerpo1 a{
	border: 1px solid #fff;
	text-decoration: none;
	color: #57812D;
	padding: 5px;
	display: block;
}

.cuerpo1 a:hover{
	background-color: #D9E1D1;
}

#map1{
	background-color: #D9E1D1;
	margin-left: 155px;
	width: 620px;
	height: 350px;
}
