/*
MAGENTA -> #8c214a
*/
a {
	color:#000000;
	text-decoration:none;
	border: 1px dotted #FFFFFF;
}
a:hover {
	/*color: #8c214a;*/
    color: #000000;
	border: 1px dotted #8c214a;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #f3e9ed;*/
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 46em;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; 
	position: relative;
}
#capa1 { /*FOOTER*/
	/*display: none;*/
	position:absolute;
	bottom:0;
	left:0;
	width:800px;
}
#capa2 { /*HEADER*/
	/*display: none;*/
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height: 178px;
}
#capa3 { /*LOGOS*/
	/*display: none;*/
	position:absolute;
	top:10px;
	left:500px;
	width:300px;
}
#info {
	/*display: none;*/
	padding-right:80px;
	position:absolute;
	top:189px;
	left:0px;
	width:720px;
	height:335px;
	overflow:auto;
}
h2 {
	color:#8c214a;
}
h1 {
	color:#FFFFFF;
}
p {
	font-size:10px:
}
