/* CSS Document */

/* HTML PURO */
body {
	background-image:url(../images/body_bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #333;
	font-size: 0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img{
	border: 0;
}
table, tr, td, form, h1, h2, h3, h4, h5, h6, p, small{
	border: 0;
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

hr{
	height: 1px;
	border: 1px solid #E3D9CF;
}
/* DIVS PRINCIPALES */
#container, #footerContainer, #footer {
	width: 70em;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 12em;
	color: #943325;
	text-align: left;
	font-size: 0.85em;
}
#logoIndex, #login, #suscribe, #headerMiddle {
	float: right;
	width: 20%;
}
#logoIndex {
	float: left;
	width: 12em;
}
#logoIndex img{
	margin: 20px 0 0 0;
}
#login{
	width: 22%;
	height: 91%;
	border-right: 1px dotted #C4C4BF;
	padding: 10px 0 0 5px;
}
#login form input.inputText1{
	width: 7em;
	border: 1px solid #BABABA;
}
#suscribe{
	width: 18%;
	text-align: center;
	padding: 10px 0 0 5px;
	height: 84%;
	background-color: #EDECE7;
	margin-top: 5px;
}
#suscribe a, #login a, #botonSuscribe a{
	font-weight: bold;
	color: #CF502B;
	font-size: 1.3em;
	text-align: center;
}
#suscribe a{
	font-size: 1em;
}
#botonSuscribe a, #login a{
	font-size: 1.3em;
	color: #732322;
}
#suscribe a:hover, #login a:hover{
	color: #FF885D;
}
#botonSuscribe{
	display: block;
	width: 100%;
}
#headerMiddle {
	height: 100%;
	width: 390px;
	float: left;
	*float: left;
	_float: right;
}
#zoomBar, #zoomBar2{
	background-image:url(../images/zoom_bar_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 3em;
	width: 19.7em;
	float: right;
}

.btnAcceso
{
	background-image: url(../images/navNews_butoms_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 104px;
	height: 20px;
	font-family: Arial;
	line-height: 20px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.btnMasInfo
{
	display:block;
	width: 56px;
	height: 17px;
	background-image: url(../images/btn_info_bg.gif);
	background-position: bottom;
	margin: 5px;
}

.btnMasInfo:hover
{
	background-position:top;
}

.btnAcceso:link, .btnAcceso:active
{
}

.btnAcceso:hover
{
	background-position: top;
}

#zoomBar a span, #zoomBar2 a span{
	display: none;
}
#zoomBar a, #zoomBar2 a{
	float: left;
	background-image:url(../images/zoom_reducir_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 4.2em;
	height: 1.5em;
	margin: 1em 0.2em 0 0;
}
#zoomBar a:hover, #zoomBar2 a:hover{
	background-position: bottom;
}
#zoomBar a.zoomTextAmpliar, #zoomBar2 a.zoomTextAmpliar{
	margin-left: 14px;
	background-image:url(../images/zoom_ampliar_bg.png);
}
#zoomBar a.zoomTextReducir, #zoomBar2 a.zoomTextReducir{
	margin-left: 0;
	background-image:url(../images/zoom_reducir_bg.png);
}
#zoomBar a.zoomTextRestablecer, #zoomBar2 a.zoomTextRestablecer{
	margin-left: 0;
	background-image: url(../images/zoom_restablecer_bg.png);
}
#zoomBar a.zoomTextRSS, #zoomBar2 a.zoomTextRSS{
	margin-left: 0;
	background-image: url(../images/zoom_rss_bg.gif);
	background-position: top left;
	width: 19px;
	height: 19px;
}
 #zoomBar2{
 	*margin-left: 520px;
}
#banner, #banner2{
	margin-right: 5px;
	width: 348px;
	height: 76px;
	float: right;
	margin-top: 10px;
	border: 1px solid #E7DFD5;
	overflow: hidden;
}

#banner2{
	margin: 30px 0x 0 80px;
	*margin: 0px 0 0 24px;
	_margin: 0px 35px 0 0;
}

.tabla
{
	cursor: pointer;
	border-bottom: 1px dotted #E3D9CF;
}

.textoColor
{
	color: #d3522c;
	font-weight: bold;
	font-size: 0.85em;
}

.textoColorNegrita
{
	color: #732322;
	font-weight: bold;
	font-size: 0.85em;
}

#botonSuscribe a.button{
	float:none;
	width: 60%;
	margin: 10px 0 10px 18px;
	*margin: 10px 0 10px 0;
}
/* BUTTON */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 1.3em arial, sans-serif;
    height: 24px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	float:left;
}
a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
#nav2{
	width: 100%;
	height: 2.5em;
	color: #FFF;
	background-color: #001C38;
}
#nav2 ul li{
	display: block;
	float: left;
	padding: 0 3.2em 0 0.8em;
	margin: 0.7em 0 0 0;
	line-height: 1em;
	background-image: url(../images/nav2_bg.gif);
	background-repeat: repeat-y;
}
#nav2 ul li a{
	color: #F7941C;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
