/***** Global Settings *****/

html, body {
	height: 100%;
	min-height: 100%;
}
body {
	font:80%/1.25 Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
	padding:0;
	background: url(images/bg.jpg) repeat-x top left #fff;
	color: #282525;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}
ul{
	list-style:none;
	padding:0 0 18px 40px;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

.doc{ background: url(images/entry_16.gif) no-repeat center left; padding: 2px 0 2px 18px;} 

/***** Links *****/

a, a:visited {
	text-decoration:underline;
	color:#555;
	outline: none;
}
a:hover {
	text-decoration:underline;
	color:#e18f2f;
	outline: none;
}

/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
label {
	cursor:pointer;
}

/***** Tables *****/

table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
	width:598px;
}
table tr td {
	padding:2px;
}

/***** Wrapper *****/

#container{
	display: block;
	float: left;
	clear: both;
	width: 100%;

	margin: 0;
	padding: 0;
	background: url(images/bgContainer.jpg) no-repeat top center;
}
#wrap {
	width:960px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	min-height: 100%;
}

/***** Global Classes *****/

.clear { clear:both; }
.floatLeft { float:left; }
.floatRight { float:right; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.img-left { float:left; 
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.border { border:1px solid #396240; }
.right-dan { float:right;margin:0 30px 0px 12px; }
.strong{ font-weight: bold;}
.hidden { display:none; }

.black { color:#000; }
.black a{ color:#000; }



/***** Header *****/

#header{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width:100%;
	height: 145px;
}
#header #logo{
	display: block;
	float: left;
	clear: left;
	margin: 22px 0 0 33px;
	padding: 0;
	width: 228px;
	height: 56px;
	background: url(images/logo.png) no-repeat top left;
	text-indent: -2000px;
}
*html #header #logo{ background/***/:/***/ url(images/logo.jpg) no-repeat top left;}
#header #login{
	display: block;
	float: right;
	clear: right;
	margin: 7px 34px 0 0;
	padding: 3px 0 0 83px;
	width: 256px;
	height: 48px;
	background: url(images/bgLogin.png) no-repeat top left;
}
*html #header #login{
	background/***/:/***/ url(images/bgLogin.jpg) no-repeat top left;
	margin/***/:/***/ 7px 17px 0 0;
}
#header #login label{
	display: block;
	float: left;
	clear: none;
	margin: 0 2px 2px 2px;
	padding: 0;
	width: 110px;
	height: auto;
	font-size: 11px;
	color: #464545;
}
#header #login input{
	display: block;
	float: left;
	clear: none;
	margin: 0 2px;
	padding: 2px;
	width: 85px;
	height: auto;
}
*html #login input{ width/***/:/***/ 50px;}
#header #login input#submit{ width: 50px; height: 22px; padding: 0; font-size: 0.9em;}


#header ul#languages{
	display: block;
	float: right;
	clear: right;
	margin: 12px 34px 0 0;
	padding: 0;
	width: 300px;
	height: auto;
	display:block;
}
#header ul#languages li{
	display: block;
	float: right;
	clear: none;
	margin: 0;
	padding: 0;
	
}
#header ul#languages li a{
	font-size: 12px;
	color: #393b3c;
	margin: 0 4px 0 0;
	padding: 0 0 0 4px;
	font-size: 10px;
	border-right: solid 1px #b7b7b7;
}
#header ul#languages li.nl a{ border: none;}

#header ul#languages li.en a{ background: url(images/flags/en.gif) no-repeat center left; padding: 0 4px 0 20px;}
#header ul#languages li.es a{ background: url(images/flags/es.gif) no-repeat center left; padding: 0 4px 0 20px;}
#header ul#languages li.nl a{ background: url(images/flags/nl.gif) no-repeat center left; padding: 0 4px 0 20px;}
#header ul#languages li.ru a{ background: url(images/flags/ru.gif) no-repeat center left; padding: 0 4px 0 20px;}

#header ul#languages li a:link{ color: #393b3c; text-decoration: none;}
#header ul#languages li a:visited{ color: #393b3c; text-decoration: none;}
#header ul#languages li a:hover{ color: #E18F2F; text-decoration: none;}
#header ul#languages li a:active{ color: #393b3c; text-decoration: none;}
#header ul#languages li a.active{ color: #E18F2F; text-decoration: underline;}

