/* Cascade DTP V4 - Style Sheet */
body {
	background-color: #2BA9B0;
	background-image: url(images/fondopres.gif);
	background-position: center;
   background-repeat: repeat-x;
	text-align: center;
	font-family:  Arial, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

A:link {
	COLOR: #00D4D7;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #00D4D7;
	TEXT-DECORATION: none;
}

A:hover {
	COLOR: #F1D404;
	TEXT-DECORATION: none;

}
A:active {
	COLOR: #F1D404;
	TEXT-DECORATION: none;

}

#contpres{
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