#nav2 ul li a:hover{
	color: #FFF;
}
#nav2 ul li a.activo, #nav2 ul li a:hover.activo{
	color: #7C582A;
	cursor: text;
}
#nav2idioma{
	width: 9em;
}
#nav2 ul li.searchBox{
	margin: 0;
	padding: 0;
	width: 25.5em;
	float: left;
	text-align: right;
	background-image:none;
	margin-top: 0.3em;
}
#nav2 ul li.searchBox form a{
	margin: 0 0 0 40px;
	*margin: 0 0 0 20px;
	font-size: 1.2em;
	color: #732322;
}
#nav2 ul li.searchBox a{
	margin: 0 0 0 40px;
	*margin: 0 0 0 20px;
	font-size: 1.2em;
	color: #732322;
}
#nav2 ul li.searchBox form input{
	width: 13em;
}
/* NAV1 */
#nav1, #content{
margin: 0.1em 0 0 0;
	
}
#nav1 {
	width: 168px;
	float:left;
	}
	
#nav1 li a {
  	line-height: 22px;
  	height: 22px;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	}	
	
#nav1 li a:link, #nav1 li a:visited {
	color: #943325;
	display: block;
	background: url(../images/nav1_bg.png);
	background-position: bottom;
	padding: 0 0 0 10px;
	overflow: hidden;
	}
	
#nav1 li a:hover {
	color: #FFF;
	background-position: top;
	}
#nav1 ul li a:hover.activo, #nav1 ul li a.activo, #nav1 ul li a:link.activo, #nav1 ul li a:visited.activo{
	color: #B78173;
	cursor: text;
	background-position: bottom;
}

/* CONTENT */
#content{
	width: 726px;
	float: right;
	margin-right: 1px;
}
#content a.masInfo span, #content a.masInfo2 span{
	display: none;
}
#footerContainer{
	float: left;
	display: block;
	width: 100%;
}
#supercontainer{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	*margin: 1px 0 30px 0;
	height: 100%;
}
/* BOXES */
#content table{
	display:block;
	width: 100%;
}
#content td{
	width: 363px;
}
.boxBlue, .boxRed, .boxWhite, .boxCream{
	background-repeat:no-repeat;
	min-height: 200px;
	vertical-align: top;
}
.boxBlue{
	background-image:url(../images/box_blue_bg.jpg);
	background-position:bottom left;
}
.boxRed{
	background-image: url(../images/box_red_bg.jpg);
	background-position:bottom right;
}
.boxWhite{
	background-image: url(../images/box_white_bg2.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.boxCream{
	background-image: url(../images/box_cream_bg.jpg);
	background-position:bottom right;
}
#boxContent h1, h2, h3, p, small{
	color: #521C15;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#boxContent, #boxContent2{
	float: left;
	width: 168px;
	padding:5px 5px 5px 10px;
}
#boxContent{
}
#boxContent.boxContentBlue{
	width: 198px;
}

#boxContent h3, #boxContent2 h3{
	color: #E67A35;
	font-size: 1em;
	font-style:italic;
}
#boxBlue #boxContent h3{
	color: #82D1E2;
}
#boxContent h2, #boxContent2 h2{
	font-size: 1.1em;
	color: #FFF;
}
#boxContent small, #boxContent2 small{
	font-size: 0.95em;
	font-style:italic;
	font-weight: bold;
	color:#EDC6BE;
}
#boxBlue #boxContent small{
	color: #C6EAF0;
}
#boxContent p, #boxContent2 p{
	font-size: 0.95em;
}
#boxBlue #boxContent p{
	color: #FFF;
}
#boxContent a.masInfo, #boxContent2 a.masInfo2, #boxContent3content a.masInfo2, #boxContent3b a.masInfo{
	display:block;
	width: 56px;
	height: 17px;
	background-image:url(../images/btn_info_bg.gif);
	background-position: top;
	margin: 5px 0;
}
#boxContent a:hover.masInfo, #boxContent2 a:hover.masInfo2, #boxContent3content a.masInfo2, #boxContent3b a:hover.masInfo{
	background-position:bottom;
}
#boxImage div.foto, #boxContent2 div.foto{
	height: 140px;
	width: 135px;
	overflow:hidden;
	display: block;
	background-color: #001C38;
}
#boxImage{
	float:right;
	margin-right: 5px;
}