#header #menuBar{
	display: block;
	float: left;
	clear: none;
	width: 915px;
	height: 40px;
	margin: 19px 0 0 0;
	padding: 0 22px;
	background: url(images/bgMenuBar.png) repeat-x top left #dededf;
}
#header ul#navi{
	display: block;
	float: left;
	clear: none;
	width: 600px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#header ul#navi li{
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	position:relative;
}
#header ul#navi li a{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 12px 9px 12px 9px;
	width: auto;
	height: 100%;
	color: #313131;
	text-transform: uppercase;
	background: none;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	background: url(images/splitterNavi.gif) no-repeat 0 13px;
}

#header ul#navi li ul {
 margin: 38px 0 0 0;
 padding: 0; 
 position: absolute;
 visibility: hidden;
 float:none;
 width:166px;
 z-index:21;
 background:#ccc;
 left:0;
}
		
#header ul#navi li ul li {
 float: none;
 display:block;
 width:166px; 
 border-top:1px dotted #fff;
}
		
#header ul#navi li ul li a {	
 background:none #ccc;
 float: none;
 font-size:10px;
}


#header ul#navi li a.first{ background: none;}
#header  ul#navi li a:hover{ background-color: #e9e9ec;}

body#index #header ul#navi li.inicio a,
body#about #header ul#navi li.about a,
body#map #header ul#navi li.map a,
body#faq #header ul#navi li.faq a,
body#links #header ul#navi li.links a,
body#info #header ul#navi li.info a,
body#contact #header ul#navi li.contact a{ text-decoration:none; background-color: #e9e9ec; color: #e18f2f;}




#header ul#menuPrivado{
	display: block;
	float: right;
	clear: none;
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 0;

}
#header ul#menuPrivado li{
	display: block;
	float: right;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
#header ul#menuPrivado li a{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 12px 10px 10px 10px;
	width: auto;
	height: 17px;
	color: #c96e00;
	text-transform: uppercase;
	background: none;
	font-style: normal;
	text-decoration: none;
	font-size: 10px;
	background: url(images/splitterPrivado.gif) no-repeat 0 13px;
}

#header ul#menuPrivado li a.first{ background: none;}
#header  ul#menuPrivado li a:hover{ background-color: #e9e9ec;}



/***** Content classes *****/

#content{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 34px;
	width:890px;
	height: auto;
	background: none #fff;
	border-left: dotted 1px #d9d9d9;
	border-right: dotted 1px #d9d9d9;	
}
*html #content{
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;	
}

#content .floatRight{
	float: right;
	clear: right;
	margin: 0 0 20px 32px;
	padding: 15px 0 15px 0;
	width: 430px;
	height: auto;
	border-top: dotted 1px #d0d0d1;
	border-bottom: dotted 1px #d0d0d1;
}
#content .floatRight p{
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}
#content .floatRight img.imgRight{
	float: right;
	clear: none;
	background: #ededef;
	border: solid 1px #b9b8ba;
	padding: 5px;
	margin: 0 0 10px 0;
}


#content img.imgRight{
	float: right;
	clear: none;
	background: #ededef;
	border: solid 1px #b9b8ba;
	padding: 5px;
	margin: 0 0 20px 32px;
}
#content img.imgLeft{
	float: left;
	clear: none;
	background: #ededef;
	border: solid 1px #b9b8ba;
	padding: 5px;
	margin: 32px 0 20px 0;
}

#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #e18f2f;
	border-bottom: solid 1px #e18f2f;
	margin: 0 0 18px 0;
}
#content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e18f2f;
	margin: 0 0 18px 0;
}
#content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #858585;
	margin: 0 0 18px 0;
	text-decoration: underline;
}
#content p.cdet{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #e18f2f;
	margin: 0 0 2px 0;
	padding: 0 0 18px 0;
}
#content p.cdet a{
	color: #e18f2f;
	text-decoration:underline;
}
#content p{
	line-height: 1.5em;
}

