/* CONSORCIO TURÍSTICO DE TIERRA ESTELLA*/
.Verde {
	color: #87C13E;
}
.azul {
	color: #9CCAED;
}
.amarillo {
	color: #EFC304;
}

.rojo {
	color: #A50D12;
}

.negro {
	color: #231F20;
}
/*++++++++++++++++++++++++++++++*/

form {
	margin:0;
}
hr {
	clear: both;
	margin:0;
	padding:0;
	height: 1px;
	color: #CCCCCC;
}
table {
	clear: both;
}

td {
	vertical-align: top;
}



fieldset {
	color: #666666;
}


legend {
	color: #666666;
	margin:10px 0 0 0;
	font-family: Georgia;
}

/* legend nivel 1 */
#myLegend {
	color: #A50D12;
	font-weight: bold;
}





/* TABLA ESTRUCTURA */
#estructura {
	width: 800px;
	margin: 0 auto;
	background-color: white;
}





/* CABECERA */
.cabecera {
	margin:0;
	padding: 0;
	border:none;
}
.cabecera img {
	border:0;
}
.optionBar {
	height: 30px;
	background-image: url(../images/idiomas.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
}

.fBuscador {
	background-color: #FF6600;
	float: left;
	width: 375px;
	margin-left: 80px;
	/*
	background-image: url(../images/buscador.png);
	background-repeat: no-repeat;
	background-position: right;
	*/
}

.tfBuscador {
	border-collapse: collapse;
	width: 375px;
}

.tfBuscador td {
	vertical-align: middle;
	padding: 0 5px 0 5px;
}

.tfBuscador td a {
	color: white;
	text-decoration: none;
}
.tfBuscador td a:hover {
	text-decoration: underline;
}

.ifBuscador {
	font-size: 80%;
	width: 170px;
}

.idiomas {
	/*background-color: Green;*/
	width: 20%;
	height: 25px;
	float: right;
	text-align: right;
	
	color: #666666;
	font-size: 70%;
	padding: 5px 15px 0 0;
}

.idiomas a {
	color: #666666;
	text-decoration: underline;
}

.idiomas a:hover {
	color: #A50D12;
	text-decoration: none;
}



/* LATERAL IZQUIERDO */
#navBar{
	width: 145px;
	margin: 0px;
	padding: 0px;
	/*background-color: Aqua;*/
}

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	margin: 2px 0px 2px 15px;
	padding: 0;
		/*list-style-type: circle;*/
}

#navBar ul ul {
	margin: 2px 0px 2px 15px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #FFF;
	/*list-style: url(../images/vineta01.png);*/
	list-style-image: url(../images/vineta01.png);
	list-style-position: outside;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}

/*********** .relatedLinks styles ***********/
.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0 0 0 10px;
}

.relatedLinks ul{
	font-size: 75%;
}

.relatedLinks h3{
	font-family: georgia;
	font-size: 75%;
	color: #666666;
	padding: 0;
	margin: 0;
	}
	
#rL1 {
	background-image: url(../images/relatedLink01.png);
}
#rL2 {
	background-image: url(../images/relatedLink02.png);
}
#rL3 {
	background-image: url(../images/relatedLink03.png);
}
#rL4 {
	background-image: url(../images/relatedLink04.png);
}

#rL1, #rL2, #rL3, #rL4 {
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	margin-top: 10px;
}


.relatedLinks a:link,.relatedLinks a:visited {
	display: block;
	color: #666666;
	text-decoration: none;
}

.relatedLinks a:hover {
	color: #A50D12;
}




/* LATERAL DERECHO */
#dcha {
	width: 160px;
	margin: 0px;
	padding: 0px;
	/*background-color: Aqua;*/
}



#dcha ul a:link, #dcha ul a:visited {
	display: block;
}
#dcha ul {
	margin: 2px 0px 2px 15px;
	padding: 0;
	list-style: url(../images/vineta01.png);
}

#dcha ul ul {
	margin: 2px 0px 2px 15px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#dcha li {
	border-bottom: 1px solid #FFF;
}

/* fix for browsers that don't need the hack */
html>body #dcha li {
	border:none;
}



#rL5 {
	background-image: url(../images/relatedLink05.png);
	background-repeat: no-repeat;
}
#rL5 {
	
	display: block;
	height: 32px;
	margin-top: 10px;
}




/* CALENDARIO */
.posicionAgenda {
	width: 140px;
	margin: 10px auto 10px auto;
	background-color: #e5e5e5;
	text-align: center;
}

.titAgenda {
	font-family: georgia;
	color: white;
	font-size: 90%;
	font-weight: bold;
	background-color: #999999;
	padding: 2px 0 2px 2px;
	margin: 0 0 5px 0; 
	font-size: 90%;
}

.fechaCal {
	font-size: 70%;
	font-weight: bold;
	margin: 0 0 0 0;
}

.sFecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 2px 0 2px 0;
}
.sFechaAgenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 2px 0 2px 0;
}
select.sFecha {
	float:left;
}

#calendario {
	background-color: white;
	width: 140px;
	border-collapse: collapse;
	border: none;
	font-size: 70%;
	table-layout:fixed;
}
#calendarioAgenda {
	background-color: white;
	width: 160px;
	border-collapse: collapse;
	border: none;
	font-size: 100%;
	margin: 0 auto;
}
#calendario th, #calendarioAgenda th {
	border: 1px solid #CCCCCC;
	background-color: #666666;
	color: white;
	padding:0 5px 0 6px;
}

#calendario td, #calendarioAgenda td {
	border: 1px solid #CCCCCC;
	text-align: center;
}

#calendario td a, #calendarioAgenda td a {
	color:  #333;
	text-decoration: none;
	display: block;
}

#calendario td a:hover, #calendarioAgenda td a:hover {
	color:  white;
	background-color: #A50D12;
}


/* PIE DE PÁGINA */
#siteInfo{
	margin:0 auto;
	width:800px;
	border-top: 1px solid #cccccc;
	font-size: 70%;
	color: #666666;
	padding: 10px 0 10px 0;
	text-align: center;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo a {
	color: #666666;
	text-decoration: underline;
}

#siteInfo a:hover {
	color: #A50D12;
	text-decoration: none;
}
#autor, #autor a {
	color: #999;
}

/* ENVIAR A UN AMIGO | IMPRIMIR */ 
.botones {
	text-align: center;
	margin: 10px auto;
	
	border-bottom: 1px solid #CCC;
	background-color: #f3f3f3;
	padding: 1px;
}
.botones a {
	color: #A50D12;
}

.botones a:hover {
	text-decoration: none;
}





/* CUERPO */
#breadCrumb {
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px 0 4px 3px;
	font-size: 90%;
}

#breadCrumb a {
	color: #A50D12;
}

#breadCrumb a:hover {
	text-decoration: none;
}



/*referentes de búsquedas*/

.hilite1 { background-color: #ff0; }
.hilite2 { background-color: #f0f; }
.hilite3 { background-color: #0ff; }
.hilite4 { background-color: #0f0; }
.hilite5 { background-color: #f00; }
.hilite6 { background-color: #00f; }


/* lista de asociados */

.empresa:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.empresa { display:inline-block; } /*this trips hasLayout for ie7*/
.empresa { display:block; } /*this returns it back to normal*/

.empresa {
	border:  1px solid #CCC;
	margin:  10px 0;
}

.empresa h3 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 2px 5px;
	font-size: 90%;
	font-weight: bold;
}

.empresa p {
	margin:  2px 0;
}

.empresa img {
	float:left;
	padding-right:10px;
}

.paginas {
	display: block;
	clear: both;
	padding: 2px 5px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #CCC;
	text-align: right;
}

/*galerias con scroll*/

#pobGallery:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#pobGallery { display:inline-block; } /*this trips hasLayout for ie7*/
#pobGallery { display:block; } /*this returns it back to normal*/


#pobGallery {
/*	display:none;*/
	background-color: white;
	margin-bottom:10px;
	border: 1px dotted #CCC;
}

* html #pobGallery {
	height:1%;
}

#pobGallery a {
	color: #A50D12;
	
}

#pobGallery a:hover {
	text-decoration: none;
}

#pobFotos {
	width: 434px;
	overflow:hidden;
	/*border-collapse: collapse;*/
	margin: 5px auto 0 auto;
}

* html #pobFotos {
	height:1%;
}
#pobFotos:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#pobFotos div {
	width: 100px;
	border-bottom: 1px dotted #CCC;
	float:left;
	padding:0 3px;
	overflow:hidden;
}


#pobFotos div img {
	margin: 0 auto;
}


.pobFotoBack {
	width: 30%;
	float: left;
	text-align: left;
	margin: 5px 0 5px 10px;
}
.pobFotoNext {
	width: 30%;
	float: right;
	text-align: right;
	margin: 5px 10px 5px 0;
}


#dUsuario
{
	border:1px solid #999;
	font-size:80%;
	margin: 5px auto;
	width:  130px;
	padding:  5px;
	background-color: #87C13E;
	text-align: center;
	font-weight: bold;
}
#dUsuario a
{
	color:white;
}

#dUsuario a:hover
{
	text-decoration: none;
}
#loginLateral {
	margin: 5px auto;
	width: 140px;
}

/*actividad en calendario*/
.AC {
	font-weight:bold;
}

td.hoy {
	background-color:#DDD;
}

.banLatDcho img {
	margin:1em auto;
}

#contacto {
	margin:0 auto;
}
#contacto th {
	text-align: right;
	font-weight: normal;

}
#contacto textarea {
	width: 360px;
	height: 4em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:100%;
}
#dEnviar {
	text-align:center;
}
