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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #383838;
	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{
	padding-top: 70px;	
	margin-left: 300px;
	width: 200px;
	height: 200px;
	}	



#contenedor #texto1 {
	width: 800px;
	margin-top: 150px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 16px;
	}
	
#contenedor #texto2 {
	width: 800px;
	margin-top: 5px;
	text-align: center;
	line-height: 16px;
	}
/*	
#contenedor #texto2 a{
	color: #5C5C5C;
	text-decoration: none;
	}
		
#contenedor #texto2 a:hover{
	color: #0099FF;
	text-decoration: none;
	}	

*/