#content form{
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: 460px;
	height: auto;
}
#content form fieldset{
	border: none;
	padding: 0;
}
#content form fieldset #frmLeft,
#content form fieldset #frmRight{
	display: block;
	float: left;
	clear: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 190px;
	height: auto;
}
#content form fieldset #frmLeft{ border-right: solid 1px #d6d4d2;}
#content form fieldset #frmRight{ margin-left: 20px;}

#content form fieldset span.input{
	display: block;
	float: left;
	clear: both;
	margin: 0 0 4px 0;
	padding: 2px;
	background-color:#00CCFF;
}

#content form fieldset label{
	display: block;
	float: left;
	clear: both;
	margin: 0 0 2px 0;
	padding: 0;
	width: 160px;
	font-size: 12px;
	color: #1d1b1b;
}
#content form fieldset input{
	display: block;
	float: left;
	clear: both;
	margin: 0 0 9px 0;
	padding: 2px;
	width: 260px;
	border: solid 1px #bbb;
}
#content form fieldset input.invalid{ background-color: #F19692;}
#content form fieldset input.valid{ background-color: #fff;}

#content form fieldset select{
	display: block;
	float: left;
	clear: both;
	margin: 0 0 6px 0;
	padding: 2px;
	width: 60px;
	border: solid 1px #e08e2f;
}
#content form fieldset .buttons{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#content form fieldset input.submit{
	display: block;
	float: right;
	clear: none;
	margin: 8px 55px 0 10px;
	padding: 0;
	width: 93px;
	height: 23px;
	border: 0;
	background-color: #e08e2f;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#content form fieldset .obli{ color:#990000; font-size: 0.9em;}
#content form fieldset textarea{
	display: block;
	float: left;
	clear: both;
	margin: 0 0 0 0;
	padding: 5px;
	width: 340px;
	height: 120px;
	border: solid 1px #bbb;	
}

#content .mOk{
	float: left;
	width: 420px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 8px 20px;
	border: solid 1px #84c371;
	background: #b3eca1;
}
#content .mError{
	float: left;
	width: 420px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 8px 20px;
	border: solid 1px #e67873;
	background: #f19692;
}

/***** General Content Classes *****/

#map_canvas {
 background:#aaa;
 border:1px solid #ccc;
 float:right;
 width:600px; 
 height:400px;
 margin:0 0 0 30px;
}
#links #content a { text-decoration:underline; }

#contact #contactForm {
 width:411px;
 display:block;
} 


#container #wrap #content.listy ul {
 padding:0px 0 22px 6px;
}
#container #wrap #content.listy ul li {
 background:url(images/ball.gif) 0 4px no-repeat;
 margin:5px 0;
 padding:0 0 0 12px;
} 

/*** TELS ***/

#telephones #container  #wrap #content ul {
  margin:0 20px 0 0;
  padding:0;
  float:left;
  width:423px;
}
#telephones #container  #wrap #content ul li{
 padding:6px 0 6px 6px;
 margin:0 0 0 0;
 border-bottom:1px dotted #ccc;
}
#telephones #container  #wrap #content ul li.even { background:#f4f4f4; }
#telephones #container  #wrap #content strong { color:#d86e19; }

/**** FAQ ***/

#faq #container  #wrap #content ol{
 padding:0 0 0 30px;
 margin:0 0 0 0;

}
#faq #container  #wrap #content ol li{
 padding:6px 0 6px 6px;
 margin:0 0 0 0;
 border-bottom:1px dotted #ccc;
}

#faq #container  #wrap #content strong { color:#d86e19; }


/***** Links classes *****/

#links #container #content h4 { 
 font-size:16px;
 font-weight:bold;
}
#links #container #content h4 a { text-decoration:none; }
#links #container #content  a.fullLink { display:block;margin:0 0 18px 0;color:#aaa; }

/***** Noticias classes *****/


