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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#contenedor {
	margin-top: -200px;
	margin-left: -400px;
	position: absolute;
	top: 50%;
	left: 50%;		
	}
	
#home {
	width: 800px;
	height: 400px;
	}
	
#contenedor #home #logo{
	margin-top: 57px;
	width: 800px;
	height: 254px;
	}	

#contenedor img {
	float: left;
	margin-left: 278px;
	}

#contenedor #texto1 {
	text-align: center;
	line-height: 8px;
	padding-top: 90px;
	}
	
#contenedor #texto2 {
	color: #666666;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 50px;
	}
		
#contenedor #idiomas {
	padding-top: 5px;
	text-align: center;
	}	


#contenedor a{
	color: #5C5C5C;
	text-decoration: none;
	}
		
#contenedor a:hover{
	color: #0099FF;
	text-decoration: none;
	}	