/* CSS Document */
body {
	background-color:  #FFFFFF;
}
.titulo { 
	background-color: #E1EBEE;
	font-family: "Arial";
	font-size: 13px;
	text-transform:uppercase;
	color: #c9e613;
	text-align: center;
	letter-spacing:-1px;
	font-weight:bold;
	font-style: italic;
}
.Estilo4 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #EC8EC4;
}
.Estilo5 {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #EC8EC4;
}
.Estilo8 {font-family: "Trebuchet MS"; font-size: 9px; color: #4D9598; font-style: italic; }
.Estilo9 {
	color: #1C8B9C;
	font-weight: bold;
}
a:link {
	color: #FF5151;
	cursor: default;
	text-decoration: none;
}
a:visited {
	color: #FF5151;
	cursor: default;
	text-decoration: none;
}
a:hover {
	color: #DEB0CA;
	cursor: default;
	text-decoration: none;
}
a:active {
	color: #DEB0CA;
	cursor: default;
	text-decoration: none;
}
.borde {
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #fddeee;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
.borde:hover { 
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #E0688D;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

