@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #678197;
}

#header {
	padding: 0;
	color: #fff;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right 10px;
	height: 236px;
	position: relative;
	background-color: transparent;
	background-image: url(../images/header.jpg);
}
#header .clima {
	height: 68px;
	width: 188px;
	position: absolute;
	left: 780px;
	top: 149px;
}
#header .redes {
	height: 50px;
	width: 160px;
	border:#CCC;
	position: absolute;
	left: 400px;
	top: 190px;
}
#header .logo {
	background-repeat: no-repeat;
	height: 176px;
	width: 170px;
	position: absolute;
	left: 30px;
	top: 22px;
}
#header .menu1 {
	background-image: url(../images/seccioninicio.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 184px;
	position: absolute;
	left: 748px;
	top: 0px;
	padding: 8px 8px 8px 10px;

}
#header .idioma {
	color: white;
	float: left;
	font-weight: bold;
}
.idioma dl{ margin:0px}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { text-decoration:none;}
.dropdown a:hover {	color:#ccc;}
.dropdown dt a:hover, .dropdown dt a:focus { color:#ccc}
.dropdown dt a {
	background: url(../images/mcdd_select_button_sprite.png) no-repeat top right;
	display:block;
	padding-right:16px;
	width:160px;
	height: 16px;
	color: #FFF;
}
.dropdown dt a:hover{
	background-position: right -16px;
}

.dropdown dt a span {
	cursor:pointer;
	display:block;
	padding:2px;
	text-align: center;
}
.dropdown dd ul {
	background: #eeeeee;
	border:1px solid #dddddd;
	display:none;
	left:0px;
	padding:0px;
	position:absolute;
	top:12px;
	width:auto;
	min-width:160px;
	list-style:none;
	z-index: 1000;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.dropdown span.value { display:none;}
.menu1 .idioma .dropdown dd ul li {
	border-bottom:1px solid #dddddd;
	background: #eeeeee url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; 
	display: list-item; float: none; padding: 0px; margin: 0px;
}
.dropdown dd ul li a {
	padding:5px;
	display:block;
	color:#7a7a7a;
}
.dropdown dd ul li a:hover { background-color:#5c5c5c; color:#ccc;}

.dropdown img.flag { border:none; margin-right:5px; }


#header .menu2 {
	height: 25px;
	width: 284px;
	position: absolute;
	left: 450px;
	top: 5px;
	padding: 0px;

}
        
#header .menu2 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header .menu2 .btnmenu li {
	display: block;
	float: right;
	padding-right: 8px;
	padding-left: 5px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header   .menu2   a {
	text-decoration: none;
	font-weight: normal;
}
#header .menu2 span {
	padding-left: 3px;
	font-weight: bold;
}
.menu1 ul {
	margin: 0px;
}
/* Footer */	
#footer {
	background-image: url(../images/arenafondo.jpg);
	background-repeat: repeat-x;
	height: 333px;
	clear: both;
}
#footer .fondo {
	background-image: url(../images/arena.jpg);
	background-repeat: no-repeat;
	height: 333px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#footer .links{
	padding: 50px 0;
	margin: 0;
	color: #CE9A22;
}
#footer .links a{
	font-weight: bold;
	color: #A87D1C;
	text-decoration: none;
}
#footer .links a:hover{
	font-weight: bold;
	color: #74584a;
}
#footer .backtop {
	background: url(../images/turtle.png) no-repeat;
	padding: 15px 20px 130px 90px;
	margin-top: 100px;
	margin-left: -100px;
	height: 23px;
	width: 117px;
	text-align: center;
	float:left;
}
#footer h5 {
 font-size:13px;
}
#footer h5 a:hover{
	color: #DDDDDD;
}

#content {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
    width: 980px;
	height: 35px;
	margin: 0px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	background-image: url(../images/lineas.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	float: left;
	list-style: none;
	padding: 15px 10px 0px 5px;
}

