/* CSS Document */

 body{
text-align:center;
margin:0 auto;
margin-top: 100px;
}

#contenedor{
margin: 0 auto;
text-align:left;
width:70%;
}

p{
   color:#666666;

}

a {
	color: #993300;
	text-decoration: none;  

}

a:hover {
   text-decoration: none;  
   color: #666666;

}