#noticias #cntNot{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 890px;
	height: auto;
	min-height: 700px;
}
#noticias #cntIzq{
	display: block;
	float: left;
	clear: none;
	margin: 0 0 0 2px;
	width: 310px;
	height: auto;
}
#noticias #cntDer{
	display: block;
	float: right;
	clear: none;
	margin: 0;
	padding: 0 0 15px 0;
	width: 540px;
	height: auto;
}
#noticias #cntIzq h2{
	font-size: 20px;
	color: #3f362a;
	margin: 0;
	padding: 0 0 12px 0;
}
#noticias #cntIzq .adminOptions{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 0 20px;
}
#noticias #cntIzq a.anadirNoticia{ 
	display: block; 
	float: left; 
	clear: both; 
	margin: 0 0 10px 0;
	padding: 5px; 
	text-decoration:none;
	width: 83px;
	height: 13px;
	border: 0;
	background: url(images/btnContacto.jpg) no-repeat top left;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;

}

#noticias #cntIzq .adminOptions a{ display: block; float: left; clear: none; margin: 0 20px 8px 0; width: 40px;}
#noticias #cntIzq .adminOptions a.borrarNoticia{ background:url(images/cross.png) no-repeat center left; padding: 0 0 0 20px;}
#noticias #cntIzq .adminOptions a.editarNoticia{ background:url(images/pencil.png) no-repeat center left; padding: 0 0 0 20px;}

#noticias #cntIzq #pagingBar{
	display: block;
	float: left;
	clear: both;
	margin: 15px 0 0 0;
	padding: 0;
}
#noticias #cntIzq #pagingBar a{
	display: block;
	float: left;
	clear: none;
	margin: 0 1px;
	padding: 2px 4px;
	border: solid 1px #ccc;
}
 
#noticias #cntDer h3{
	display:block;
	float:left;
	clear:both;
	width:100%;
	margin:0 0 16px 0;
	padding:0 0 2px 0;
	color:#605B5B;
	font-size:20px;
	border-bottom:1px solid #D6D4D2;
}
#noticias #cntDer img.floatLeft{
	float: left;
	margin: 0 22px 10px 0;
	padding: 4px;
	background: #fff;
}
#noticias #cntDer p{ line-height: 1.4em;}
#noticias #cntDer hr{
	display: block;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	height: 30px;
	border: none;
}

#noticias #cntDer #cntNoticia #first img{ border: solid 1px #D6D4D2; padding: 4px;}


#noticias ul#listadoNoticias{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 310px;
	height: auto;
}
#noticias ul#listadoNoticias li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: solid 1px #e0dedc;
}
#noticias ul#listadoNoticias li a{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 6px 0 6px 20px;
	width: 290px;
	background: url(images/flechaSub.png) no-repeat 0 11px #fff;
	text-decoration: none;
}
#noticias ul#listadoNoticias li a:link{ color: #700e0e;}
#noticias ul#listadoNoticias li a:visited{ color: #700e0e;}
#noticias ul#listadoNoticias li a:hover{ color: #7f7148; background: url(images/flechaSub.png) no-repeat 0 11px #f6f6f3;}
#noticias ul#listadoNoticias li a:active{ color: #700e0e;}
#noticias ul#listadoNoticias li a.active{ color: #7f7148; background: url(images/flechaSub.png) no-repeat 0 11px #f2f1ec;}

#noticias ul#listadoNoticias li a em{
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: 220px;
	font-style: normal;
	line-height: 1.4em;
}
#noticias ul#listadoNoticias li a .fecha{
	display: block;
	float: right;
	clear: none;
	margin: 0;
	padding: 3px 0 0 0;
	width: 60px;
	font-size: 11px;
	color: #7f7148;
}
#noticias #cntDer #cntNoticia{
}

#noticias #cntDer form#adminNoticias{
	display: block;
	float: left;
	clear: both;
	margin: 20px 0 10px 0;
	padding: 0;
}
#noticias #cntDer form#adminNoticias #flags{
	display: block;
	float: left;
	clear: both;
	margin: 5px 0 10px 100px;
	padding: 0;
}
#noticias #cntDer form#adminNoticias label{
	display: block;
	float: left;
	clear: left;
	margin: 0 10px 2px 0;
	padding: 0;
	width: 90px;
	height: auto;
	border-bottom: dotted 1px #bbb;
}
#noticias #cntDer form#adminNoticias input{
	display: block;
	float: left;
	clear: none;
	margin: 0 0 2px 0;
	padding: 2px;
	width: 240px;
	height: auto;
	border: solid 1px #bbb;	
}
#noticias #cntDer form#adminNoticias textarea{
	display: block;
	float: left;
	clear: none;
	margin: 0 0 2px 0;
	padding: 2px;
	width: 320px;
	height: 160px;	
}
#noticias #cntDer form#adminNoticias .hidden{ background: none; border: none;}
#noticias #cntDer form#adminNoticias .submit{
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: 93px;
	height: 23px;
	border: 0;
	background: url(images/btnContacto.jpg) no-repeat top left;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
