body {
	margin: 0 0 20px 0;
	font-family: "arial";
	font-size: 13px;
	background-color: white;
}

h1 {
	color: #FF017F;
	font-family: "arial";
	font-size: 16pt;
	padding-bottom:10px;
	font-weight:bold;
}

h2 {
	color: #333333;
	font-family: "arial";
	font-size: 14pt;
	padding-bottom:10px;
	font-weight:bold;
}

h3 {
	color: #FF017F;
	font-family: "arial";
	font-size: 14pt;
	padding-bottom:10px;
	font-weight:bold;
}

hr {
	height: 1px;
	color: #ccc;
	border: dotted;
}

a:link, a:visited, a:hover {
	color: #FF017F;
	text-decoration: none;
}

a:hover {
	color: #3366FF;
	text-decoration: none;
}

td {
	text-align:left;
	font-family: "arial";
	font-size: 13px;
	color:#000;
}

#cabecera {
	background-color: #fff;
	background-image:url(images/cabecera.jpg);
	margin-right: auto;
	margin-left: auto;
	width: 907px;
	height: 205px;
}

#cuerpo {
	width: 907px;
	margin-right: auto;
	margin-left: auto;
}

#contenido {
	background-color: #fff;
	width: 865px;
	padding-top: 30px;
	color: #000;
	font-size:13px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #999999;
	border-top:5px solid black;
	border-bottom:5px solid black;
	margin-bottom:5px;
	margin-top:5px;
}

#pie {
	background-color: #FF017F;
	margin-right: auto;
	margin-left: auto;
	width: 907px;
	height: 50px;
	text-align: center;
	font-size: 13px;
	color:#000;
	padding-top:5px;
}
