/* Estilos para Turismo */

/*
  Esquema de divisiones
  ___________________________________________________________________
 |                        Encabezado (flash)                        |
 |                                                                  |
 |__________________________________________________________________|
 | Alojamiento          Gastronomia       Servicios         Buscar  |
 |___________________________________ ______________________________|
 | Cirtuitos turisticos               | Agenda                      |
 | (flash)                            |                             |
 |                                    |                             |
 |                                    |                             |
 | __________________________________ |                             |
 | Organice su viaje |  Guias en PDF  |                             |
 | (imagen)          |  (imagen)      |                             |
 | (texto)           |  (texto)       |                             |
 |___________________________________ |_____________________________|
 | Destacados multimediales            Turismo aventura  Imperdibles|
 |                                     | (imagen)         (imagen)  |
 |                                     | (texto)           (texto)  |
 |_____________________________________|____________________________|
 | Postales digitales                          |Boletin electronico |
 |_____________________________________________|____________________|
 |                             Pie de pagina                        |
 |__________________________________________________________________|
 |                              Validacion                          |
 |__________________________________________________________________|


*/

/*
  Esquema de divisiones paginas internas
  ___________________________________________________________________
 |                        Encabezado (flash)                        |
 |                                                                  |
 |__________________________________________________________________|
 | Contenido Central          | Col der         |   Col der_2       |
 |                            |                 |                   |
 |         (c)                |      (1)        |      (2)          |
 |                            |                 |                   |
 |                            |                 |                   |
 |____________________________|_________________|___________________|
 |                             Pie de pagina                        |
 |__________________________________________________________________|
 |                              Validacion                          |
 |__________________________________________________________________|

 (c) Contenido central

  Div "columna_izquierda_interna"

  No es un flotante. Ancho 445px. Clases "post" que encierran el contenido.

  (1) Columna derecha 1

  Div "columna_derecha_interna"

  Es un flotante definido como sigue:

	<div id="columna_derecha_interna"> // Inicia la columna
        <div id="columna_derecha_interna_header"></div> // Agrega fondo encabezado sin repeat
		<div id="localidades"> // contenido de la columna con fondo imagen repeat-y

		<h1></h1> // Titulo
		...
		<p>&nbsp;</p> // parrafo, que tiene como estilo una linea punteada inferior de 3px
		...
		</div>
		<div id="columna_derecha_interna_footer"></div> // Agrega fondo de pie de la columna
	</div>

	(2) Columna derecha 2

	Div "columna_derecha_interna_2"


	Nota: las dos columnas tienen un ancho de 229px.

	Nota 2: el padding (o margen interno) de cada columna es de 12px, por lo que el ancho real de 
			la columna se reduce a 205px en la DIV "localidades".
		
		background: #d1d6b8 url(../images/fondo.gif) repeat-y top;

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, sans-serif;
	background: #809e08 url(../images/fondo.gif) repeat-y top;
	line-height: 1.2;
	font-size: 11px;
}
h1 {
	font-size: 18px;
	color: #7F7469;
}
h2 {
	font-size: 16px;
	color: #7F7469;
}
h3 {
	font-size: 14px;
	color: #7F7469;
	margin-bottom: 10px;
}
p {
	color: #515151;
	padding-right: 30px;
}
a:link {
	color: #58860f;
	text-decoration: none;
}
a:visited {
	color: #58860f;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a {
	font-weight: normal;
}
.titulo {
	margin-bottom: 5px;
}
.servicios {
	margin-right: 0;
	padding: 0;
}
.button {
	vertical-align: middle;
}
.input {
	background:transparent none repeat scroll 0 0;
color:#000000;
font-size:13px;
height:23px;
margin:4px 0 0 -44px;
width:168px;
}
.input-home {
background:transparent none repeat scroll 0 0;
color:#000000;
font-size:13px;
height:23px;
margin:3px 0 0 14px;
width:161px;
}
.combo {
	font-size: 13px;
	background-color: #fff;
	color: #000;
	border: 1px solid #BFBFBF;
	width: 140px;
	height: 20px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 5px 5px 5px 5px;
}
img.left {
	float: left;
	margin-right: 12px;
	margin-left: 0px;
}
img.right {
	float: right;
	margin-left: 15px;
}
table th {
	border: 1px solid #61380B;
}
table td {
	padding-left: 0px;
}
#contenido {
	margin: 0 auto;
	width: 990px;
	padding: 0;
	font-size: 11px;
	vertical-align: middle;
	/*background-color: #fff;*/

}
#fondo_vertical {
	background: transparent url(../images/fondo_5.jpg) repeat-y center;
}
#top {
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	padding: 0px;
	text-align: right;
	border-bottom: 0px solid #000;
}
#top span {
	text-transform: uppercase;
}
#accesos {
background:transparent url(../images/acceso-borde-inf-bg.jpg) no-repeat scroll center bottom;
height:79px;
margin:0 0 5px;
padding:0 0 0 4px;
text-align:center;
vertical-align:middle;
}
#accesos a:hover {
	text-decoration: none;
}
#acceso-multimedia {
	background: url("/images/acceso-bloque-bg.jpg") repeat-y;
	background-position:right;
	float:left;
	height:55px;
	width:137px;
}
/*
#acceso-servicios {
	background: url("/images/acceso-bloque-bg.jpg") repeat-y;
	background-position:right;
	float:left;
	height:55px;
	width:137px;
}

#acceso-alojamiento {
	background: url("/images/acceso-bloque-bg.jpg") repeat-y;
	background-position:right;
	float:left;
	height:55px;
	width:137px;
}

#acceso-gastronomia {
	background: url("/images/acceso-bloque-bg.jpg") repeat-y;
	background-position:right;
	float:left;
	height:55px;
	width:137px;
}

#acceso-buscar {
	background: url("/images/acceso-bloque-bg.jpg") repeat-y;
	background-position:right;
	float:left;
	height:55px;
	width:137px;
}*/