#noticias #cntDer form#adminNoticias #MultiFile1_wrap{
	display: block;
	float: left;
	clear: both;
	margin: 0 0 30px 100px;
	padding: 0;
	width: auto;
	height: auto;
}
#noticias #cntDer form#adminNoticias #MultiFile1_wrap #MultiFile1_wrap_labels a{
	color: #990000;
	font-weight:bold;
	padding:0;
	margin: 0 6px 0 0;
}

#noticias #cntDer form#adminNoticias .es{ background: url(images/flags/es.gif) no-repeat top right #fff;}
#noticias #cntDer form#adminNoticias .en{ background: url(images/flags/en.gif) no-repeat top right #fff;}
#noticias #cntDer form#adminNoticias .nl{ background: url(images/flags/nl.gif) no-repeat top right #fff;}
#noticias #cntDer form#adminNoticias .ru{ background: url(images/flags/ru.gif) no-repeat top right #fff;}

/***** ESTILOS FOTO GALERÍA *****/

#noticias #cntRight ul#fotogal{
	display: block;
	float: left;
	clear: both;
	width: 470px;
	height: auto;
	margin: 5px 0;
	padding: 0;
}
#noticias #cntRight ul#fotogal li{
	display: block;
	float: left;
	clear: none;
	width: auto;
	height: auto;
	margin: 4px;
	padding: 4px;
	background: #fff;
	border: solid 1px #cfccb9;
}

/****** DRAG 'N DROP******/

#gal {
	clear:both;
	display:block;
	float:left;
	height:auto;
	margin:0;
	width:460px;
}
#gal ul#album {
	margin:0;
	padding:0;
}
#gal ul#album li {
	background-color:#333333;
	color:#FFFFFF;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 10px 10px 0;
	padding:6px;
}
#gal ul#album li img{ max-width: 180px; max-height: 120px;}
#gal ul#album li a.borrarNoticia{
	background:url(images/cross.png) no-repeat left center;
	color:#CC0000;
	font-weight:bold;
	margin:5px 0 0;
	padding:3px 0 3px 20px;
}
#gal #response{
	background:#B3ECA1 none repeat scroll 0 0;
	border:1px solid #84C371;
	float:left;
	height:auto;
	margin:0 0 10px;
	padding:8px 20px;
	width:420px;
}

/***** Horario classes *****/

body.horarios #content dl{
	display: block;
	float: left;
	margin: 0 20px 10px 0;
	padding: 8px;
	width: 230px;
	height: auto;
	border: solid 1px #ccc;
}
body.horarios #content dl dt{
	display: block;
	float: left; 
	clear: both;
	margin: 0 0 1px 0;
	padding: 2px 5px;
	width: 170px;
	height: auto;
	background-color: #e9f5ee;
}
body.horarios #content dl dd{
	display: block;
	float: left; 
	clear: none;
	margin: 0 0 1px 0;
	padding: 2px 5px 2px 0;
	width: 45px;
	height: auto;
	border-bottom: dotted 1px #ccc;
	text-align: right;	
}
/***** PHOTO GALLERY *****/

 ul.photoAlbum{
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 18px 0;
	padding: 0;
	float:left;
	clear:left;
}
ul.photoAlbum li{
	display: block;
	float: left;
	clear: none;
	height: auto;
	margin: 0 7px 7px 0;
	overflow: hidden;
}
ul.photoAlbum li a img{
	display: block;
	float: left;
	clear: both;
	width: auto;
	max-width: 133px;	
	height: 85px;
	padding: 3px;
	background: #fff;
	border: solid 1px #d0d0d1;
 }
