@charset "UTF-8";
/* CSS Document */


body {
	background-color: #2e3b7a;
}
body,td,th {
	color: #000;
	font-family: 'Verdana';
	font-size: 18px;
	font-weight:lighter;
	letter-spacing:1px;
}
.h1 {
	font-family:'Comic Sans MS';
	font-size:30px ;
	font-weight:lighter;
}
@font-face {  
font-family: "Elgethy Bold";  
src: url(http://www.exploradorespatagonia.com/web/fonts/Elgethy Bold.ttf) format("truetype");  
}  
.idioma {
	color: #E7C300;
	font-family: 'Verdana';
	font-size:11px;
	font-weight:lighter;
	letter-spacing: 1px;
	cursor: inherit;
}
.idioma a:hover {
	text-decoration: none;
	color: #E7C300;
}
.url {
	color:#669900;
	font-family: 'Gruppo';
	font-size:23px;
	font-weight:lighter;
	text-shadow: 1px 1px 1px #000;
	cursor: default;
}
.url a:link {
	color:#669900;
}
.url a:hover {
	color:#669900;
}
.url a:active {
	color:#690;
}
.url a:visited {
	color:#690;

}
.menu {
	color: #FFF;
	font-family: 'Gruppo';
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: lighter;
}
.menu2 {
	color: #414790;
	font-family: 'Gruppo';
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: lighter;
	text-shadow: -4px 4px 4px #000
}
.menu2 a:hover {
	text-decoration: none;
	color: #690;
}
.menu3 {
	color: #F90;
	font-family: 'Verdana';
	font-size: 13px;
	letter-spacing: 1px;
	font-weight:100;
}
.menu3 a:link {
	text-decoration:none;
	color:#F90;
}
.menu3 a:hover {
	text-decoration: none;
	color:#FFF;
}
.menu3 a:active {
	text-decoration: underline;
	color:#F90;
}
.menu3 a:visited {
	text-decoration:none;
	color:#F90;
}
.menu4 {
	color:#000;
	font-family: 'Verdana';
	font-size: 8px;
	letter-spacing: 1px;
	font-weight:100;
}
.menu4 a:link {
	text-decoration:none;
	color:#000;
}
.menu4 a:hover {
	text-decoration: none;
	color:#000;
	text-decoration:underline;
}
.menu4 a:active {
	text-decoration: none;
	color:#000;
}
.menu4 a:visited {
	text-decoration:none;
	color:#000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #E7C300;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
.texto {	
	color: #333;
	font-family: 'Arial';
	font-size: 13px;
	letter-spacing: 1px;
	font-weight:lighter;
}
.titulo {	
	color:#2e3b7a;
	font-family: 'Arial';
	font-size: 13px;
	letter-spacing: 1px;
	font-weight:lighter;
}
.derechos {
	color:#FFF;
	font-family:'Arial';
	font-size:10px;
	font-weight:400;
}