#boxBlue{
}
#boxBlueLeft{
	float: left;
	width: 198px;
	height: auto;
}
#boxBlueRight{
	float: right;
	width: 138px;
	height: auto;
}
#boxContent.new{
	float:left;
	width: 198px;
}
#boxImage div.selectItem ul li{
	float: left;
}
#boxImage div.selectItem ul li a{
	display: block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background: url(../images/selectItems.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.2em;
}
#boxImage div.selectItem ul li a:hover{
	background-position: top;
	color: #1B415B;
}
#boxContent2 a:hover.masInfo2, #boxContent3content a:hover.masInfo2{
	background-position:top;
}
#boxContent2{
	width: 340px;
}
#boxContent2 p, #boxContent2 h3, #boxContent2 small{
	color: #143F58;
}
#boxContent2 h2{
	color: #D3522C;
}
#boxContent2 a.masInfo2, #boxContent3content a.masInfo2{
	background-position:bottom;
}
#boxContent2 a:hover.masInfo2, #boxContent3content a:hover.masInfo2{
	background-position:top;
}
#boxContent2 img{
	width: 104px;
	height: 104px;
	float: right;
	display: inline;
	padding: 6px;
	border: 1px solid #E3D9CF;
	margin-left: 5px;
}
#boxCreame{
	height: 194px;
	*height: 200px;
}
#boxCreame #boxContent3{
	float: left;
	background-image:url(../images/cream_comollegar_bg.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	height: 100%;
	width: 181px;
}
#boxCreame #boxContent3.boxContent3right{
	width: 181px;	
	background-image:url(../images/cream_gruposresidentes_bg.png);
	background-position: bottom right;
	border-left: 1px solid #CCBAA8;
}
#boxContent3content{
	margin: 5px 8px;
}
#boxContent3content h3{
	color: #001C38;
	font-style:italic;
}
#boxContent3content h2{
	color: #943325;
	font-weight: normal;
}
#boxTop{
	background-image:url(../images/box_blue_and_red_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 14em;
}
#boxBottom{
	background-image:url(../images/box_white_and_creame_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 16em;
}
/* FOOTER */

#footerContainer {
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	min-height: 80px;
	height: 80px;
	margin:30px 0 0 0;
	width: 100%;
}
#footer {	
	border: 0;
	padding-top: 10px;
}
#logoAyuntamiento, #direccion, #logoAA {
	border: 0;
	width: 190px;
	text-align:center;
	float: left;
}
#direccion {
	width: 492px;
	border-left: 1px solid #CAB8A8;
	border-right: 1px solid #CAB8A8;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
}
#direccion a {
	text-decoration: none;
	font-weight: bold;
	color: #D3522C;
}
#direccion a:hover {
	color: #F3724C;
}

/* SECTIONHEAD */

#sectionHead{
	width: 726px;
	height: 117px;
}
#sectionHead.noticias{
	background-image:url(../images/header_noticias_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.informacion{
	background-image:url(../images/header_informacion_bg.png);
	background-position:bottom;
}
.musica{
	background-image:url(../images/header_musica_bg.png);
	background-position:bottom;
}
.galeria{
	background-image:url(../images/header_galeria_bg.png);
	background-position:bottom;
}
.radio{
	background-image: url(../images/header_radio_bg.png);
	background-position:bottom;
}
.congresos{
	background-image: url(../images/header_congresos_bg.png);
	background-position:bottom;
}
#sectionHead h1{
	color: #FFF;
	padding: 32px 0 0 15px;
	font-size: 2em;
}
#sectionHead h2{
	color: #BBE7EC;
	padding: 26px 0 0 80px;
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
}
#sectionHead h2.marron{
	color: #D3522C;
}
#sectionContent, #sectionContentMap{
	overflow:auto;
	width: 100%;
	border-bottom: 1px solid #E3D9CF;
	background-image:url(../images/section_content_bg.gif);
}
#sectionContent.plainWidth{
	background-image: none;
}
#scMain.plainWidth, #scMainRed.plainWidth{
	width: 75%;
}
#scMain, #scMainRed{
	width: 63%;
	float: left;
	padding: 15px 10px 15px 15px;
}
#scMain p, #scMain h3, #scMain small, #scMainRed p, #scMainRed h3, #scMainRed small{
	margin: 0 0 10px 0;
}
#scMain p, #scMainRed p{
	color: #000;
	font-size: 1.2em;
}
#scMain h3, #scMainRed h3{
	color: #01A4B5;
	font-variant:small-caps;
	font-size: 1.4em;
}
#scMainRed h3{
	color: #D3522C;
}
#scMain small, #scMainRed small{
	color:#005964;
	font-size: 1em;
	font-style:italic;
}
#scMain #scDate, #scMainRed #scDat{
	text-align: right;
	width: 100%;
	font-weight: bold;
	line-height: 2em;
}
#scMain p img, #scMainRed p img{
	float: right;
	border: 1px solid #E3D9CF;
	padding: 8px;
}
#scMainRed a, #scMainRed a:link, #scMainRed a:visited{
	color: #D3522C;
	font-weight: bold;
}
#scMainRed a:hover{
	color: #FF6437;
}
#scMainRed a.pdf span, .perfil a.pdf span{
	display:none;
}
#scMainRed a.pdf, #scMainRed a:link.pdf, #scMainRed a:visited.pdf,
.perfil a.pdf, .perfil  a:link.pdf, .perfil a:visited.pdf{
	display:block;
	float: right;
	width: 40px;
	height: 52px;
	background-image:url(../images/icono_pdf.png);
	background-position: top;
	background-repeat:no-repeat;
}
#scMainRed a:hover.pdf{
	background-position: bottom;
}
#scMainRed a.masInfo, #scMainRed a:link.masInfo, #scMainRed a:active.masInfo{
	display: block;
	width: 56px;
	height: 17px;
	float: right;
	background-image: url(../images/btn_info_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#scMainRed a:hover.masInfo{
	background-position: bottom top;
}
#scRightBar2 img, #scMainRed img.vertical, #scMain img.vertical{
	display:block;
	float: right;
	border: 1px solid #E3D9CF;
	padding: 8px;
	margin: 15px 0 5px 0;
}
#scRightBar{
	width: 33.5%;
	float: left;
}
#scRightBar ul{
	margin-top: 15px;
}
#scRightBar img{
	padding: 8px;
	margin: 15px 0 0 5px;
	float: left;
	
	line-height: 31px;
}
#encabezadoColumna{
	padding: 10px 5px 5px 10px;
	border-top: 1px solid #E3D9CF;
	overflow: hidden;
}
#scRightBar #navNewsRed h4{
	color: #732222;
}

