/* -----------------------------------------------------
Estilos css de repeticion de imagenes de fondo de la Web
--------------------------------------------------------- */

.repet_y_barra_noticias {
	background-image: url(Images/18.gif);
	background-repeat: repeat-y;
}
.Barra_Separadora {
	background-image: url(Iconos/Barra.gif);
	background-repeat: repeat-x;
	background-position: center;
}
body {
	background-image: url(Iconos/fondo.gif);
	background-repeat: repeat-x;
}


/* ----------------------------------------
Estilos css para diferentes tipos de texto
------------------------------------------- */

.Encabezado {
	font-family: "Monotype Corsiva";
	font-size: 24pt;
	font-weight: normal;
	color: #9DAC31;
	padding-left: 20px;
}
.Encabezado2 {
	font-family: "Monotype Corsiva";
	font-size: 20pt;
	font-weight: bold;
	color: #FF0000;
	padding-left: 0px;
}
.Seccion {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.legalidad {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}
a.legalidad:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #006699;
	text-decoration: none;
}
a.legalidad:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #006699;
	text-decoration: none;
}
a.legalidad:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #996600;
	text-decoration: none;
}
.cabecera {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
a.cabecera:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.cabecera:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.cabecera:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #C34949;
	text-decoration: none;
}

.Noticias {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	padding: 3px;
	text-decoration: none;
	color: #000000;
}
a.Noticias:link {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	padding: 3px;
	color: #996600;
	text-decoration: none;
}
a.Noticias:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	padding: 3px;
	color: #996600;
	text-decoration: none;
}
a.Noticias:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	padding: 3px;
	text-align: justify;
	color: #006699;
	text-decoration: none;
}
.Texto_Portada {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	padding: 10px;
	text-align: justify;
}
a.Texto_Portada:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: justify;
	color: #006699;
	text-decoration: none;
}
a.Texto_Portada:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: justify;
	color: #006699;
	text-decoration: none;
}
a.Texto_Portada:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: justify;
	color: #FF0000;
	text-decoration: none;
}
.Mapa_Web {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}
.Mapa_Web:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}
.Mapa_Web:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}
.Mapa_Web:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #C34949;
	text-decoration: none;
}
.texto_Principal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	padding: 5px;
	list-style-type: disc;
	list-style-position: inside;
	color: #000000;
}
a.texto_Principal:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	padding: 5px;
	color: #006699;
	text-decoration: none;
}
a.texto_Principal:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	padding: 5px;
	color: #006699;
	text-decoration: none;
}
a.texto_Principal:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	padding: 5px;
	color: #FF0000;
	text-decoration: none;
}

/* ---------------------------------
Estilos css para marcos de ventanas
------------------------------------ */

.Imagen_Izquierda {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.Imagen_Derecha {
	float: right;
}
.Imagen_Marco {
	border: 1px solid #FF8000;
	margin: 5px;
}
.Tabla_Marco {
	border: 1px solid #009240;
}

#apertura {
	margin: 5px;
	border: 1px solid #FF0000;
	color: #000000;
	background-color: #FFFFCC;
	padding: 5px;
	text-align: justify;
	width: 27%;
	float: left;
}
