/* CSS Document */

/*-------- Títulos secciones de primer nivel; ejemplo: Criterio de busqueda por palabras claves ----------------*/

td.titulo_secciones {
font-family: Trebuchet MS, Verdana, Arial;
font-size: 14px;
font-weight: bold;
color: #006633;
height:20px;
padding:5px;
}
td.contenido_secciones {
font-family: Verdana, Arial;
font-size: 11px;
color: #333333;
padding:5px;
padding-top:15px;
/*background-color: #FFFFFF;*/
}
/*-------------------Fin titulos secciones primer nivel ---------------*/

.texto {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
}

.tit {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
}

table.contenedor {
	border-left: 1px solid #7281B6;
	border-right: 1px solid #7281B6;
	border-top: 6px solid #C0C9CF;
	border-bottom: 6px solid #C0C9CF;
}
.titulos {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #82AB63;
	padding-left: 25px;
}
.borde_imagen {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.abecedario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #A8CA8E;
	text-align: center;
}

/*-------------------Etiquetas---------------*/
form {
	margin: 0px;
	padding: 0px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

/*-------------------Fin Etiquetas---------------*/
.botonera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

