/* Estilos comunes a toda la web */

	/* contenedores generales */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}


#contenedor {
	width: 96%;
	margin: 0px;
}

	/* estilos globales */
	
a{
	color: #ADC600;
	text-decoration: none; 
}
a:hover{
	color: #ADC600;
	text-decoration: underline; 
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #637663;
	margin: 0px;
}
h3 {
	font-weight: bold;
	margin: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #637663;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #C5CDC5;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
img {
	border: none;
}
.letra_capital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #637663;
	font-weight: bold;
	padding-left: 5px;
}
/* xtras */

.ocult {
	display: none;
}



/* estilos de texto, formularios y posicionamiento */


.sin_espacio {
	margin: 0px;
	padding: 0px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.texto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #637663;
	text-align: right;
	padding-bottom: 10px;
}
.texto_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #637663;
}
.texto_resaltado {
	font-weight: bold;
}
.texto_citas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.texto_notas_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #637663;
}
.texto_notas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.texto_notas_citas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.texto_mensaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.centrar_ver {
	vertical-align:middle;
}
.top_ver {
	border:none;
	vertical-align: top;
}
.bottom_ver {	
	vertical-align: bottom;
}
.centrar_imagen {
	text-align: center;
	border: none;
}

.centrar {
	text-align: center;
}
.align_der {

	text-align: right;
}
.align_izq {
	text-align: left;
}
.justificar {
	text-align: justify;
}
.imagen_izq {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.imagen_der {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: right;
}
.imagen_centro {
	clear: both;
	text-align: center;
}
.etiqueta_campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #637663;;
}
.campo {
	border: 1px solid #637663;
	background-color: #F4F7F4;
	font-size: 12px;
	padding-left: 3px;
}
.texto_informativo {
	color: #990000;
}