#accesos_bloque {
	background: url("/images/acceso-bloque-bg.jpg") repeat-y;
	background-position:right;
	float:left;
	height:62px;
	margin:0 4px 0 0;
	padding:3px 10px;
	width:137px;
}
#accesos_bloque h1 {
	color:#000000;
	font-family:calibri, arial, helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	margin:0 0 3px;
	padding:0;
	width:100%;
}
#bloque_circuitos {
	margin: 0;
	padding: 0;
	float: left;
	height: 290px;
	width: 210px;
	margin-right: 15px;
border-bottom:1px dotted #999999;
}

#bloque_multimedia {
	margin: 0;
	padding: 0;
	float: left;
	height: 205px;
	width: 209px;
	margin-right: 15px;
border-bottom:1px dotted #999999;
}

#bloque_mapa {
	margin: 0;
	padding: 0;
	width: 210px;
	margin-right: 15px;
	margin-top: 5px;
	border-bottom: 1px dotted #ccc;
}
#bloque_quehacer {
	margin: 0;
	padding: 0;
	float: left;
	height: 250px;
	width: 210px;
	margin-right: 15px;
}

#sabiasque {
background-color:#FCFDC1;
margin-bottom:10px;
margin-left:15px;
margin-top:0;
padding:8px;
text-align:left;
width:82%;


}

#sabiasque p {
	color:#7A714D;
	width:100%;
}

#sabiasque h1 {
color:#628212;
font-family:Calibri,arial,sans-serif;
font-size:16px;
font-style:italic;
height:7px;
margin:-6px 0 7px -8px;
padding:8px;
text-align:center;
width:183px;


}
#alojamiento {
	float: left;
	width: 24%;
}
#gastronomia {
	float: left;
	width: 24%;
}
#servicios {
	float: left;
	width: 24%;
}
#buscar {
	float: left;
	width: 24%;
}
#contenido_central {
	/*width: 100%; */
  margin: 0;
	padding: 0;
	margin-left: 0px;
	padding-left: 25px;
}
#contenedor_contenido_central {
	margin: 0;
	padding: 0;
	width: 98%;
	border-top: 2px solid #DEDBD8;
	border-bottom: 2px solid #DEDBD8;
	padding-top: 0px;
	padding-left: 12px;
	padding-bottom: 5px;
}
#contenedor_contenido_central img {
	margin: 0;
	padding: 0;
	border: 0;
}
#columna_izquierda {
	margin: 0;
	padding: 0;
	width:454px;
	float: left;
	border-right: 0px solid #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 2px;
}
#columna_izquierda p {
	color:#515151;
	font-family:Verdana;
	font-size:11px;
	line-height:113%;
	margin-top:5px;
}
#columna_izquierda img {
	padding-bottom: 4px;
}
.alto {
	height: 220px;
	border-bottom: 1px dotted #ccc;
}
.normal {
	height: 200px;
	border-bottom: 1px dotted #ccc;
	padding-bottom:14px !important;
}
#columna_izquierda_bloques {
	float: left;
	width: 215px;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	margin-bottom: 3px;
	margin-right: 10px;
}
#columna_izquierda_bloques2 {
	float: left;
	width: 435px;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	margin-bottom: 3px;
	margin-right: 10px;
}
#destacados {
	height:188px;
	margin-bottom:30px;
	margin-right:10px;
	padding:0;
	width:480px;
}
#destacados img {
	margin-left: 1px;
margin-top:5px;
}
#destacados p {
color:#000000;
font-family:Arial;
font-size:11px;
margin:2px 0 0 25px;
padding:0;
text-align:left;
width:90%;
}

#columna_izquierda_bloques ul {
	list-style-image: url(images/item.png);
	padding-left: 20px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #564739;
	margin-top: 5px;
}
#columna_izquierda_bloques li {
	margin-bottom: 3px;
}
#columna_izquierda_bloques a {
	color: #515151;
	text-decoration: none;
	font-weight: bold;
}
#columna_izquierda_bloques p {
	border-left:0 dashed #CCCCCC;
	color:#000000;
	font-family:Arial;
	font-size:11px;
	margin:-3px 0 0;
	padding:0 0 0 5px;
	text-align:left;
	width:89%;
}


