
body{ 
     margin:0; 
	 padding:0; 
	 background-color:#000000; 
	 font-family: 'Arial Narrow', sans-serif; 
	 text-align: center; 
	 color: #ffffff }

a{ color:#ffffff; 
   text-decoration: none;}

a:hover{text-decoration: underline;}

#contenedor{ 
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 60px;
    width: 100%;
}


h1{ 
   background: url("../img/logo.png") no-repeat scroll center top transparent;
    display: block;
    height: 40px;
    margin-bottom: 60px;
    padding: 0;
    width: 100%;
} 

h1 span{ display:none; }
		
	
p{ font-size: 16px; }

h2{ font-size: 20px; 
    font-weight: bold; 
	width: 100%;}