#galeriaButom, #planoButom, #googleEarthButom{
	display:block;
	height: 31px;
	background-image:url(../images/ico_galeria.png);
	background-position: left top;
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-left: 20px;
	*margin-left: 5px;
	float:left;
	*width: 240px;
	_width: auto;
}
#planoButom{
	background-image:url(../images/ico_pdf.png);
}
#googleEarthButom{
	background-image:url(../images/ico_3D.png);
}
#galeriaButom a, #galeriaButom a:link, #galeriaButom a:active,
#planoButom a, #planoButom a:link, #planoButom a:active,
#googleEarthButom a, #googleEarthButom a:link, #googleEarthButom a :active{
	display:block;
	text-decoration:none;
	background-image:url(../images/galeria_butom_bg.png);
	background-position: top left;
	background-repeat:no-repeat;
	width: 140px;
	line-height: 20px;
	margin: 5px 0 0 40px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
#galeriaButom a:hover, #planoButom a:hover, #googleEarthButom a:hover{
	background-position: bottom;
	color: #D3522C;
}
/* NAVNEWS */

#navNews, #navNewsRed {
	width: 100%;
	/*
	float:left;
	*/
	}
#navNews li a div, #navNewsRed li a div{
	overflow: auto;
	}
#navNews li a div.date, #navNewsRed li a div.date{
	width: 5em;
	}
#navNews li a div.title, #navNewsRed li a div.title{
	width: 100%;
	font-variant:small-caps;
	font-size:1em;
	}
#navNews li a div.title span, #navNewsRed li a div.title span{
	font-variant:normal;
	font-size:0.85em;
	}
#navNewsRed li a div.title span{
	color: #732322;
	}
#navNews li a, #navNewsRed li a {
	text-decoration: none;
	font-weight: bold;
	}	
	
#navNews li a:link, #navNews li a:visited, #navNewsRed li a:link, #navNewsRed li a:visited {
	color: #01A4B5;
	display: block;
	border-bottom: 1px dotted #E3D9CF;
	padding: 5px 0 5px 10px;
	height: 4em;
	}
#navNewsRed li a:link, #navNewsRed li a:visited {
	color: #D3522C;
	}
#navNews li a:hover, #navNewsRed li a:hover {
	color: #B78173;
	background-color: #F5EDE2;
	cursor: pointer;
	}
#navNewsButoms {
	height: 22px;
	padding: 5px 0 0 0;
	}
#navNewsButoms a{
	display:block;
	float: left;
	border-bottom: none;
	text-decoration:none;
	background-image:url(../images/navNews_butoms_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 104px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}
#navNewsButoms a:hover{
	background-position: bottom;
	color: #D3522C;
	}
#navNewsButoms a.siguientes {
	float: right;
	}
#navNewsButoms a.anteriores {
	margin-left: 10px;
	*margin-left: 5px;
	}

#botonSuscribirse
{
	height: 22px;
	padding: 5px 0 0 0;
}
	
