@charset "iso-8859-2";
.titulo {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #220807;
}
.txt {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.vermas {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 30px;
	text-align: right;

}
.vermas:hover {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	color: #FF00FF;
	height: 30px;
	text-align: right;
	width: 550px;
}
.borde {
	border: 2px solid #666666;
}
a {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 30px;
	text-align: right;
	decoration: none;
}
a:hover {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	color: #FF00FF;
	height: 30px;
	text-align: right;
	width: 550px;
}
.borde_top_bottom_blanco {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.form {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #220807;
}
.botones {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #220807;
	background-color: #ECE9D8;
	border: 1px solid #FF00FF;
}
.txtBlanco {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.tituloBlanco {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