#columna_izquierda_bloques2 ul {
	list-style-image: url(images/item.png);
	padding-left: 20px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #564739;
	margin-top: 5px;
}
#columna_izquierda_bloques2 li {
	margin-bottom: 3px;
}
#columna_izquierda_bloques2 a {
	color: #515151;
	text-decoration: none;
	font-weight: bold;
}
#columna_izquierda_bloques2 p {
	border-left:0 dashed #CCCCCC;
	color:#000000;
	font-family:Arial;
	font-size:11px;
	margin:-3px 0 0;
	padding:0 0 0 5px;
	text-align:left;
	width:89%;
}

#columna_derecha {
	margin: 0;
	padding: 0;
	float: left;
	width: 480px;
	margin-left: 15px;
	padding-top: 2px;
}
#contenido_central_2 {
	width: 975px;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
#columna_izquierda_2 {
	float: right;
	width: 48%;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	height: 220px;
	background: #fff url(../images/fondo_noticias_chico.jpg) no-repeat center;
	padding-top: 45px;
}
#bloques_noticias {
	width: 456px;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	background: #fff url(../images/fondo_noticias.jpg) no-repeat top center;
	padding-top: 45px;
	height: 180px;
	margin-bottom: 4px;
	padding-left: 20px;
}
#bloques_noticias h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: sans-serif;
	color: #564739;
	margin-top: 10px;
}
#bloques_noticias ul {
	padding-left: 20px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #564739;
	margin-top: 5px;
}
#bloques_noticias li {
	margin-bottom: 3px;
}
#bloques_noticias a {
	color: #515151;
	text-decoration: none;
	font-weight: bold;
}
#bloques_noticias p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #564739;
	margin-top: 1px;
	margin-bottom: 1px;
	border-left: 4px solid #DAD2CA;
	margin-left: 5px;
	padding-left: 5px;
}
#columna_izquierda_2 ul {
	list-style-image: url(../images/item.png);
	padding-left: 20px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #564739;
	margin-top: 5px;
}
#columna_izquierda_2 li {
	margin-bottom: 3px;
}
#columna_izquierda_2 a {
	color: #515151;
	text-decoration: none;
	font-weight: bold;
}
#columna_derecha_2 {
	float: left;
	width: 24%;
	padding-left: 10px;
}
#columna_derecha_2 p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #564739;
	margin-top: 5px;
}
#columna_derecha_2_margen {
	float: left;
	width: 24%;
	font-size: 12px;
}
#columna_derecha_2_margen ul {
	list-style-image: url(../images/item.png);
	padding-left: 20px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #564739;
	margin-top: 5px;
}
#columna_derecha_2_margen li {
	margin-bottom: 3px;
}
#columna_derecha_2_margen a {
	color: #515151;
	text-decoration: none;
	font-weight: bold;
}
#columna_derecha_2_margen p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #564739;
	margin-top: 5px;
}
#inferior_izquierda {
	float: left;
	width: 74%;
	padding-left: 10px;
}
#inferior_derecha {
	float: left;
	width: 24%;
	color: #515151;
	font-weight: bold;
}
#inferior_derecha p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #564739;
	margin-top: 5px;
}
#agenda {
	width: 476px;
	margin:-5px 0 0;
	padding: 0;
	background: url(../images/fondo_agenda.jpg) top repeat-y;
	/*height: 480px;*/
  color: #666666;
	text-align: left;
}
#agenda a {
	font-size: 11px;
}
#agenda p {
	font-size: 11px;
}
#agenda h7 {
	font-size: 9px;
font-family: arial;
	color: #999999;
line-height:1.2;

}
.fondo1 {
	background:url(images/fondo_agenda.jpg) repeat-y;
	background-position:right;
	height:162px;
	margin:0;
	padding:0;
	vertical-align:top;
}
.fondo2 {
	margin: 0;
	padding: 0;
	height: 180px;
}

.fondo1 h1 {
color:#000000;
font-family:Arial,sans-serif;
font-size:14px;
font-weight:bold;
line-height:18px;
margin-top:0;
padding-top:0;


}
.fondo1 h2 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	color: #564739;
	margin-bottom: 5px;
}
.fondo1 h2 {
color:#000000;
font-family:Arial;
font-size:11px;
font-weight:normal;
line-height:120%;
margin-bottom:0;

}