#botonSuscribirse a
{
	display:block;
	border-bottom: none;
	text-decoration:none;
	background-image:url(../images/navNews_butoms_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 104px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
	
#botonSuscribirse a:hover
{
	background-position: bottom;
	color: #D3522C;
}
	
#txtAceptar
{
	color:White;
}

#txtAceptar :hover
{
	color:Black;
}


#navGrupos{
	margin: 0 0 0 10px;;
}
#navGrupos ul{
}
#navGrupos ul li{
	width: 100%;
	float:none;
}
#navGrupos ul li a, #navGrupos ul li a:link, #navGrupos ul li a:active{
	display:block;
	padding: 5px 0;
	text-decoration: none;
	color: #D3522C;
	font-size: 1em;
	*font-size: 0.85em;
	border-bottom: 1px dotted #E3D9CF;
}
a.eventos h5, a:link.eventos h5, a:active.eventos h5{
	color: #01A4B5;
}
#navGrupos ul li a:hover{
	background-color:#F5EDE2;
}
#thumbnail{
	width: 60px;
	height: 60px;
	padding: 0;
	float: left;
	margin: 0 10px 0 0;
}
#thumbnail img{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;	
}
#thumbnail img.icono{
	border: none;
}
#gruposTxt{
	float: left;
	width: 150px;
}
.repeaterGrupos
{
	display:block;
	padding: 5px 0;
	text-decoration: none;
	color: #D3522C;
	font-size: 1em;
	*font-size: 0.85em;
	border-bottom: 1px dotted #E3D9CF;
}
/* FORMULARIOS */

form {
}
form.visitas fieldset {
	border:none;
}
#formBg {
	background-color: #F5EDE2;
	border: 1px solid #E3D9CF;
	width: 92%;
	height: 100%;
	overflow:auto;
	padding: 30px 5px 15px 30px;
}

#confirmacionOk, #confirmacionError {	
	border: 1px solid #99CC33;
	background-color:#E7FFD5;
	margin-top: 26px;
	padding: 20px 10px 10px 20px;
}

#confirmacionError {	
	border: 1px solid #F00;
	background-color: #FFE7DE;
	padding-bottom: 50px;
}
form legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	
}
form label {
	font-weight: bold;
	color: #333;
	font-size: 0.9em;
	
}
form label strong {
	color: #D3522C;
	margin: 0 2px 0 0;
}
form.visitas label, form.visitas input, form.visitas small {
	display: block;
	float: left;
}
form.visitas small {
	width: 100%;
	font-size: 5px;
	padding-top: 5px;
}
form.visitas input.inputText2, form.visitas input.inputTextArea, form.visitas input.inputSubmit {
	width: 390px;
	margin: 2px 0 10px 0;
	color: #D3522C;
	border: 1px solid #CACACA;
}

.inputCajasDeTexto {
	width: 390px;
	margin: 2px 0 10px 0;
	color: #D3522C;
	border: 1px solid #CACACA;
}

.textoCabeceraFormulario
{
	font-family: Georgia, Times New Roman;
	font-size: 17px;
	padding-left: 5px;
	font-weight: bold;
	
	
}

form.visitas input.inputTextArea {
	height: 140px;
}
form.visitas input.inputSubmit {
	width: 92px;
	line-height: 24px;
	*line-height: 20px;
	height: 24px;
	border: 1px solid #CACACA;
	color: #732222;
	font-weight: bold;
	font-size: 1.2em;
	background-image:url(../images/submit_bg.png);
	cursor: pointer;
}

.scRightBarText{
	padding:10px 0 0 6px;
	border-bottom: 1px solid #E3D9CF;
}

.scRightBarText p, .scRightBarText h6{
	margin-bottom: 10px;
}
.scRightBarText h6{
	color: #D3522C;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
}
.scRightBarText p.first{
	margin-top: 50px;
}

/* GALERIA */
#galeria{
}
#galeria a, #galeria a:link, #galeria a:active{
	display: block;
	border: 1px solid #E3D9CF;
	width: 143px;
	height:102px;
	float: left;
	margin: 0 6px  6px 0;
}
#galeria a:hover{
	border: 1px solid #FF3300;
}
#galeria a img{
	display: block;
	width: 129px;
	height:89px;
	margin: 7px;
}
#galeriaList li a, #galeriaList li a:link, #galeriaList li a:active{
	height: 30px;
	display:block;
	text-decoration: none;
	padding: 10px 0 0 10px;
	border-bottom: 1px dotted #E3D9CF;
	color: #D3522C;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 1em;
	*font-size: 0.95em;
}
#galeriaList li a:hover{
	background-color: #F5EDE2;
}

