/*_____________________________________BASICS_____________________________________*/
*{
	padding:0;
	margin:0;
	border:none;
}

a, a:visited{
	color:#72972E;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#9BC849;
	text-decoration:underline;
}

input{
	height:16px;
	border:white 1px solid;
	font-family:Arial, Helvetica, sans-serif;
}

input.s{ width:30px;}
input.m{	width:80px;}

input:focus{	border:#72972E 1px solid;}

button{
	color:#716B7A;
	cursor:pointer;
}

sup{
	margin-left:2px;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	vertical-align:text-top;
}

body{
	background:url(../../img/fondo.jpg) repeat-y right top black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

::selection {	background: #9BC849;}
::-moz-selection {	background: #9BC849;}

/*_____________________________________HEADER_____________________________________*/

#mainbox_top{
	width:850px;
	height:30px;
	background:url(../../img/mainbox.png) top no-repeat;
}

#mainbox_bottom{
	width:850px;
	height:30px;
	background:url(../../img/mainbox.png) bottom no-repeat;
}

#mainbox_bottom{
	margin:0px auto;
}

#header{
	position:relative;
	width:850px;
	margin:20px auto 0px auto;
}

#flash{
	width:800px;
	padding:0px 25px;
	background:#4C4C4C;
}

select.lang{
	width:140px;
}


.cbox_book{
	float:left;
	width:150px;
	overflow:hidden;
	margin:20px 5px;
	background:url(../../img/bg_book.jpg) no-repeat top left #9BC849;
	border:white 3px solid;
	color:white;
}

.cbox_book a{
	display:block;
	width:70px;
	height:20px;
	margin:5px auto 5px 5px;
	background:#72972E;
	color:white;
	line-height:20px;
	text-align:center;
}

.cbox_book a:hover{ text-decoration:none;}

.cbox_book h2{
	margin:5px 0px 5px 5px;
	font-size:18px !important;
	line-height:16px;
	text-transform:uppercase;
}

#booking {
	overflow:hidden;
	padding:5px;
}

#booking input, #booking select{
	margin-bottom:5px;
}

.input_txt{	font-size:11px;}

/*_____________________________________CONTENT_____________________________________*/

#content{
	display:block;
	position:relative;
	width:800px;
	overflow:hidden;
	margin:0px auto;
	padding:0px 25px;
	background:url(../../img/bg_content.jpg) repeat-y;
}


/*_____________________________________COLUMN LEFT_____________________________________*/

#cleft{
	float:left;
	width:168px;
	min-height:300px;
}

.cbox{
	float:left;
	width:168px;
	margin-top:15px;
}

.cbox h2{
	height:15px;
	padding:10px;
	font-size:13px;
	font-weight:bold;
	color:#00A0C8;
	text-transform:uppercase;
}

.cbox p{
	padding:10px;
	background:#F8F8F8;
	border:#D2D2D2 1px solid;
	font-weight:normal;
	line-height:14px;
}

/*_____________________________________SUBMENU_____________________________________*/

#breadcrumbs{
	position:relative;
	overflow:hidden;
	padding:2px 0px;
	border-bottom:black 1px dotted;
	font-size:12px;
}

#breadcrumbs li{
	display:inline;
}

#breadcrumbs li a{
	display:block;
	float:left;
	height:15px;
	margin-right:10px;
	padding-left:15px;
	background: url(../../img/flecha.jpg) no-repeat -11px 0px;
	font-weight:normal;
}

#breadcrumbs li a:hover{	
	background-position:-11px -14px;
	text-decoration:none;
}

.breadcrumbs_actual{	color:#9BC849 !important;}


/*_____________________________________COLUMN BIG_____________________________________*/

#cbig{
	float:left;
	width:592px;
	min-height:260px;
	padding:20px 20px 80px 20px;
	background:white;
}

#cbig h2{
	height:30px;	line-height:30px;
	border-bottom:black 1px dotted;	border-top:black 1px dotted;
	color:#666666;
	font-size:17px;
}

