@charset "utf-8";
/* CSS Document */

body {
	background:#FFFFFF;
	}
	
#principal {
	margin:0 auto;
	margin-top:100px;
	}
	
#textoprincipal {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	}

#textosecundario {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	}