#contenido {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation form {
	width: 260px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.searchback{
	background-image: url(../images/searchback.jpg);
	background-repeat: no-repeat;
	height: 81px;
	width: 230px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	clip: rect(auto,auto,auto,-3px);
}
.search {
	height: 19px;
	width: 125px;
	border: 1px solid #dbd9d9;
	background-image: url(../images/iconsearch.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 18px;
	padding-top: 5px;
}
#rss {
	float: left;
	height: 31px;
	width: 58px;
	padding-left: 30px;
}
#rss .rss {
	width: 58px;
	height: 31px;
	background-image: url(../images/rss.gif);
	background-repeat: no-repeat;
}
#rss .rss span {
	width: 92px;
	height: 20px;
	background: url(../images/rss-over.gif) no-repeat;
	left: 16px;
	top: -10px;
	display: none;
	position: absolute;
}
#rss a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#rss a:hover {
	background-position: left bottom;
}
#rss a:hover span{
	display: block;
}
#col_izq {
	float: left;
	width: 236px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 18px;
}
#col_center {
	float: left;
	width: 515px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
#col_der {
	float: left;
	width: 199px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#col_izq .reservation {
	background-image: url(../images/reservar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 227px;
}
#col_izq .reservation form {
	width: 210px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#col_izq .reservation input {
	border: 1px solid #dbd9d9;
}
#col_izq #btn {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#col_center #titles {
	z-index: -1;

}
#col_center a{
	color: #82B838;
	text-decoration: none;
	font-weight: bold;
}
#col_center a:hover{
	color: #7a7a7a;
	text-decoration: underline;
}

#col_center .floatLeft {
float:left;
margin:0 12px 10px 0;
padding:1px;
}
#col_center input, textarea {
	border: 1px solid #dbd9d9;
}
#col_center #btn {
	background-color: #0095bf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
}
.photo {
	margin: 30px;
	position: relative;
	width: 209px;
	height: 152px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.floatLeft span {
	width: 209px;
	height: 152px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(../gallery/corner.png) no-repeat;
}
* html .floatLeft span {
	width: 209px;
	height: 152px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background-image: url('corner.png')!important;
 	background-image: none;
 	filter: none !important;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gallery/corner.png');
}
#col_center em {
	color: #999;
}
#col_center span{
	color: #0095bf;
	font-weight: bolder;
}
.hr  {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #dbd9d9;
}
.hr2  {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 6px;
}
#header .menu1 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header .menu1 li {
	display: block;
	float: left;
	padding-right: 10px;
}
#header   .menu1   a {
	text-decoration: none;
}
#header .menu1 span {
	padding-left: 3px;
}
#col_center li {
	list-style-image: url(../images/bullet.png);
	list-style-position: inside;
	color: #0095bf;
	padding-left: 15px;
}
#col_center ul , #col_center ol{
	padding: 0px;
	margin: 0px;
}
#col_izq #submenu {
	position: relative;
}
#col_center .dhtmlgoodies_question{	/* Styling question */
	font-size:12px;
	background-color:#FFFFFF;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:15px;
	background-image:url(../images/bullet_06.png);
	background-repeat:no-repeat;
	background-position:left center;
	height:20px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dbd9d9;
	font-weight: bold;
}
#col_center .dhtmlgoodies_answer{	/* Parent box of slide down content */
	width:400px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
#col_center .dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
#col_center a.paginate {
	border: 1px solid #dbd9d9;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #0095bf;
}
#col_center a.paginate:hover {
background-color: #0095bf;
color: #FFF;
text-decoration: underline;
}
#col_center a.current {
border: 1px solid #dbd9d9;
padding: 2px 6px 2px 6px;
cursor: default;
background:#0095bf;
color: #FFF;
text-decoration: none;
}
#col_center span.inactive {
	border: 1px solid #dbd9d9;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}
