﻿/* CSS Document */

body {
	background-color:		#003d69;
	background-image:		url(bg4.jpg);
	background-attachment:	fixed scroll;
	background-position:	center top;
	background-repeat:		no-repeat;
	text-align:				center;
	overflow: 				auto;
	margin:					auto;
}

.logotop {
	position:				absolute;
	width:					371px;
	height:					132px;
	top:					-5px;
	left:					5px;
	z-index:				2;
}

#container {
	position:				relative;
	width:					1010px;
	height:					710px;
	margin-left:			auto;
	margin-right:			auto;
	text-align:				justify;
	top:					75px;
	z-index: 1;
}

#logobase {
	position:				absolute;
	right:					10px;
	z-index:				2;
	bottom: 				5px;
}

#toptransp {
	position:				absolute;
	background-color:		#CCCCCC;
	height:					70px;
	top:					10px;
	width:					100%;
	z-index:				1;
	filter: 				alpha(opacity=25);
	opacity: 				.25;
	-moz-opacity:			0.25;
}

#basetransp {
	position:				absolute;
	background-color:		#000000;
	height:					20px;
	width:					800px;
	margin-left:			auto;
	margin-right:			auto;
	right:					0px;
	top:					40px;
	z-index:				1;
	filter: 				alpha(opacity=25);
	opacity: 				.25;
	-moz-opacity:			0.25;
}

#legal {
	width:					790px; 
	position:				absolute;
	top:					45px;
	right:					0px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	color:					#FFFFFF;
	font-weight:			bold;
	font-size:				11px;
	text-align:				center;
	float:					right;
	z-index:				2;
}

.enlace a:link {text-decoration:none; color:#FFFFFF;}
.enlace a:visited {text-decoration:none; color:#FFFFFF;}
.enlace a:active {text-decoration:none; color:#FFFFFF;}
.enlace a:hover {text-decoration:underline; color:#FFFFFF;}