/* GOOGLEMAP */
#scMainRed2{
	margin: 30px 0 0 30px;
}
#googleMapFrame{
	background-color:#FFF;
	border: 1px solid #E3D9CF;
	margin-bottom: 10px;	
	*padding: 8px;
}
#googleMap{
	margin: 8px;
	height:390px;
	width: 677px;
	background-image:
}
#mapButons{
	display:block;
	width: 100%;
	padding-bottom: 20px;
}
#mapButons a, #mapButons a:link, #mapButons a:hover{
	display: block;
	float: left;
	margin-top: 10px;
	width: 200px;
	height: 130px;
	margin: 0 10px 20px 0;
	margin-bottom: 20px;
	background-image:url(../images/map_01_boton.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #732222;
	overflow:hidden;
}
#mapButons a.boton2, #mapButons a:link.boton2, #mapButons a:hover.boton2{
	background-image:url(../images/map_02_boton.gif);
}
#mapButons a.boton3, #mapButons a:link.boton3, #mapButons a:hover.boton3, #mapButons a.boton4, #mapButons a:link.boton4, #mapButons a:hover.boton4{
	background-image:url(../images/map_03_boton.gif);
	width: 160px;
	height: 52px;
}
#mapButons a.boton4, #mapButons a:link.boton4, #mapButons a:hover.boton4{
	background-image:url(../images/map_04_boton.gif);
}
#mapButons a:hover{
	background-position: bottom;
}
#mapButons a:hover div{
	color: #732222;
}
#mapButons a div{
	width: 10em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	float: right;
	margin: 75px 8px 0 0;
	cursor: pointer;
}
#mapButons a.boton3 div, #mapButons a.boton4 div{
	margin: 22px 2px 0 0;
	font-size: 0.85em;
	width: 9.5em;
}
#ulReal{
	font-size: 1.2em;
}
#ulReal ul{
	list-style:disc;
	margin: 0 0 0 3em;
	font-size: 0.9em;
}

/* INSTALACIONES */

#seatList{
	border-top: 1px dotted #E3D9CF;
	margin: 15px 0;
	float: left;
}
#seatList li{
	overflow: hidden;
}
#seatList a span{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background-color: #CCC;
	text-align: center;
	color: #FFF;
	background-image:url(../images/sl_dot_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.9em;
	margin-right: 0.8em;
	margin-top: -0.2em;
}
#seatList a.slGreen span{	background-color: #568146;}
#seatList a.slPurple span{	background-color: #7C3470;}
#seatList a.slCyan span{	background-color: #4FA4A2;}
#seatList a.slYellow span{	background-color: #C9A040;}
#seatList a.slBlue span{	background-color: #3E52A9;}
#seatList a, #seatList a:link, #seatList a:active{
	height: 20px;
	display:block;
	text-decoration: none;
	padding: 10px 0 0 10px;
	color: #D3522C;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 1em;
	*font-size: 0.95em;
}
#seatList a:hover{
	background-color: #F7EFE4;
}
img.imgSinMarco{
	border: none;
	text-align: center;
	padding: 0;
	margin: 10px 0 10px 0;
}
h6{
	color: #D3522C;
	font-size: 1em;
	margin: 20px 0 -10px 0;
}
/*iframe{
	overflow: hidden;
	width: 450px;
	height: 130px;
}
*/
#logoAA small{
	font-size: 0.9em;
	padding: 0 0 0 2px;
	font-family:Arial, Helvetica, sans-serif;
}
#logoAA small a, #logoAA small a:link, #logoAA small a:visited{
	text-decoration: none;
	font-weight: bold;
	color:#CC0000;
	padding: 0 2px;
}
#logoAA small a:hover{
	color:#FFF;
	background-color: #C00;
}
#patrocionio img{
	margin-right: 40px;
}

.icoPdf{
	display:block;
	float: right;
	width: 40px;
	height: 52px;
	background-image:url(../images/icono_pdf.png);
	background-position: top;
	background-repeat:no-repeat;
}

.paginador {

	border-bottom: none;
	text-decoration:none;
	background-image:url(../images/navNews_butoms_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 104px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	


.btnAceptar
{
	color:White;	
}

.btnAceptar :hover
{
	color:Black;
}

.frmRegistro
{
	background-color: #F5EDE2;
	border: 1px solid #E3D9CF;
	width: 92%;
	height: 100%;
	overflow:auto;
	padding: 30px 5px 15px 30px;
}

.confirmacionOk
{	
	border: 1px solid #99CC33;
	background-color:#E7FFD5;
	margin-top: 26px;
	padding: 20px 10px 10px 20px;
}

.confirmacionError
{	
	border: 1px solid #99CC33;
	background-color:#E7FFD5;
	margin-top: 26px;
	padding: 20px 10px 10px 20px;
}

.miBoton{
	display:block;
	border-bottom: none;
	text-decoration:none;
	background-image:url(../images/navNews_butoms_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 104px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.evento{
	background-color : #CF502B;
	color:#FFF;
}

.cabeceraCalendario{
	background-color : #671F1F;
	color: #FFF;
	font-size:13px;
	border:1px solid #671F1F;
	width:120px;
	height: auto;
}
#cuerpoNoticia {
	color: #FFF;
}
#containerIframe{
	width: 90%;
	border: 1px solid #E3D9CF;
	background-color: #FFF;
	background-image:none;
	margin: 30px 0 10px 20px;
	
}
#containerIframe iframe{
	height: 550px;
	margin: 10px;
	border: 1px solid #E3D9CF;
	width: 96.5%;
	*width: 100%;
	overflow: hidden;
}
#scBottomBarB small{
	padding-left: 20px;
	line-height: 5em;
}

