.TxtWhiteFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.FormTxt {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}
/**** Menu Lateral ***/

a.menu{
	color:#8EA7AE;
}

a.menu:hover{
	color:#B3D2DB;
}

a.menu:visited{
	color:#8EA7AE;
}

a.menu:active{
	color:#8EA7AE;
}

/**** /Menu Lateral ***/
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	outline:none;
}

.TextoFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #163444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.TxtContenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-transform: none;
}

.TxtContenido2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-transform: none;
}

a.tour:link{
	width:186px;
	height:46px;
	cursor:pointer;
	display:block;
	margin:auto;
	text-indent:-99999px;
	background: url(/images/tour.png) no-repeat top;
}

a.tour:hover{
	background: url(/images/tour.png) no-repeat bottom;
}

a.tourEN:link{
	width:186px;
	height:46px;
	cursor:pointer;
	display:block;
	margin:auto;
	text-indent:-99999px;
	background: url(/images/tourEN.png) no-repeat top;
}

a.tourEN:hover{
	background: url(/images/tourEN.png) no-repeat bottom;
}