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

.encabezado
{
	font-weight:bold;
}

.acces
{
	color:#FFF;
	font-size:18px;
}

.formtitle
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}


h2
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}

legend
{
	color:#FFF;
	font-weight:bold;
}

input, textarea 
{
	background-color:#CCC;
	font-weight:bold;
	text-align:center;

}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size:12px;

}
#tooltip h3, #tooltip div { margin: 0; }
