body {
	margin:0px;
	padding:0px;	
}

#wrapper{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding-top:20px;
	height:auto;
	float:left;
}


#barra_azul{
	position:absolute;
	top:190px;
	left:0px;
	z-index:1;
	width:100%;
	height:185px;
	background-image:url(../images/index_blue_band_background.png);
	background-repeat:repeat-x;
}

#total_container{
	position:relative;
	z-index:2;
	width:800px;
	height:477px;
	background-image:url(../images/index_square_container_background.png);
	border:1px solid #a3c8ed;
}

#container{
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:477px;
	background-image:url(../images/index_square_background.png);
}

#logo{
	position:absolute;
	top:90px;
	left:90px;
}

#video{
	position:absolute;
	top:20px;
	right:20px;
}

#vinculos{
	position:absolute;
	left:10px;
	bottom:8px;
	width:780px;
	height:132px;
	background-image:url(../images/index_square_botonera_background.png);
}

#vinculos ul{
	padding:0px;
	margin:0px;
	width:100%;
	height:132px;
	list-style-type:none;
	float:left;
}

#vinculos ul li{
	padding:0px;
	margin:0px;
	padding-top:45px;
	height:87px;
	width:154px;
	text-align:center;
	float:left;
	font-family: Georgia,serif;
	font-size:0.9em;
	border-left:1px solid #194B7B;
	border-right:1px solid #14385C;
}

#vinculos ul li a{
	text-decoration:none;
}

#vinculos ul li:hover{
	background-image:url(../images/index_square_botonera_cada_boton_background_lastone_hover.png);	
}

.links_esp{
	color:#fff;	
}

.links_eng{
	color:#2367ab;
}
