@charset "utf-8";
/* CSS Document */

.form2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#000;	
}
.resultado {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:700;
	color:#333;	
}
.resultado2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#333;	
}

.titulo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#FFFFFF;	
}

.links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#09F;
	text-decoration:none	
}

.links2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #09F;
	text-decoration:none;			
}

/*a:link  representa el estilo del link común.*/
#paginador a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #09F;
	text-decoration:none;				
}
/*a:hover: representa el estilo que adquiere el link cuando pasamos el mouse por encima*/
#paginador a:hover {
font-family: Tahoma, Geneva, sans-serif;
font-size:12px;
font-weight: bold;
color: #09C;
text-decoration:none;
}
/*a:active: es el formato que adquiere en el momento justo en que presionamos sobre el.*/
#paginador a:active { 
font-family: Tahoma, Geneva, sans-serif;
font-size:12px;
font-weight: bold;
color: #09F;
text-decoration:none;
}
/*a:visited: es el estilo del link una vez que ya hemos hecho clic sobre el*/
#paginador a:visited { 
font-family: Tahoma, Geneva, sans-serif;
font-size:11px;
font-weight: bold;
color: #09F;
text-decoration:none;
}
.boton2{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#2a8fb3;
        border:solid 1px;       
        height:22px;
       }
.boton2:hover { 
			background: #1e7797;
}
.redondo2 {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
}