.otras_actividades {
	margin:0;
	padding:0 0 0 19px;
	text-align:left;
	width:203px;
}
.otras_actividades p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 123%;
	font-weight: normal;
	color: #564739;
	margin: 5px;
	text-align: left;
}
.otras_actividades h3 {
color:#000000;
font-family:Arial;
font-size:11px;
font-weight:normal;
line-height:123%;
margin:-2px 4px 0;
padding:0;
text-align:left;
}
.otras_actividades .item{
	border-bottom: 1px dotted #000;
	padding-bottom: 3px;
}
.otras_actividades .titulo a{
	font-weight: bold;
}
.otras_actividades {
	text-align: right;
}
.calendario {
	margin: 0;
	padding: 0;
	float: right;
	width: 235px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 1px dotted #999999;
	text-align: center;
}
#calen {
	margin-left: 15px;
}
.calendario p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	font-size: 8px;
}
.cal {
	border-top: 6px solid #463626;
	border-bottom: 6px solid #463626;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px;
	height: 150px;
	background-color: transparent;
	text-align: left;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
}
.cal_front {
background-color:transparent;
border-style:hidden;
border-width:1px;
font-size:14px;
font-weight:bold;
height:163px;
margin:8px 3px 0;
padding-left:14px;
text-align:left;
}
.cal_front th {
	border: none;
}
.cal th {
	border: none;
}
.dias {
	width: 10px;
	height: 10px;
	font-weight: bold;
	color: #917D67;
}
#eventos_dia {
	margin: 0;
	padding: 0;
	height: auto;
	margin-bottom: 10px;
}
#eventos_dia {
	margin: 0;
	padding: 0;
	height: 230px;
}
#eventos_dia1 {
	margin: 0;
	padding: 0;
}
/*
 * Seccion interna
*/

.post {
	margin-left: 10px;
}
object{
	z-index:-1;
}


.post h1 {
	font-family:calibri, arial, helvetica, sans-serif;
	font-size: 36px;
	color: #242A0B;
	font-weight: lighter !important;
}
.post h2 {
	font-family: calibri, arial, helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 5px;
}
.post ul {
	color: #333333;
	font-family: arial;
	font-size: 13px;
	line-height: 160%;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.post p {
	line-height:146%;
	margin-top: 7px;
	margin-bottom: 10px;
}
.negrita {
	font-weight: bold;
}
.encabezado {
	color:#66695B;
	font-family:Calibri, arial, sans-serif;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
background: url(tucuman_tucuman.jpg) no-repeat;
!important;
	line-height:127% !important;
}
.texto {
	color: #333333;
	font-family:arial;
	font-size:12px;
	line-height:145%;
}

#texto-contenido img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 7px;
}
.subtitulos {
	color: #7F7469;
	font-family: arial;
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
}
.subtitulos2 {
	color: #7F7469;
	font-family: arial;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
}
#columna_izquierda_interna {
margin-top:0;
padding-left:10px;
width:480px;
}

#columna_izquierda_interna h1 a {
	font-size: 36px;
	color: #000;
	margin-bottom: 15px;
}
#columna_izquierda_interna a:hover {
	text-decoration: none;
}
#columna_izquierda_interna h2 {
	border-bottom:1px dashed #999999;
	font-family:calibri, arial, helvetica, sans-serif;
	font-size:18px;
	margin-top:10px;
	text-decoration:none;
}
#columna_izquierda_interna h3 {
color:#000000;
font-family:arial,helvetica,sans-serif;
font-size:16px;
line-height:100%;
margin-bottom:3px;
margin-top:10px;
}
#minigaleria {
	text-align: center;
}
#minigaleria h2 {
	color: #515151;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
#minigaleria p {
	text-align: center;
}
#minigaleria img {
	text-align: center;
	margin: 5px;
	border: 2px solid #333333;
	padding: 1px;
}
#maxigaleria h2 {
	color: #515151;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
#maxigaleria {
background-color:#F2F2F2;
border:1px dotted #CCCCCC;
display:block;
float:left;
height:199px;
margin-bottom:9px;
margin-right:9px;
padding:4px;
text-align:center;
width:214px;
}


#maxigaleria img {
	text-align: center;
	margin: 6px;
	border: 2px solid #333333;
	padding: 2px;
}
#maxigaleria .maxigaleria-titulo {
	text-align: left;
}
#maxigaleria .maxigaleria-titulo a {
	color: #000;
	font-size: 12px;
}
#maxigaleria .maxigaleria-abrir {
	position: absolute;
	margin: 175px 0 0 165px;
	height: 20px;
	width: 53px;
}
#maxigaleria .maxigaleria-abrir a {
	background: url(../images/abrir-bot.gif) no-repeat;
	display: block;
	height: 20px;
	width: 53px;
margin-left:-11px;
}
#maxigaleria .maxigaleria-abrir a:hover {
	background-position: 0 -20px;
}
#gusgaleria {
	display: block;
	border: 1px solid #ccc;
	background-color: #EFF5FB;
	padding: 5px;
	text-align: center;
	margin: 5px;
	float: left;
}
#loc {
	margin-left: 10px;
}
#loc h2 {
	color: #515151;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
#columna_izquierda_interna_grande {
	padding-left: 10px;
	margin-top: 0;
	width: 545px;
}
#columna_izquierda_interna_grande_mas {
	margin-left:16px;
