/*GLOBALES*/

body
{
	background: #ecf8f8;
	padding: 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 14px;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
}

.container_12{
}

.container_16{
}

.clear{
	height:15px;
}



/*HEADERS*/

h1,h2,h3,h4{
	padding:0;
	margin:0;
	text-indent:-9999px;
	color:#333333;
	margin:0;
	padding:0;
}

#logo{
	background:url(../images/logo.png) no-repeat top left;
	height:79px;
}
#header{
	background:url(../images/header.png) no-repeat top left;
	height:79px;
}

#fechas{
	background:url(../images/foto01.jpg) no-repeat top left;
	height:400px;
}

#ubicacion{
	background: url(../images/foto05.jpg) no-repeat top left;
	height:290px;
}

#seguridad-bg{
	background:url(../images/foto08.jpg) no-repeat top left;
	height:247px;
}

#actividades{
	background:url(../images/foto10.jpg) no-repeat top left;
	height:203px;
}

#programas{
	background:url(../images/foto17.jpg) no-repeat top left;
	height:286px;
}

#directores{
	background:url(../images/foto18.jpg) no-repeat top left;
	width:100%;
	height:290px;
}

#directores p{
	margin: 0;
	padding:0;
}


#directores h2{
	text-indent:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#6FF;
	margin-top:10px;
}

.direccion{
	text-indent:-9999px;
	background: url(../images/tit-address.png) no-repeat top left;
	height:25px;
}

.entradilla{
	background:url(../images/entradilla.png) no-repeat top left;
	height:70px;
}

.maps{
	background:url(../images/maps.png) no-repeat top left;
	height:608px;
}

.aca-vamos{
	background:url(../images/tit-acavamos.png) no-repeat top left;
	height:40px;
}

.ubicacion{
	background:url(../images/tit-ubicacion.png) no-repeat top left;
	height:50px;
}

.seguridad{
	background:url(../images/tit-seguridad.png) no-repeat top left;
	height:50px;
	margin-bottom:10px;
}

.actividades{
	background:url(../images/tit-actividades.png) no-repeat top left;
	height:40px;
}

.programas{
	background:url(../images/tit-programas.png) no-repeat top left;
	height:40px;
}

.staff{
	background:url(../images/tit-staff.png) no-repeat top left;
	height:40px;
}

.aliados{
	background:url(../images/tit-aliados.png) no-repeat top left;
	height:40px;
}



#pop-content{
	background:url(../images/tit-fecha-interior.png) no-repeat #bde5f2;
}

#pop-content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#0882d7;
	letter-spacing:-1px;
	text-indent:0px;
}

#pop-content p{
	color:#333;
}
	
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/
.tTip {
	cursor: pointer; 
	color: #fff; 
	font-weight: normal; 
	background:url(../images/tip-icon.png) no-repeat  120px 1px;
	
}

.tip {color: #333;}
	
.tip {
	font-size:11px;
	width: 300px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tipTop.png) no-repeat top;
}

.tipMid {
	background: transparent url(../images/tipMid.png) repeat-y;
	padding: 0 25px 20px 25px;
}
.tipBtm {
	background: transparent url(../images/tipBtm.png) no-repeat bottom; 
	height: 32px;
}


/*-----------------------------------------------------------------------------------------------*/
/*                                         CONTACT FOR                                  */
/*-----------------------------------------------------------------------------------------------*/

#contactFormContainer
{
	position:absolute;
	margin-left:0px;
}
#contactForm
{
	height:300px;
	width:460px;
	background: #FFF;
	display:none;
}
#contactForm fieldset
{
	padding:30px;
	border:none;
}      
#contactForm label
{
	display:block;
	color:#363636;
}      
#contactForm input[type=text]
{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
	height:24px;
}  
#contactForm textarea
{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
}  
#contactForm input[type=submit]
{
	background-color:#003868;
	border:solid 1px #23150c;
	color:#FFF;
	padding:5px;
}                
#contactLink
{
	height:40px;
	width:460px;
	background-image:url('../images/slidein_button.png');
	display:block;
	cursor:pointer;
}
#messageSent
{
	color:#FFF;
	display:none;
	background-color:#003868;
}



/*-----------------------------------------------------------------------------------------------*/
/*                                         precios FOR                                  */
/*-----------------------------------------------------------------------------------------------*/

#preciosFormContainer
{
	position:absolute;
	margin-left:0px;
}
#preciosForm
{
	height:400px;
	width:460px;
	background: #FFF;
	/*display:none;*/
}
#preciosForm fieldset
{
	padding:30px;
	border:none;
}      
#preciosForm label
{
	display:block;
	color:#363636;
}      
#preciosForm input[type=text]
{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
	height:24px;
}  
#preciosForm textarea
{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
}  
#preciosForm input[type=submit]
{
	background-color:#003868;
	border:solid 1px #23150c;
	color:#FFF;
	padding:5px;
}                
#preciosLink
{
	height:40px;
	width:460px;
	background-image:url('../images/tit-fechasyprecios.jpg');
	display:block;
	cursor:pointer;
}