#texto p{
	font-size: 0.9em;
	color:#581513;
}
#scMainRed p{
	font-size: 1.05em;
	color:#581513;
}
#scMainRed li{
	font-size: 1em;
	color:#581513;
}
#descripcion p{
	font-size: 1.05em;
	color:#581513;
}
#descripcion{
	font-size: 1.05em;
	color:#581513;
}

/*  ESTO DESACTIVA EL LINK MAPA WEB EN NAV2*/
li.apagado{
	visibility:hidden;
}
span.oculto{
	display: none;
}


.inactive{
	display: none;
}


#boxContent3b {
	width:49%;
	float: left;
}
#boxContent3b h3 {
	color: #143F58;
	font-style:italic;
	margin: 5px;
}
#boxContent3b p {
	margin: 5px;
	font-size: 13px;
	color: #943325;
}
#boxContent3b a.masInfo2{
	display:block;
	width: 56px;
	height: 17px;
	background-image: url(../images/btn_info_bg.gif);
	background-position: bottom;
	margin: 5px;
}
#boxContent3b a:hover.masInfo2{
	background-position:top;
}
#boxContent3b img {
	float: right;
}
#boxContent3b img.right {
	margin-top: 20px;
}

/*  PESTAŅAS */
#pestanias{
	width: 165px;
	height: 160px;
	float: left;
	margin-left: -5px;
	*margin-left: -5px;
	_margin-left: -2px;
}
#pestanias h3{
	margin-bottom: 5px;
}
#pestaniasNav{
	height: 20px;
	border-left: 1px solid #873F3F;
}
#pestaniasNav ul li{
	display:block;
	border: 1px solid #873F3F;
	height: 20px;
	width: 30px;
	float: left;
	text-align: center;
	margin-left: -1px;
}
#pestaniasNav a, #pestaniasNav a:link, #pestaniasNav a:active{
	text-decoration: none;
	color: #671F1F;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	background-color: #A0640E;
	display:block;
	width: 100%;
}
#pestaniasNav a:hover{
	color: #D4960D;
	background-color: #671F1F;
}
div.pestaniaContent{
	height: 115px;
}
.pestaniaContent h2{
	font-size: 11px;
	background-color: #A2660E;
	overflow: hidden;
	line-height: 13px;
	height: 66px;
}
.pestaniaContent small{
}
.pestaniaContent p{
}
.pestaniaContent a.masInfo{
}
#pestaniasContainer{
	border: 1px solid #873F3F;
	overflow: hidden;
	margin-top: 2px;	
	height: 115px;
}
.pestaniaContent h2, .pestaniaContent p, .pestaniaContent a.masInfo, .pestaniaContent small, #enlaceConcierto1 {
	margin: 5px;
	display: block;
	margin: 5px 5px 5px 5px;
	padding: 0;
	float: none;
}

#navNewsRed, #navNews, #navNews2{
	margin-top: 170px;
	*margin-top: 150px;
	_margin-top: 140px;
}
#navNewsRed li{
	

}
a.listNews, a:link.listNews, a:active.listNews,
a.listNews2, a:link.listNews2, a:active.listNews2{
	height: auto;
	color: #D3522C;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 0;
}
a.listNews2, a:link.listNews2, a:active.listNews2{
	color: #01A4B5;
}
a.listNews h5, a.listNews2 h5{
	font-size: 12px;
}
div.newItem{
	padding: 10px 0 0 10px;
	border-bottom: 1px dotted #E3D9CF;
	padding-bottom: 10px;
}
 a:hover.listNews h5,  a:hover.listNews2 h5{
	color: #F3724C;
	background-color: #F3EFE9;
}
a:hover.listNews2 h5{
	color: #36B6C7;
}
 a:hover.listNews, a:hover.listNews2{
	*background-color: #F3EFE9;
}
.title{

}
#navNewsButoms{
margin-top: 10px;
margin-bottom: 10px;
}

a:hover h5{
}
#sectionContent{
	overflow: hidden;
}
#navNewsRed img{
	margin: 0;
	padding: 0;

}