padding-left: 0px;
	margin-top: 0;
	width: 690px;
	text-align: left;
}
#columna_izquierda_interna_grande_mas h1 a {
	font-family:calibri, arial, helvetica, sans-serif;
	font-size: 36px;
	color: #242A0B;
	font-weight: normal;
	margin-bottom: 15px;
}
#columna_izquierda_interna_grande_mas a:hover {
	text-decoration: none;
}
#columna_izquierda_interna_grande_mas h2 {
	margin: 5px;
	font-size: 20px;
	color: #564739;
}
#columna_izquierda_interna_total {
	padding-left: 10px;
	margin-top: 0;
	width: 895px;
}
#columna_izquierda_interna_total h1 a {
	font-size: 26px;
	color: #564739;
	font-weight: bold;
	margin-bottom: 15px;
}
#columna_izquierda_interna_total a:hover {
	text-decoration: none;
}
#columna_izquierda_interna_total h2 {
	margin: 5px;
	font-size: 20px;
	color: #564739;
}
#columna_derecha_interna {
float:right;
margin:0 0 0 0;
padding:0;
width:229px;
}
#columna_derecha_interna_header {
	margin: 0;
	padding: 0;
	background: url(../images/interna_header.png) no-repeat;
	height: 36px;
	width: 229px;
}
#columna_derecha_interna_header2 {

background:#809E08 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Calibri,arial,sans-serif;
font-size:18px;
font-style:normal;
height:19px;
margin:3px 0 -10px 15px;
padding:8px;
text-align:left;
width:185px;

}
#columna_derecha_interna_header3 {
	margin: 0;
	padding: 0;
	background: url(../images/interna_header_interes.png) no-repeat;
	height: 36px;
	width: 229px;
}
#columna_derecha_interna_header4 {
}
#filtros {
	margin: 0;
	margin-top: 5px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	width: 90%;
	border: 1px solid #ccc;
}
#filtros h1 {
	font-size: 80%;
	text-decoration: underline;
	text-align: right;
}
#filtros .submit input {
	margin-left: 4.5em;
	width: 150px;
}
#filtros input {
border:1px solid #999;
color:#fff;
font-size:15px;
margin-left:1px;
padding:1px;
background-color:#809E08;

}


#filtros select {
border:1px solid #CCCCCC;
color:#333333;
font-size:13px;
padding:3px;
width:256px;

}
#filtros .submit input {
	color: #000;
	border: 2px outset #d7b9c9;
}
#localidades {
background-color:#EDF0E4;
border:1px solid #D6DBC6;
margin-bottom:10px;
margin-left:15px;
margin-top:10px;
padding:8px;
text-align:left;
width:80%;
}
#columna_derecha_interna_footer {
	margin: 0;
	padding: 0;
	height: 0px;
	width: 229px;
}
#localidades h1 {
	background:none repeat scroll 0 0 #CCCAB3;
	color:#628212;
	font-family:Calibri, arial, sans-serif;
	font-size:18px;
	font-style:italic;
	height:23px;
	margin:-8px 0 7px -8px;
	padding:8px;
	text-align:left;
	width:183px;
}
#localidades h3 {
	color:#628212;
font-family:calibri,arial,helvetica,sans-serif;
font-size:18px;
font-style:italic;
font-weight:normal;
margin-bottom:3px;
margin-top:-2px;
text-align:left;



}
#localidades p {
	color:#7A714D;
	width:100%;
}
#localidades span {
	text-align: center;
}
#separador {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #463626;
	text-align: right;
}
#columna_derecha_interna_2 {
	float: right;
	width: 229px;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#columna_derecha_interna_2 img {
	margin: 0;
	padding: 0;
	border: 0;
}
#columna_derecha_interna_2 img a {
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
}
#contenido_central_interna {
margin-left:10px;
text-align:left;
width:949px;
}
#pie {
	font-size: 12px;
	color: #988F86;
	padding-top: 10px;
	padding-bottom: 15px;
}
#pie p {
	margin: 2px 0;
	font-size: 11px;
}
#pie a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#pie .negrita {
	font-weight: bold;
}
#pie_centrado {
	margin-left: 10%;
}
/*
a.volver:link { text-decoration:none; font-size: 13px; color: #C131816; font-weight:bold;}
a.volver:visited { text-decoration: none; font-size: 13px; color: #C131816; font-weight:bold;}
a.volver:hover { text-decoration: underline; font-size: 13px; color: #C131816; font-weight:bold;}
a.volver:active { text-decoration: none; font-size: 13px; color: #C131816; font-weight:bold;}
*/
/*
 * Busqueda y resultados
*/

#buscar_interna {
}
#buscar_interna form {
}
#buscar_interna label {
	color: #424242;
	font-size: 90%;
}
#buscar_interna .submit input {
	margin-left: 4.5em;
}
#buscar_interna input {
	font-size: 16px;
	color: #6E6E6E;
	border: 1px solid #ccc;
	padding: 2px;
}
#buscar_interna .submit input {
	color: #000;
	border: 2px outset #d7b9c9;
}
#buscar_interna fieldset {
	width: 100%;
	margin-left: 20px;
	text-align: center;
}
#buscar_interna legend {
	color: #585858;
	background: #F2F2F2;
	border: 1px solid #BDBDBD;
	padding: 2px 6px
}
#buscar_interna h3 {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #ccc;
	color: #7F7469;
	margin-bottom: 10px;
	margin-top: 5px;
	text-decoration: none;
}
#buscar_interna ol {
	margin-left: 10px;
	list-style-position: inside;
}
#buscar_interna ol li {
	display: list-item; /* IE fix */
}
#buscar_interna li {
	vertical-align: top;
	margin-bottom: 10px;
}
#buscar_interna li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}
#buscar_interna .destacados {
	background-color: #ccc;
}
#resultado {
	margin-left: 10px;
	margin-top: 15px;
}
#resultado h2 {
	margin-top: 18px;
	margin-bottom: 6px;
	text-decoration: underline;
}
#resultado .recuadro {
	border: 1px solid #ccc;
	padding: 10px;
}
.item_resultado {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
#paginado {
	text-align: center;
	font-size: 16px;
	letter-spacing: 5px;
}
#menu_inferior {
	background: url(../images/piefondo.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin:-1px 1px 0px 0px;
	padding:40px 10px 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;/*border-top: 1px solid #ccc;*//*border-bottom: 1px solid #ccc;*/
}
#menu_inferior a {
color:#999999;
font-size:11px;
font-style:normal;
font-weight:normal;
margin-right:5px;
padding-left:5px;
}

}
#menu_inferior h7 {
color:#999999; 
font-size:11px; 
}

