/* Estilos comunes a toda la web */

	/* contenedores generales */

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

#fondo {
	width: 100%;
	background-color: #fff;
}

#contenedor {
	width: 986px;
	margin: auto;
}


	/* estilos globales */
	
a{
	color: #BA438D;
	text-decoration: none; 
}
a:hover{
	color: #BA438D;
	text-decoration: underline; 
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #7A9901;
	margin: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #7A9901;
	margin: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #7A9901;
	margin: 0px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #7A9901;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #CCCCCC;
	height: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	/* menu complementos */
	
#complementos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A9901;
	text-align: center;
	padding-top: 30px;
	float: right;
	width: 620px;
}
#complementos a{
	color: #7A9901;
	text-decoration:none;
}
#complementos a:hover{
	color: #9EC702;
	text-decoration:none;
}

	/* Xtras */

.ocult {
	display: none;
}
#base{ 
	clear : both; /*extender fondos en firefox */
	margin : 0px 0px 0px 0px; 
} 

/* estilos de texto, formularios y posicionamiento */

.sin_espacio {
	margin: 0px;
	padding: 0px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474A47;
}
.texto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7A9901;
}
.texto_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7A9901;
}
.texto_resaltado {
	font-weight: bold;
}
.texto_citas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #474A47;
}
.texto_notas_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #474A47;
}
.texto_notas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #474A47;
}
.texto_notas_citas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #474A47;
}
.texto_mensaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}
.letra_capital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #474A47;
	font-weight: bold;
}
.centrar_ver {
	vertical-align:middle;
}
.top_ver {
	border:none;
	vertical-align: top;
}
.bottom_ver {
	cursor:pointer;	
	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: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.imagen_der {
	margin-top: 5px;
	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: #738300;;
}
.campo {
	font-size: 12px;
	color: #474A47;
	background-color: #F7F8ED;
	border: 1px solid #738300;
	padding-left: 3px;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 1px;
	cursor:pointer;	
}
.texto_informativo {
	color: #990000;
}

