/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #000000;	
}
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.contenedor {
	margin: 0 auto;
	width: 760px;
}
.cabecera {
	width: 760px;
	height: 510px;
	background: url(../images/foto.jpg) no-repeat top;
	border-bottom: 5px solid #990000;
}
.contenido {
	font-size: 9pt;
	line-height: 16pt;
	text-align: justify;
	padding-top: 20px;
}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.left {
	clear: both;
	float: left;
	width: 350px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
}
.right {
	float: left;
	width: 350px;
	padding-left: 20px;
	padding-right: 10px;
}
.myspace {
	float: right;
}
.music {
	padding-top: 0px;
	padding-bottom: 13px;
}
.titulo {
	font-size: 10pt;
	font-weight: bold;
}
blockquote {
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
}
.pie {
	width: 760px;
	border-top: 5px solid #990000;
	padding-top: 15px;
	clear: both;
	text-align: center;
	font-size: 8pt;
}
.texto-pequenho {
	font-size: 8pt;
}
.encuesta-grande {
	width: 300px;
}
.encuesta-mediano {
	width: 200px;
}
.encuesta-pequenho {
	width: 100px;
}
.encuesta-temas {
	width: 300px;
	_margin-bottom: -5px;
}
.boton-formulario {
	width: 150px;
	height: 150px;
	float: right;
	margin-top: 360px;
	cursor: pointer;
} 