#menu_inferior a:hover {
	/*color: #000;*/
  text-decoration: underline;
}
#submenu {
	margin-top: 15px;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 10px;
}
#mapadelsitio {
	margin-top: 10px;
	margin-left: 25px;
	width: 80%;
}
#mapadelsitio ul {
	background-color: #F2F2F2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#mapadelsitio ul>li {
	margin-left: 30px;
}
.imagepreview {
	position: relative;
	visibility: visible;
	width: 150px;
	height: 150px;
	clip: rect(0,300px,300px,0);
}
/**** paginado ****/
#paginado {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0px;
}
#paginado a {
	font-size: 12px;
	color: #0174DF;
	margin-right: 7px;
}
#paginado span {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-right: 7px;
}
#contacto {
	width: 80%;
	margin-left: 10%;
	color: #000;
}
#contacto .formulario {
	color: #000;
}
#contacto label {
	color: #988F86;
	font-size: 100%;
}
#contacto .submit input {
	margin-left: 4.5em;
	padding: 10px;
}
#contacto input {
	color: #000;
	background: #E6E6E6;
	border: 1px solid #BDBDBD;
	height: 18px;
}
#contacto textarea {
	color: #000;
	background: #E6E6E6;
	border: 1px solid #BDBDBD;
}
#contacto .submit input {
	color: #988F86;
	background: #E6E6E6;
	border: 2px outset #BDBDBD;
}
#contacto fieldset {
	border: 1px solid #BDBDBD;
	padding: 7px;
}
#contacto legend {
	font-weight: bold;
	color: #988F86;
	background: #E6E6E6;
	border: 1px solid #BDBDBD;
	padding: 2px 6px
}
#respuesta_contacto {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}
#tabla_circuitos {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	height: 400px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 10px;
	vertical-align: top;
}
#tabla_circuitos td {
	vertical-align: top;
}
#tabla_circuitos p {
	vertical-align: top;
}
/**********
Galleriffy
**********/

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 30px 20px 0;
	list-style: none;
}
ul.thumbs .thumb-postal {
	background: #dbecf4 url(../images/postal.gif) no-repeat 5px center;
	line-height: 32px;
	padding-left: 45px;
	margin-top: 2px;
}
ul.thumbs .thumb-postal a {
	color: #756031;
}
a.thumb {
	/*padding: 2px;*/
	display: block;/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}
