@import url(reset.css);
@import url(estructura.css);
@import url(menu.css);
@import url(indice.css);
@import url(formularios.css);
@import url(home.css);
@import url(noticias.css);
@import url(contenido1.css);
@import url(contenido2.css);
@import url(extranet.css);

@import url(verventana.css);




A {
	text-decoration: underline;	
	color: #B2121C;
}

A:hover {
	text-decoration: underline;
}

H1 {
	font-size: 16px;
	font-weight: bold;	
	color: #333;
	padding: 0 0 10px 0;
}

H2 {
	font-size: 14px;
	font-weight: bold;	
	color: #B2121C;
	padding: 10px 0 5px 0;
}

H2 A {
	text-decoration: none;
}

H3 {
	font-size: 18px;
	font-weight: bold;	
	color: #B2121C;
	padding: 10px 0 10px 0;
	line-height: 20px;
}

H4 {
	font-size: 33px;
	font-weight: bold;	
	color: #333;
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
}


H5 {
	font-size: 16px;
	font-weight: bold;	
	color: #333;
	padding: 0 0 10px 0;
}

H5 A {
	text-decoration: none;
}

P {
	text-align: justify;
	padding: 0 0 8px 0;
	margin: 0;
}

.Justify {
	text-align: justify;
}

.Center {
	text-align: center;
}

.Left {
	text-align: left;
}

.Right {
	text-align: right;
}

.VTop {
	vertical-align: top;
}

.VMiddle {
	vertical-align: middle;
}

.VBottom {
	vertical-align: bottom;
}

.FloatLeft {
	float: left;	
}

.FloatRight {
	float: right;
}

.FotoLeft {
	float: left;	
	margin-right: 20px;
	margin-bottom: 10px;
}

.FotoRight {
	float: right;	
	margin-left: 20px;
}


.Color {
	color: #B2121C;
}

.Color A {
	color: #B2121C;
	text-decoration: underline;
}

UL.Lista {
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: disc;
}

	UL.Lista LI {
		padding-bottom: 10px;
	}

UL.ListaLetra {
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	list-style-type: lower-latin;
}

	UL.ListaLetra LI {
		padding-bottom: 10px;
	}
	
UL.ListaNumero {
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	list-style-type: decimal;
}

	UL.ListaNumero LI {
		padding-bottom: 10px;
	}

UL LI UL LI {
	margin-left: 10px;
}

STRONG {
	vertical-align: text-bottom;
}


/* Error */

.Error {
	background: url(/imagenes/error.gif) no-repeat right top;
	height: 300px;
	margin: 30px;
}


TEXTAREA.TextAreaVentana {
		width: 445px;
		height: 150px;
		font-size: 11px;
		font-family: Arial, Helvetica, Verdana;
		color: #666;
		overflow: auto;
	}

.CargandoVentana {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #666;
	visibility: hidden;
	background: url(/imagenes/actualizando.gif) no-repeat left center;
	padding-left: 20px;
}

