/* Estilos comunes a toda la web */

	/* contenedores generales */
	
#contenedor {
	margin: auto;
	width: 997px;
}

	/* estilos globales */
	
a{
	color: #0066CC;
	text-decoration: none; 
}
a:hover{
	color: #0066CC;
	text-decoration: underline; 
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #816B79;
	margin: 0px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #816B79;
}
form {
	margin: 0px;
	padding: 0px;
}
.sin_borde {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border: none;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
}
.letra_capital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #816B79;
	font-weight: bold;
	padding-left: 4px;
}

/* xtras */

.ocult {
	display: none;
}

#base{ 
	clear : both; /*extender fondos en firefox */
} 

/* 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;
	color: #463942;
	font-weight: bold;
}
.texto_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #463942;
}
.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: #463942;
}
.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: 5px;
	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: #816B79;
}
.campo {
	border: 1px solid #A38F9B;
	background-color: #F9F7F8;
	font-size: 12px;
	padding-left: 3px;
}
.texto_informativo {
	color: #990000;
}
