/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Generales */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body { 
	margin: 0 0 0 0;
	font-size: 14px;
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	color: #000000;
	}

a {
	text-decoration: none;
	color: #0000cc;
	}

a:hover {
	text-decoration: none;
	color: #999999;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Textos */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.titulo_pagina {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	padding: 0 0 15px 0;
	}
	
.subtitulo_pagina {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	padding: 0 0 15px 0;
	}

.text {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}

.title_red {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c2510f;
	}
	
.title_redb {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}

.title_blueb {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	color: #508fbc;
	font-weight: bold;
}

.title_blk {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	
.numero {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	color: #508fbc;
	font-weight: bold;
	}
	
.numerosml {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #508fbc;
	font-weight: bold;
	}

.pregunta {
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	}

.text_sml {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	}

.text_red {
	font-weight: bold;
	color: #c2510f;
	}

a.paginacion {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	color: #0000cc;
	margin: 0px;
	padding: 1px 10px 1px 10px;
	width: 100%;
	heignh: 100%;
	}

a:hover.paginacion {
	background-color: #cccccc;
	color: #0000cc;
	}

a.paginaciona {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #cccccc;
	color: #0000cc;
	margin: 0px;
	padding: 1px 10px 1px 10px;
	width: 100%;
	heignh: 100%;
	}

a:hover.paginaciona {
	background-color: #cccccc;
	color: #0000cc;
	}




div#headtuingo {
	margin: 0 0 0 0;
	padding: 0;
	height: 25px;
	overflow: hidden;
	position: relative;
	background: #565ba7;
	border-bottom: #dfe4ee 3px solid;

	}