#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
/* Clases de errores y notificaciones */
.error, .notice, .success, .nota {
	padding:.8em;
	margin-bottom:1em;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-top-color:#FBC2C4;
	border-bottom-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-top-color:#FFD324;
	border-bottom-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-top-color:#C6D880;
	border-bottom-color:#C6D880;
}
.nota {
	background:#F2F2F2;
	color:#084B8A;
	border-top-color:#BDBDBD;
	border-bottom-color:#BDBDBD;
}
.error a {
	color:#084B8A;
}
.notice a {
	color:#084B8A;
}
.success a {
	color:#084B8A;
}
.nota a {
	color: #000;
	font-style: italic;
}
.tachado {
	text-decoration: line-through;
}
.login {
	vertical-align: middle;
}
#form_login {
	width: 200px;
	margin: 0;
	text-align: right;
}
#form_login .error {
	text-align: center;
}
#form_login form {
	text-align: left;
}
#form_login label {
	color: #424242;
	font-size: 90%;
}
#form_login .submit input {
	margin-left: 4.5em;
}
#form_login input {
	color: #6E6E6E;
	background: #EFF5FB;
	border: 1px solid #A9D0F5;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#form_login .submit input {
	color: #000;
	background: #EFF5FB;
	border: 2px outset #d7b9c9;
}
#form_login fieldset {
	border: 1px solid #D8D8D8;
	padding: 15px;
}
#form_login legend {
	color: #585858;
	background: #F2F2F2;
	border: 1px solid #BDBDBD;
	padding: 2px 6px
}
#form_login a {
	text-decoration: underline;
}
#form_login a:hover {
	text-decoration: none;
}
#postal {
	width: 95%;
	margin-left: 10%;
	color: #000;
}
#postal .formulario {
	color: #000;
}
#postal label {
	color: #988F86;
	font-size: 100%;
}
#postal .submit input {
	margin-left: 4.5em;
	padding: 10px;
}
#postal input {
	color: #000;
	background: #E6E6E6;
	border: 1px solid #BDBDBD;
	height: 18px;
}
#postal textarea {
	color: #000;
	background: #E6E6E6;
	border: 1px solid #BDBDBD;
}
#postal .submit input {
	color: #988F86;
	background: #E6E6E6;
	border: 2px outset #BDBDBD;
}
#postal fieldset {
	border: 1px solid #BDBDBD;
	padding: 7px;
}
#postal legend {
	font-weight: bold;
	color: #988F86;
	background: #E6E6E6;
	border: 1px solid #BDBDBD;
	padding: 2px 6px
}
#respuesta_postal {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}
.postal {
}
.postal .imagen {
	text-align: center;
}
.postal p {
	margin: 10px 0 !important;
	padding: 0 !important;
}
.postal form {
	margin-top: 20px;
	width: 400px;
	margin: 0 auto;
}
.postal label {
	width: 130px;
}
.postal label {
	float: left;
}
.postal label, .postal input.text, .postal input.textarea {
	display: inline-block;
	vertical-align: text-top;
}
.postal input.text, .postal textarea.textarea {
	border: 1px solid #b2b2b2 !important;
	background: #eeeeee;
	width: 250px;
	padding: 3px;
}
.postal input.submit {
	border: 1px solid #b1c775;
	background: #e7f1cf;
	color: #1f9fe0;
	padding: 3px 5px;
}
.video {
	padding-bottom: 10px;
	border-bottom: 2px solid #c3c1b5;
	margin-bottom: 20px;
}
.titulo-destacado {
	color:#FFFFFF;
	font-family:calibri, arial, helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	height:44px;
	padding:3px 21px;
	width:479px;

}
.fondo2 .otras-actividades-titulo {
background:transparent url(../images/home-col2-subtit-bg.jpg) no-repeat scroll 0 0;
color:#EAEAEA;
font-family:arial,helvetica,sans-serif;
font-size:15px;
font-style:italic;
font-weight:bold;
height:34px;
margin:15px 0 0;
padding:9px 30px;
width:479px;



}
.fondo2 .otras_actividades {
	height: 185px;
	overflow: auto;
}
.titulo-agenda {
background:transparent url(../images/home-col2-tit-bg.jpg) no-repeat scroll 0 0;
color:#FFFFFF;
font-family:arial,helvetica,sans-serif;
font-size:16px;
font-style:normal;
font-weight:bold;
height:34px;
padding:7px 22px;
width:480px;
}

.mini {
	border: none !important;
}
#busqueda {
	background:url("../images/buscar.jpg") no-repeat scroll 0 0 transparent;
	height:48px;
	margin: 10px 0 0 0;
	padding:25px 0 0;
	width:244px;
}
#busqueda img {
	float: right;
	margin:-2px 20px 0 0;
}
.buscar {
	background:none !important;
}
#busqueda-home {
	background:url("../images/buscar.jpg") no-repeat scroll 0 0 transparent;
	height:48px;
	margin:-8px 0 0 0;
	padding:25px 0 0;
	width:244px;
}
#busqueda-home img {
	float: right;
	margin:-9px 29px 0 0;
}
.recorrido {
	border-bottom:#666 dotted 1px;
	background:url(../images/recorridos-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#texto-contenido p {
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;

}
.clima {
	width:65px !important;
	margin:0 0 0 6px !important;
	padding:0 10px !important;
	height:70px !important;
}
#sonidos-tit-home {
	background:url("../images/home-col2-tit-bg.jpg") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	font-family:calibri, arial, helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	height:42px;
	padding:2px 21px;
	width:479px;
}
#player {
	background:url("../images/home-col2-bg.jpg") repeat-y scroll 0 0 transparent;
	height:175px;
	margin-bottom:5px;
	margin-right:10px;
	padding:0;
	width:480px;
}

