/* INTRO */
#intro {
position:relative;
top:125px;
/*border: thin solid blue;*/
}

#visitarweb{
position:relative;
top: 120px;
}

#visitarweb a:link, #visitarweb a:active, #visitarweb a:visited {
	color:#542721;
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#663333;
	text-decoration:underline;
}

#visitarweb a:hover {
text-decoration:none;
}
/* FIN INTRO */



html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 