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

body {
	font-family:  Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	/*color: #505252;*/
	color:#00000;
	font-size: 12px;
	background-color: #a80f36;
	background-image: url(/imagenes/fondo.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 30px;
}
input, select, textarea {
	color: #000000;
	font-family:  Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}
td {
	font-family:  Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}
#menu a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold
}
#fijos a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
#contenido {
	line-height: 1.4em;
	margin-top: 15px;
}
.seccion {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
#pie a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
#pie a:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}
a:link {
	 color: #0830b6; 
	/*color: #aa0034;*/
	text-decoration: none;
}
a:active {
	color: #aa0034;
	text-decoration: none;
}
a:visited {
	 color: #0830b6; 
	/*color: #aa0034;*/
	text-decoration: none;
}
a:hover {
	color: #aa0034;
	text-decoration: none;
}

/* estilos botones formularios */

.botonaco {
	/*background-color: #333333;*/
	background-color: #505252;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #333333;
	width: 80px;
}

/* Estilos para el editor de contenidos */

.titulo {
	color: #aa0034;
	font-size: 22px;
	font-weight: bold;
}
.subtitulo {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
.destacado {
	color: #aa0034;
	font-size: 12px;
	font-weight: bold;
}
.destacado2 {
	color: #aa0034;
	font-size: 15px;
	font-weight: bold;
}
.normal {
	color: #000000;
	font-size: 12px;
}