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

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	background-image: url(../img/fondo_home0.jpg);
	background-position: center top;
	background-color: #FFFFFF;
	background-repeat:  repeat-x;
}
#continente {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background-image: url(../img/fondo_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#centro {
	margin: 0 0 15px 0;
}

#side-a {
	float: left;
	width: 350px;
	margin-top: 120px;
	text-align: center;
	color: #003175;
	font-size: 12px;
	margin-left: 30px;
	font-weight: bold;
}
#side-a a:link, #side-a a:active, #side-a a:visited {
color: #1c59aa;
text-decoration : none;
}
#side-a a:hover {
text-decoration : underline;
color: #666666;

}
#side-b {
	float: left;
	width: 410px;
	margin-top: 120px;
	margin-left: 110px;
	text-align: right;
	color: #003175;
	font-size: 12px;
	font-weight: bold;
}
#side-b a:link, #side-b a:active, #side-b a:visited {
color: #1c59aa;
text-decoration : none;
}
#side-b a:hover {
text-decoration : underline;
color: #666666;

}
#imgtrans {
	clear: both;
	text-align: right;
	padding-top: 90px;
	vertical-align: bottom;
}
#footer {
	clear: both;
	text-align: right;
	padding-top: 20px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #666666;
	text-decoration : none;
}
#footer a:hover {
text-decoration : underline;
color: #666666;

}
#dir {
	clear: both;
	text-align: center;
	padding-top: 50px;
	color: #000000;
}
#dir a:link, #dir a:active, #dir a:visited {
color: #000000;
text-decoration : none;
}
#dir a:hover {
text-decoration : underline;
color: #666666;

}
#w3c {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	margin-bottom: 15px;
}
#w3c a:link, #w3c a:active, #w3c a:visited {
	color: #666666;
	text-decoration : none;
}
#w3c a:hover {
text-decoration : underline;
color: #24adf5;
}
/**/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
visibility: hidden;
z-index: 10;
/*cursor: hand;*/
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 12px Arial;
	line-height: 1.1em;
	color: #000000;
	text-align: left;
	text-indent: 20px;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}


#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	padding: 5px;
	z-index: 5;
	background-repeat: no-repeat;
}
/**/
.euskera{
	font-style: italic;
	color: #000000;
}

.euskera a:link{
	color: #000000;
	font-weight: normal;
}

