html {
	overflow-y: scroll;
}
body {
	background-image:  url(../g/h_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	color: #366A9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
}
.Estilo2 {
	font-size: 12px}
.Estilo3 {
	font-size: 12px;
	color: #366A9C;
	font-weight: bold;
}
.Estilo4 {
	font-size: 14px;
	color: #366A9C;
	font-weight: bold;
}
.Estilo5 {
	font-size: 11px;
	color: #FFFFFF;
}
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #ffffff;
	border: 1px solid #8BB1D8;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*******Links pred de text*******/
a:link {
	color: #366A9C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #366A9C;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #366A9C;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #366A9C;
}

/*******Links de menu*******/
a.menu:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}
a.menu:visited {
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}
a.menu:hover {
	text-decoration: underline;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}
a.menu:active {
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}

/*******Links de header*******/
a.header:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	color: #FFFFFF;
}
a.header:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;		
	color: #FFFFFF;
}
a.header:hover {
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;		
	color: #FFFFFF;
}
a.header:active {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;		
	color: #FFFFFF;
}

/*******Links de mapa web*******/
a.map:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #666666;
}
a.map:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;		
	color: #666666;
}
a.map:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;		
	color: #666666;
}
a.map:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;		
	color: #666666;
}

label {display:block;}
.boton{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#366A9C;
	background:#fff;
	border:0px;
	width:60px;
	height:19px;
}