@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

img {
 border:none;	
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
html, body {
	width:100%;
	height:100%;
	background:#FFF url(../img/background_home.jpg) top repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:1em;
	}
	
.spacer{clear:both; height:1px;}

#contenido {
	width:100%;
	height:400px;
	position: absolute;
	top: 50%;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -200px;
	/* Half the height of the DIV tag which is also 50 pixels */
}
#central {
	width:600px;
	height:79px;
	margin:0 auto;
	
}

#central h1 {
	display:block;
	float:right;
	background:url(../img/titulo.jpg) no-repeat;
	width:532px;
	height:79px;
	text-indent:-3000px;
}

#barra{
	width:100%;
	height:100px;
	margin-top:95px;
	background:url(../img/background_barra.jpg) bottom repeat-x;
}
#barra .idiomas{
	position:relative;
	width:600px;
	height:80px;
	margin:0 auto;
}
#barra .idiomas span{
	position:absolute;
	text-align:right;
	display:block;
	width:154px;
	left: 0;
	top: 20px;
	font-size: 0.8em;
	
}
.banderas {
	position:absolute;
	right:0;
}
.banderas li{
	display: inline;
	list-style-type: none;
	width:128px;
}
.banderas li a{
	display:block;
	float:left;
	width:128px;
	height:80px;
	text-indent:-3000px;
	margin-left:20px;
}
.banderas li a#idioma1{
	background:url(../img/bandera_esp.gif) left top no-repeat;
}
.banderas li a#idioma1:hover{
	background:url(../img/bandera_esp.gif) left -80px no-repeat;
}
.banderas li a#idioma2{
	background:url(../img/bandera_inglesa.gif) left top no-repeat;
}
.banderas li a#idioma2:hover{
	background:url(../img/bandera_inglesa.gif) left -80px no-repeat;
}
.banderas li a#idioma3{
	background:url(../img/bandera_letonia.gif) left top no-repeat;
}
.banderas li a#idioma3:hover{
	background:url(../img/bandera_letonia.gif) left -80px no-repeat;
}

#footer {
	width:610px;
	height:auto;
	margin:35px auto 0 auto;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	
}

