/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
	
	
	scrollbar-base-color: #315A6E;
	scrollbar-arrow-color: #315A6E;
	scrollbar-3dlight-color: #315A6E;
	scrollbar-darkshadow-color: #315A6E;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #315A6E;
	scrollbar-shadow-color: #315A6E;
	scrollbar-track-color: #315A6E;
}

#main {
	position: absolute;
	width: 790px;
	height: 564px;
	
	
	top: 50%;
	left:50%;
	margin-left: -395px;
	margin-top: -282px;
	
	background-color: #315A6E;
	
	border: 1px solid #333333;

}

.imagen_main {
	position: relative;
	top: 50%;
	left:50%;
	margin-left: -130px;
	margin-top: -100px;
}

#menu_main {
	position: relative;
	width: 788px;
	top: 350px;
	
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	word-spacing: 40px;
}

		
		#menu_main a:link, a:active, a:visited{
			color:#c7d3db;
			text-decoration:none;			
		}
		#menu_main a:hover{
			color:#ffffff;
			text-decoration:none;			
		}
		
