@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}


.images {
	margin: 8px;
	padding: 0px;
}
.col-noticias {
	background-image: url(../templates/qmimages/bg.gif);
	background-repeat: repeat-x;
}
.columna-superior {
	background-image: url(../templates/images/centrosuperior.gif);
	background-repeat: repeat-x;
}
.col-inferior {
	background-image: url(../templates/images/inferior.gif);
	background-repeat: repeat-x;
}
.lateral-izq {
	background-image: url(../templates/images/lateralizq.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.centro {
	background-image: url(../templates/images/centro.gif);
	background-repeat: repeat;
}
.lateral-derecho {
	background-image: url(../templates/images/lateralderecho.gif);
	background-repeat: repeat-y;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000099;
	text-align: center;
}
.texto-noticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF3300;
	font-weight: bold;
	text-align: center;
}
.texto-descargas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	font-weight: bold;
	text-align: left;
}
.texto-titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
}
.texto-reseña {
	font-size: 10px;
	font-weight: normal;
	color: #000099;
}