.photo {
	padding: 3px;
	background: #fff;
	border: solid 1px #d0d0d1;

}
ul#fotoNavi {
 padding:0 0 12px 0;
 margin:0;
}
ul#fotoNavi li {
 display:inline;
 margin:0 8px 0 0;
}

a.deleteAlbum {
 display:block;
 clear:both;
 margin:12px 0 0 0;
 padding:8px;
 border:1px solid #ae0000;
 width:100px;
 text-align:center;
}
/***** Forum classes *****/

table#foroListado{
	border-collapse: collapse;
	width: 864px;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
}
table#foroListado th{ background-color: #717171; color: #fff; font-size: 0.9em; text-transform: uppercase; font-weight: bold; padding: 4px 10px;}
table#foroListado th.mensaje{ text-align: left;}
table#foroListado th.autor{ text-align:left;}
table#foroListado th.acciones{ text-align: center;}

table#foroListado tr td{ background-color: #F4DCBF; padding: 4px 5px; vertical-align:middle; border-bottom: solid 1px #ebc495;}
table#foroListado tr td.ico{ width: 18px; text-align: center;}
table#foroListado tr td.tit{ text-align: left; border-right: solid 1px #ebc495;}
table#foroListado tr td.aut{ width: 120px; text-align: left; border-right: solid 1px #ebc495; padding-left: 10px; color: #313131;}
table#foroListado tr td.acc{ width: 80px; text-align:center; padding: 4px 10px;}

table#foroListado tr td.aut .autor{ font-size: 0.8em; font-weight: bold; text-transform: uppercase;}
table#foroListado tr td.aut .fecha{ font-size: 0.8em; font-style: italic;}

table#foroListado tr td.acc a{ margin: 0 8px 0 0; padding: 0; font-size: 0.8em; color: #333333;} 
table#foroListado tr td a:link{ color: #333;}
table#foroListado tr td a:visited{ color: #333;}
table#foroListado tr td a:hover{ color: #333;}
table#foroListado tr td a:active{ color: #333;}

a.click{ background: url(images/0067_circular_arrow.png) no-repeat center left; padding: 0 0 0 20px;}

form#nuevoTema{
	display: block;
	float: left;
	clear: both;
	width: 855px;
	height: auto;
	margin: 10px 0;
	padding: 0px;
}
form#nuevoTema fieldset{
	background-color: #eee;
	margin: 0;
	padding: 8px 20px;
}
form#nuevoTema fieldset p{
	border-bottom: solid 1px #ccc;
	color:#e08214;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.05em;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	text-transform:uppercase;	
}
form#nuevoTema fieldset label{
	display: block;
	float: left;
	clear: none;
	width: 80px;
	text-align: left;
	color: #425067;
}
form#nuevoTema fieldset input{
	display: block;
	float: left;
	clear: none;
	width: 250px;
	background-color:#FFFFFF;
	border-color:#B4BAC0;
}
form#nuevoTema fieldset input.submit{
	display: block;
	float: left;
	clear: none;
	width: auto;
	text-align: center;       
	background-color: #d4d6d3;
	color: #425067;
	padding: 2px 10px;
	border-color:#B4BAC0;
}

form#nuevoTema fieldset input:hover,
form#nuevoTema fieldset textarea:hover {
	border-color:#11A3EA;
	border:1px solid #E18F2F;
}
form#nuevoTema fieldset textarea{
	display: block;
	float: left;
	clear: both;
	width: 813px;
	height: 150px;
	margin: 10px 0;
	background-color:#FFFFFF;
	border-color:#B4BAC0;	
}



table#foroTema{	border-collapse: collapse; width: 855px; }
table#foroTema th{ background-color: #717171; color: #fff; font-size: 0.8em; text-transform: uppercase; font-weight: bold; padding: 4px 10px;}
table#foroTema th.mensaje{ text-align: left;}
table#foroTema th.autor{ text-align:left;}
table#foroTema th.acciones{ text-align: center;}

table#foroTema tr td.ico{ width: 18px; text-align: center;}
table#foroTema tr td.mensaje{ text-align: left; border-right: solid 1px #EBC495;}
table#foroTema tr td.acc{ width: 60px; text-align:center; padding: 10px;}