#cbig h3{
	padding-bottom:2px;padding-top:2px;
	margin-top:20px;margin-bottom:20px;
	border-bottom:black 1px dotted;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#text{
	position:relative;
	margin:20px 0px;
}

#text a{	text-decoration:underline;}

#text p{
	margin-bottom:10px;
	font-weight:normal;
	text-align:justify;
}

p img{
	position:absolute;
	right:20px;
}

#text ul{
	margin-left:20px;	margin-bottom:30px;
}

#text li{
	list-style-image:url(../../img/list.png);
	width:400px;
	margin-bottom:4px;
}

.destacat{
	position:absolute;
	top:20px;
	right:20px;
	width:200px !important;
	color:#00A0C8;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	text-align:right !important;
}

table{	margin-top:10px;	margin-bottom:30px;}

td, th{
	border-bottom:#D2D2D2 1px solid;
	padding:5px;
	vertical-align:top;
}

th{
	font-size:11px;
	color:#00A0C8;
	text-transform:uppercase;
}

td.s, th.s{
	width:70px;
	text-align:right;
}

td.m{	width:100px;}

td.l{	width:200px;}

td.xl{	width:300px;}

td.right, th.right{	text-align:right;}

.note{	font-size:10px;}

#fotos{
	width:582px;
	height:85px;
	padding:5px 0px;
	border-bottom:black 1px dotted;		border-top:black 1px dotted;	
}

#sponsors{
	position:absolute;
	right:35px;	bottom:5px;
}

#sponsors a{
	margin:5px;
}

#contact{
	margin-left:20px;
}

#contact li{
	list-style:none;
}

#contact input, #contact textarea{
	display:block;
	float:left;
	margin:2px 2px 2px 5px;
	padding:2px;
	border:#D2D2D2 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#716B7A;
}

#contact input:focus, #contact textarea:focus{	
	border:black 1px solid;
	color:black;
	}

#contact input.s{
	position:relative;
	width:196px;
	height:20px;
}

#contact textarea.l{
	position:relative;
	width:196px;
	height:100px;
}

.note{	font-size:10px;}


/*_____________________________________GOOGLEMAP_____________________________________*/

#googlemap_more{
	position:absolute;
	top:220px;	right:0px;
	padding:2px 8px;
	background:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}

#googlemap_logo{
	position:absolute;
	top:32px;	right:15px;
}

#googlemap_txt{
	position:absolute;
	top:100px;	right:10px;
	color:#002E5C;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
}

#pdf{
	display:block;
	width:205px;	height:32px;
	background:url(../../img/pdf.jpg) 0px 0px no-repeat;
	line-height:34px;
	text-indent:40px;
}

#pdf:hover{
	background:url(../../img/pdf.jpg) 0px -32px no-repeat;
	text-decoration:none;
}

#mapa_web a{	text-decoration:none;}

#mapa_web a:hover{	text-decoration:underline;}

/*_____________________________________FOOTER_____________________________________*/

#footer{
	width:770px;
	margin:0px auto;
	padding:0px 40px;
	background:url(../../img/bg_footer.jpg) repeat-y;
	color:white;
}

#footer li{
	display:inline;
	list-style:none;
	height:48px;	line-height:48px;
	margin-right:8px;	margin-top:1px;
	font-size:11px;
}

#footer li a{	font-weight:normal;}

li#telf{
	width:171px;
	color:#999999;
	font-size:17px;
	font-weight:bold;
}

/*_____________________________________EXTRA_____________________________________*/

#slideshow {
	width:203px;	height:120px;
	background:#F8F8F8;
	border:#D2D2D2 1px solid;
	text-align:center;
}

.arrow{
	margin-right:5px;
	vertical-align:middle;
}

a#newsletter{
	display:block;
	padding-left:10px;
	background-color:#F8F8F8;
	border:#D2D2D2 1px solid;	border-top:none;
	font-size:13px;
	font-weight:normal;
	line-height:30px;
	text-transform:uppercase;
	text-decoration:none;
}

a:hover#newsletter{
	background-color:#00A0C8;
	color:#ffffff;
}
