H1 {
	color: #669900;	
}


H2 {
	color: #669900;
}

.Color {
	color: #669900;
}

	.Color A {
		color: #669900;
		text-decoration: underline;
	}

A {
	color: #669900;
	text-decoration: underline;
}

A:hover {
	color: #669900;
	text-decoration: underline;
}

.Fondo {
	background: #669900;
}

.Bloque2Col .Res H1 A {
	text-decoration: underline;
	color: #669900;
}

.Separador {
	font-weight: bold;
	color: #fff;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;	
	font-size: 14px;
	background: #669900;	
}

/*########## Submenu1: Guías Turísticas #############*/

.Submenu1 {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
	background: #669900;
	clear: both;
}

.Submenu1 UL {
	list-style: none;
}

.Submenu1 UL LI {
	float: left;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	word-spacing: -1px;
}

.Submenu1 UL LI A {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0 7px;
}

.Submenu1 UL LI A:hover {
	background: #4D7300;
	padding: 0 7px;
	color: #FFF;
	text-decoration: none;
}

.Submenu1 UL LI A.Seleccionado {
	background: #4D7300;
	padding: 0 7px;
}

/*########## Submenu2: Guías Turísticas #############*/

.Submenu2 {
	width: 900px;
	height: 25px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	clear: both;
	
}

.Submenu2 UL {
	list-style: none;
}

.Submenu2 UL LI {
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	word-spacing: -1px;
}

.Submenu2 UL LI A {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0 7px;
}

.Submenu2 UL LI A:hover {
	color: #4D7300;
	text-decoration: underline;
	padding: 0 7px;
}

.Submenu2 UL LI A.Seleccionado {
	color: #4D7300;
	text-decoration: underline;
	padding: 0 7px;
}

/*########## Como Llegar #############*/


.LineaBus {
	width: 100%;
}

.LineaBus TH {
	background: #4D7300;
	color: #FFF;
	padding: 2px;
}


.LineaBus TD {
	text-align: center;
	padding: 5px;
	background: #E1EBCD;
	color: #4D7300;
	font-weight: bold;
}

.LineaInterBus {
	width: 100%;
}

.LineaInterBus TH.TopTabla {
	background: #E1EBCD;
	color: #4D7300;
	padding: 4px;

}

.LineaInterBus TH {
	background: #4D7300;
	color: #FFF;
	padding: 2px;
}

.LineaInterBus TD {
	text-align: center;
	padding: 5px;
	background: #E1EBCD;
	color: #4D7300;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid white;
}


/*########## Temperaturas Medias #############*/


.Temperaturas {
	width: 50%;
	margin: 0 auto;
}

.Temperaturas TH {
	background: #4D7300;
	color: #FFF;
	border-bottom: 1px solid white;
	padding: 2px;
}


.Temperaturas TD {
	text-align: center;
	padding: 5px;
	background: #E1EBCD;
	color: #4D7300;
	font-weight: bold;
	border-bottom: 1px solid white;
}

.Temperaturas TD.Mes {
	text-align: left;
	padding: 5px;
	background: #E1EBCD;
	color: #4D7300;
	font-weight: bold;
}

/*########## Que necesito saber #############*/


.QueNecesito {
	width: 100%;
	margin: 20px auto;
}

.QueNecesito TH {
	background: #4D7300;
	padding: 5px;
	color: #FFF;
	border-bottom: 1px solid white;
	font-size: 14px;
}


.QueNecesito TD {
	text-align: left;
	padding: 5px;
	background: #E1EBCD;
	color: #4D7300;
	font-weight: bold;
	border-bottom: 1px solid white;
}

.QueNecesito TD.Dato {
	text-align: left;
	padding: 5px;
	background: #E1EBCD;
	color: #666;
	font-weight: normal;
}

.Oculto {
	background: #e1ebcd;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	color: #4D7300;
}

.Oculto P {
	color: #4D7300;	
}

.Oculto OL.ListaNumerada {
	margin-left: 30px;
	list-style-type: decimal;
}

.Oculto OL.ListaNumerada LI {
	padding-bottom: 10px;
}

/*#### TOOLTIPS ################################################################################*/	

.Tip A {
	padding: 0 3px;
	background: #e1ebcd;
	text-decoration: none;
	color: #4D7300;
	font-weight: bold;
}

.Tip A:hover {
	
	text-decoration: none;
}

.Tip A.Tooltip SPAN {
	font-size: 11px;
	display: none;
	font-weight: normal;
	padding: 10px;
	width: 250px;

}

.Tip A.Tooltip:hover SPAN {
	display: inline;
	position: absolute;
	background: #e1ebcd;
	color: #666;
	border: 3px solid #e2e2e2;
}


.Oculto SPAN.Tip A {
	font-weight: bold;
	background: #FFF;
	text-decoration: none;
}

.Oculto SPAN.Tip A:hover {
	background: #FFF;
	color: #4D7300;
	
}

.Oculto SPAN.Tip A.Tooltip:hover SPAN {
	display: inline;
	position: absolute;
	background: #FFF;
	border: 3px solid #e2e2e2;
	color: #666;
	font-weight: normal;
}


.Navegacion {
	float: left;
}
		
.Navegacion .VolverEvento {
	padding: 5px 15px 5px 25px;
	background: #669900 url(/imagenes/12_anterior.gif) no-repeat 5px center;
	font-weight: bold;		
}

