/* CSS Document */
.texfield-encuesta
{
	font-size: 12px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texarea-encuesta
{
	font-size: 12px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 150px;
}
.link-encuesta
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	background-color: #20389B;
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;

}
.link-encuesta:hover
{
	color: #000000;
	background-color: #FEAC00;

}
.link-opinion
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
