@charset "utf-8";
/* CSS Document */

body, html {
	text-align: center;	
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #00284A;
}
h1 {
	margin-bottom: 100px;
}
p {margin: 10px 0;}
#contenedor {
	width: 760px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0 auto 0 auto;
	padding: 100px 0 200px 0;
}