#lblError1, #lblError2, #lblError3, #fechas, #lblContenido1, #lblContenido2, #lblContenido3{
	color: #741305;
}
#gruposItemFoto{
	width: 40px;
	float: left;
	margin-top: 10px;
}
#gruposItemTexto{
	width: 145px;
	float: right;
	margin-top: 10px;
}
#gruposItem{
	clear:both;
	width: 100%;
	margin: 0;
	height: auto;
	padding: 0;
}
#navNewsRed{
	clear:both;
}
.punteroEncima{
	background-color: #f5ede2;
	cursor: pointer;
}
.punteroFuera{
	background-color: #FFFFFF;
	cursor: pointer;
}
#gruposItemHR{
	clear: both;
	border-bottom: 1px solid #E3D9CF;
}
#scRightBar, #rptGrupos, #navGrupos, scRightBar{
	margin: 0;
	padding: 0;
}
#encabezadoColumna{
	border-top: none;
	margin-top: -20px;
	line-height: 35px;
	border-bottom: 1px solid #E3D9CF;
}
#calendario{
	width: 220px;
	overflow: auto;
	text-align: center;
	margin-top: 15px;
	border-bottom: 1px dotted #E3D9CF;
	height: 140px;
}
/*
	 /// CALENDARIO ///////////////////////////////////////////////////////
*/
#calendario2, #calendario{
	text-align: center;
	border-bottom: 1px dotted #E3D9CF;
	padding:0;
	border: 3px solid #671F1F;
	width:168px;
	background-color:#671F1F;
	
	min-height: 140px;	
	margin: -54px 0 5px -178px;	
	top: 230px;
	
	*min-height: 130px;	
	*margin: -26px 0 5px -178px;
	*top: 210px;
	*height: 132px;	
	_height: 132px;	
	_margin: 19px 0 0 -170px;
	_top: 170px;

	position:absolute;
	

}
#calendario.fondoOscuro{
	border-bottom: none;
}

#calendario2.fondoOscuro{
	border-bottom: none;
}

#calendario img{
	width: 138px;
	height: 136px;
	margin: 0;
	padding: 0;
	float:none;
	display:inline;
	margin-bottom: 15px;
}
#calendario{
	top: 290px;
	margin: 0 0 0 45px;
	overflow: hidden;
}
#calendario2 table{
	padding-left: 8px;
	*padding-left: 0;
	_padding-left: 0;
}
#enlaceConcierto1, #enlaceConcierto2, #enlaceConcierto3, #enlaceConcierto4, #enlaceConcierto5{
	display: block;
	position: absolute;
	top: 302px;
	*top: 302px;
	_top: 305px;
}
#zoomBar2, #boxRedDcha{
	margin-right: -380px;
	*margin-right: -380px;
	_margin-right: 0;
}
#boxRedIzda, #boxRedDcha{
	width:181px;
	vertical-align: top;
}
#boxRedDcha{
}
#boxRedIzda{
}
#calendario3{
	margin-left: 0;
	width: 167px;
	border: 1px solid #671F1F;
	background-color:#671F1F;
	border-left: 3px solid #671F1F;
	border-top: 3px solid #671F1F;
	border-bottom: 3px solid #671F1F;
	margin-top: 10px;
}
#tab-container-1{
	border: 1px solid #671F1F;	
	margin-top: 0px;
	padding: 2px;
	width: 172px;
}
#tablaPestanias{
	margin: 5px 0 0 2px;
	*margin: -10px 0 0 2px;
	_margin: -10px 0 0 5px;
}
#tab-container-1 small{
	font-weight: bold;
	color: #EDC6BE;
	font-style: italic;
}

#tab-container-1 h2{
	font-weight: bold;
	color: #FFF;
	/*background-color: #A2660E;*/
	padding: 2px;
}
#tablaPestanias h3{
	color: #E67A35;
	margin-bottom: 4px;
}

#tab-container-1 a.btnMasInfo{
	background-position: top;
	margin-left: 1px;
}
#tab-container-1 a:hover.btnMasInfo{
	background-position: bottom;
}
/*  PERFIL DEL CONTRATANTE */
.perfil{
	margin-top: 40px;
	color: #732322;
	line-height: 25px;
	border-bottom: 1px solid #DDD;
	margin-left: 20px;
}
.perfil th{
	border-bottom: 1px solid #DDD;
	font-size: 14px;
	text-align: left;
	color: #4D1515;
}
.perfil th.first{
	width: 12%;
}
.perfil th.second{
	width: 80%
}
.perfil th.thirth{
}
.perfil a, .perfil a:hover{
	color: #BC4729;
}
.perfil a:hover{
	color: #FF885D;
}
.perfil td.file{
	text-align: center;
}
.perfil td{
	line-height: 60px;
	font-size: 13px;
	border-bottom: 1px solid #DDD;	
}