table#foroTema tr td{ 
	padding: 10px 5px 5px 5px; 
	vertical-align:top; 
	background-color: #F4DCBF; 
	border-bottom: solid 1px #EBC495;
}
table#foroTema tr.respuesta td{ 
	background-color: #f4e3bf; 
	border-bottom: solid 1px #efd7a2; 
}
table#foroTema tr.respuesta td.tit {
	border-right:1px solid #efd7a2;
	text-align:left;
}
table#foroTema tr td.acc a{ margin: 0 8px 0 0; padding: 0; font-size: 0.8em;} 

table#foroTema tr td .mensaje_tit{ font-weight:bold;font-size:1.2em;}
table#foroTema tr td .cab{ margin: 0 0 10px 0;}
table#foroTema tr td .cab .autor{ font-weight: bold; text-transform: uppercase; font-size: 0.8em;}
table#foroTema tr td .cab .fecha{ font-size: 0.8em; font-style: italic;}
.volver {
 margin:6px 0 6px 0;
}


/***** Footer classes *****/

#footer{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width:100%;
	height: 38px;
	background-color: #e08e2f;
}
#footer .wrap{
	width: 890px;
	height: 14px;
	min-height: 14px;
	margin: 0 auto 0 auto;
	padding: 12px 34px;
	font-size: 11px;
	color: #d7d4cf;
	border-left: dotted 1px #c1833b;
	border-right: dotted 1px #c1833b;
}
*html #footer .wrap{
	border-left: solid 1px #c1833b;
	border-right: solid 1px #c1833b;	
}
#footer a:link{ color: #fff;}
#footer a:visited{ color: #fff;}
#footer a:hover{ color: #fff; text-decoration:underline;}
#footer a:active{ color: #fff;}

body.index #footer ul#fLeft li a.inicio,
body.instalaciones #footer ul#fLeft li a.instalaciones,
body.servicios #footer ul#fLeft li a.servicios,
body.horarios #footer ul#fLeft li a.horarios,
body.noticias #footer ul#fLeft li a.noticias,
body.contacto #footer ul#fLeft li a.contacto{ color: #2993cf; text-decoration: underline;}


#footer #fLeft{
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: 80%;
	color: #fff;
}
#footer #fRight{
	display: block;
	float: right;
	clear: none;
	margin: 0;
	padding: 0;
	width: 15%;
	text-align: right;
}
#footer #fLeft li{
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}
#footer #fLeft li a{
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
	border-left: solid 1px #ecbb82; 
	text-decoration: underline;
}

.siteby{ border: none;float:right;width:55px;height:15px;margin:0 -20px 0 0;}
.siteby a { display:block; }
.siteby a:link { background:url(images/brunel.gif) 0 0 no-repeat; }
.siteby a:visited { background:url(images/brunel.gif) 0 0 no-repeat; }
.siteby a:hover { background:url(images/brunel.gif) 0 -15px no-repeat; }

/**** ADMIN ****/

#admin {
 background: #ae0000;
 text-align: center;
 color:#fff;
 font-family: Verdana,arial,"sans serif";
 padding: 8px 0;
 position:fixed;
 width:100%;
 opacity:.6;
 filter: alpha(opacity = 60);
 border-bottom:1px solid #fff;
}
#admin a { color:#fff; }
#usuario {
 background: #00ae00;
 text-align: center;
 color:#fff;
 font-family: Verdana,arial,"sans serif";
 padding: 8px 0;
 position:fixed;
 width:100%;
 opacity:.6;
 filter: alpha(opacity = 60);
 border-bottom:1px solid #fff;
}
#usuario a { color:#fff; }
#usuarios {
	width: 700px;
	padding: 0;
	margin: 0;
}

#usuarios caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#usuarios th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#usuarios th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#usuarios td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#usuarios td.alt {
	background: #F5FAFA;
	color: #797268;
}

#usuarios th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#usuarios th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#usuario_nuevo {
 margin:0 0 12px 0;
 background:#fafafa;
 border:1px solid #ccc;
 float:left;
 padding:1em; 
}
a.borrar { color:#ae0000; }

.form {
  margin:0 0 12px 0;
 background:#fafafa;
 border:1px solid #ccc;
 padding:1em; 
 float:left;
}
