/* 
Hoja de Estilos para Layout Centrado de 1 Columna con Cabecera

Libreria de Layouts es un proyecto de USEME.
http://www.useme.cl/layouts

Obra bajo licencia Creative Commons  Atribuciżn-LicenciarIgual 2.0
http://www.creativecommons.cl/cc/deeds/by-sa.html

*/




/*  Estilos basicos de TEXTO */

body{	
	font-size: 76%;
	color: #b5bfb4;
    background:#090909;
	font-family: "Arial", sans-serif,Verdana;
}

h1{
	margin:0;
	padding:5px;
	font-family: "Arial", sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color:#fff;
}





body{
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	}
	
#contenedor{
	margin:auto;
	padding:0;
	border:0;
	width:1000px;  /*  Ancho total del layout  */
	text-align:center;
	}

#cuerpo{
	margin:auto;
	padding:0;
	border:0;
	width:100%;
	min-height:400px;
	clear:both;
	background:#090909; /*  Color del Cuerpo  */
	text-align:center;
	}
	
#cuerpo img{
	border:0;
	margin-top:30px;
    margin-bottom:15px;
	}

#pie{
margin-top: 20px;
}

	
#pie a{
	color:#b5bfd4;
	font-family: "Arial", sans-serif,Verdana;
	text-decoration:none;
	font-weight: bold;
	}

a:hover {
	text-decoration:underline;	
}
