@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2274B0;
}
body, html {
	background:url(../pics/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #37B6F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#66CCFF;
	scrollbar-shadow-color:#66CCFF;
	scrollbar-highlight-color: #66CCFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #66CCFF;
	scrollbar-track-color: #C4ECFF;
	scrollbar-arrow-color: #FFFFFF;
}
h1
	{
	font-size:20px;
	font-weight:bold;
	color:#2274B0;
	}
a.link_azul:link {
	color: #FF0000;
	text-decoration: none;
}
a.link_azul:visited {
	color: #FF0000;
	text-decoration: none;
}
a.link_azul:hover {
	color: #0066FF;
}
a.link_azul:active {
	color: #FF0000;
	text-decoration: none;
}
.sub_titulo_azul13
	{
	color:#0066FF;
	font-size:15px;
	}
.negro13
  {
  	color:#000000;
	font-size:15px;
	font-weight:bold;
  }
.color_blanco
	{
	color:#FFFFFF;
	}