@charset "utf-8";
/* CSS Document */

body {
	background-color: #35193D;
	margin-right: auto;
	margin-left: auto;
}
#centrar {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}a:link {
	color: #FFF;
	text-decoration: none;
}#noticiasCentradas {
	background-color: #000;
	width: 886px;
	border: 1px solid #FFF;
	text-align: center;
	margin: auto;
}
#noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	width: 800px;
	text-align: justify;
	font-weight: normal;
	line-height: 20px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #BC84CC;
	text-align: left;
	width: 800px;
	text-indent: 20px;
	margin-top: 20px;
	margin-right: 10px;
}
#formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.formuRelleno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #FFF;
	background-color: #CFADE7;
}
