@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto{
font-family:"Times New Roman", Times, serif;
font-size:13px;
color:#000000;
}
.texto_gris{
font-family:"Times New Roman", Times, serif;
font-size:11px;
color:#666666;
}
.texto_blanco{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
}
.bullet{
font-family:"Times New Roman", Times, serif;
font-size:8px;
color:#003366;
}
.texto_resaltado{
font-family:"Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
color:#003366;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #003366;
	text-decoration: none;
}
#divFloating{
	position:absolute;
	left:56%;
	top:750px;
	width:400px;
	height:300px;
	z-index:1000;
	text-align:center;
	margin:0 auto;
}