#col_center #floatLeftcuadro2 {
	float:left;
	clear:none;
	background-image:url(../images/cuadro2.png);
	background-repeat:no-repeat;
	padding:15px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0;
}
#col_center .formsub {
	font-family:Tahoma, Georgia, SansSerif;
	font-size:14px;
	font-weight:bolder;
	color:#8BC53F;
	padding-left:15px;
	letter-spacing:0;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}
#col_center .list{
	background-position:left top;
	margin:0 auto;
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dbd9d9;
	border-right-color: #dbd9d9;
	border-bottom-color: #dbd9d9;
	border-left-color: #dbd9d9;
}
#col_center table {
	width:90%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
		border-collapse:collapse;
	}
#col_center caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
#col_center tr.odd td,
#col_center tr.odd .column1 {
	background:#f4f9fe url(../images/background.gif) no-repeat;
	}	
#col_center .column1	{
	background:#f9fcfe;
	}
#col_center td {
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:left;
	}	
#col_center td.tclima {
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.5px 4px;
	text-align:left;
	}
#col_center th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}	
#col_center thead th, #col_center thead td {
	background:#f4f9fe;
	text-align: center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}				
#col_center .paginate {
	text-align: center;
}
#col_center .explanation {
	background-image: url(../images/clip.png);
	height: 54px;
	width: 60px;
	float: left;
	position: absolute;
	margin-left: -15px;
	z-index: 5;
	clear: none;
	left: 31px;
	top: 28px;
}
#floatLeftcuadro {
	float:left;
	clear:none;
	background-image:url(../images/cuadro.png);
	background-repeat:no-repeat;
	padding:15px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
.dai a{
	color: #7a7a7a;
	text-decoration: none;
}
#boletin{
	background-image: url(../images/boletines_03.jpg);
	background-repeat: no-repeat;
	color: white;
	height: 135px;
	margin: auto;
	width: 214px;
	padding-top: 34px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
}
.newletters {
	background-image: url(../images/newletters.gif);
	padding: 10px;
	width: 216px;
	height: 158px;
	display: block;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-shadow: #618926 1px 1px;
}
.newletters h2{
	margin-left: 60px;
	text-align: center;
	color: #FFF;
}
.newletters .link{
	text-align: center;
}
.newletters .link a{
	color: #FFFFFF;
}

.format{
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
}
label.dtpicker input{
	border: 1px solid #CCCCCC;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/text-bg.gif);
	background-repeat: repeat-x;
	width: 210px;
}
blockquote {
width:400px;
padding-left:18px;
text-indent:-18px;
background-image:url(../images/quote1-start.png);
background-repeat:no-repeat;
background-position:right bottom;
line-height:1.6em;
color:#00afca;
}

blockquote:first-letter {
padding-left:20px;
background-image:url(../images/quote2-start.png);
background-repeat:no-repeat;
background-position:left top;
font-style:normal;
font-weight:700;
color:#00AFCA;
}
.clear {
 clear: both; display:block;
}
p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #00645c;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 200px;
	font: italic 12px;
}
.searchform label {
	float: left;
	display: block;
	color: #1773BC;
	/* margin: 0 10px 10px 0; IE double right margin! consider setting width */
	margin: 0 10px 10px 0;
}

label.text input, label.text textarea {
	border: 1px solid #CCCCCC;
	margin: 0; 
	background: #FFFFFF url(../images/text-bg.gif) repeat-x;
	color: #505050;
	padding: 3px;
}
/*links lista*/
#links ul {
        list-style-type: none;
        width: 500px;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
		padding: 0;
}

#links li a { 
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 400px;
}

#links li a:hover {
        background: #ffffcc;
		 text-decoration: none;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
		padding-left: 15px;
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

#events {
	border: 1px solid #EAD7AA;
	margin-bottom: 10px;
}
#events .contentevent {
	padding: 0.3em 1em;
}	
#events .titleevent {
	padding: 0.3em 1em;
	border-bottom: 1px solid #EAD7AA;
	background: #EAD7AA;
	color: #A48657;
	font: normal normal bold 1.2em/2em 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
