/* CSS Document */

body {
	background-color: #456884;
}

#capafondo{
	width: 490px;
	height: 450px;
	position:absolute;
	margin-left: 0px;
	left:0%;
	margin-top: 0px;
	top:0%;	
		}
a:link {
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #E4B44E;
	}
	
a.2:link {
	text-decoration: none; 
	color: #456884;
	}
a.2:visited { 
	text-decoration: none; 
	color: #456884;
	}
a.2:hover, a.2:active { 
	text-decoration: none; 
	color: #CC9900;
	}
.styletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font_weight: bold;
	color:#FFFFFF;
	}
.style2{
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font_weight: bold;
	color:#456884;
	}
.style3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font_weight: bold;
	color:#cccccc;
	}