.usuario_nuevo{border-collapse: collapse; border-color: #c6c6c6; border: 1px solid #c6c6c6; font-size: 14px; padding: 0 0 3pt 0; margin: 0; padding: 0; margin-left: 0px; margin-right: 0px; padding-left: 2px; padding-right: 2px;  line-height: 24px; border-spacing: 0; font-family: Calibri, Arial, Helvetica, sans-serif; height: 22px; background-color: rgb(255,255,255);}
.usuario_nuevo_c:link {color:#769102; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal;}
.usuario_nuevo_c:visited {color:#769102; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal;}
.usuario_nuevo_c:hover {color:#000000; text-decoration:underline; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal;} 
.sesionc:link {color:#b2d235; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal;}
.sesionc:visited {color:#b2d235; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal;}
.sesionc:hover {color:#c3df57; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal;} 
.titulo_concurso{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; color:#769102; font-weight:bold;}
.titulo_concurso3{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; color:#769102; font-weight:bold;}
.titulo_concurso2{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; color:#000000; font-weight:bold;}
.titulo_unuevo{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; color:#769102; font-weight:bold;}
.cuerpo_concurso{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color:#2A2A2A;}
.cuerpo_concurso_link:link {color:#000000; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;}
.cuerpo_concurso_link:visited {color:#000000; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;}
.cuerpo_concurso_link:hover {color:#769102; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;} 
.cuerpo_concurso2{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; color:#2A2A2A;}
.cuerpo_concurso2_link:link {color:#769102; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal;}
.cuerpo_concurso2_link:visited {color:#769102; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal;}
.cuerpo_concurso2_link:hover {color:#666666; text-decoration:underline; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal;} 
.cuerpo_concurso3{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color:#2A2A2A;}
.cuerpo_concurso3_link:link {color:#769102; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;}
.cuerpo_concurso3_link:visited {color:#769102; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;}
.cuerpo_concurso3_link:hover {color:#666666; text-decoration:underline; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;} 
.cuerpo_unuevo{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color:#2A2A2A;}
.cuerpo_unuevo2{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color:#2A2A2A;}
.nuevocodigo{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#7D7D7D;}
.nuevocodigo:link {color:#93a934; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal;}
.nuevocodigo:visited {color:#93a934; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal;}
.nuevocodigo:hover {color:#000000; text-decoration:underline; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal;} 
.videolink:link {color:#769102; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;}
.videolink:visited {color:#769102; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;}
.videolink:hover {color:#000000; text-decoration:underline; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;} 
.alerta_usuario{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color:#FF0000;}
.posicionamiento:link {color:#809e08;font-family: Arial, Helvetica, sans-serif; font-size: 6px;background: #809e08 repeat-y top; text-decoration:none;}
.posicionamiento:visited {color:#809e08;font-family: Arial, Helvetica, sans-serif; font-size: 6px;background: #809e08 repeat-y top; text-decoration:none;}
.posicionamiento:hover {color:#809e08;font-family: Arial, Helvetica, sans-serif; font-size: 6px;background: #809e08 repeat-y top; text-decoration:none;} 

table.tablaverde {
	border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #769102;
	border-collapse: collapse;
	background-color: white;
}
table.tablaverde th {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: #769102;
	background-color: white;
	-moz-border-radius: ;
}
table.tablaverde td {
	border-width: 3px;
	padding: 5px;
	border-style: solid;
	border-color: #769102;
	background-color: white;
	-moz-border-radius: ;
}

table.tablaconcurso {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #769102;
	border-collapse: collapse;
	background-color: white;
}
table.tablaconcurso th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #769102;
	background-color: white;
	-moz-border-radius: ;
}
table.tablaconcurso td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #769102;
	background-color: white;
	-moz-border-radius: ;
}


table.tablasimple {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: collapse;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
table.tablasimple th {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius: ;
}
table.tablasimple td {
	border-width: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius: ;
}
.margencero{margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;}
#destacado_rally {
width: 450px;
height: 88px;
top: 0px;
left: 0px;
margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;
}

.tucumanx {font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; color:#696969; font-weight: bold;}
.tucuman:link {color:#FFFFff; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: bold;}
.tucuman:visited {color:#FFFFff; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: bold;}
.tucuman:hover {color:#000000; text-decoration:underline; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: bold;} 

.facebook:link {color:#5e5a40; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-style: normal;}
.facebook:visited {color:#5e5a40; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-style: normal;}
.facebook:hover {color:#2d4a96; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-style: normal;} 

.nuevopiex {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#727272;  font-weight: normal;line-height: 1.5;}
.nuevopie:link {color:#727272; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal;}
.nuevopie:visited {color:#727272; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal;}
.nuevopie:hover {color:#000000; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal;} 

.tucuman_menux {font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color:#ffffff;  font-weight: normal;line-height: 1.2;}
.tucuman_menu:link {color:#ffffff; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;}
.tucuman_menu:visited {color:#ffffff; text-decoration:none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;}
.tucuman_menu:hover {color:#B6B6B6; text-decoration:underline; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;} 

.agenda_titulo1:link {color:#000000; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold;}
.agenda_titulo1:visited {color:#000000; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold;}
.agenda_titulo1:hover {color:#809e08; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold;} 
.agenda_fecha1 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic; color:#000000;  font-weight: normal;}
.agenda_cuerpo1 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#6C6C6C;  font-weight: normal;}

.agenda_titulo2:link {color:#809e08; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}
.agenda_titulo2:visited {color:#809e08; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;}
.agenda_titulo2:hover {color:#000000; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold;} 
.agenda_fecha2 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; color:#414141;  font-weight: normal;}
.agenda_cuerpo2 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#585858;  font-weight: normal;}

.agenda_leyenda {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#585858;  font-weight: normal;}
.verano2012_lugar {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color:#ffffff;  font-weight: normal; font-weight: bold;}

table.tablasimplex {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: collapse;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
table.tablasimplex th {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius: ;
}
table.tablasimplex td {
	border-width: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-bottom: solid;
	border-bottom-color: #838383;
	border-bottom-width: 1px;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius: ;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}


/* Container DIV */
.simply-scroll { 
	width: 941px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 941px;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 169px;
	height: 200px;
}

