@CHARSET "ISO-8859-1";

/***************************/
/* Main page configuration */
/***************************/
body {
	/*background-color: #170c6e;
	background-image: url(../images/background.png);*/
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#main_window {
	text-align: left;
	position: absolute;
	width: 950px; /* ancho de la capa a centrar */
	left: 0%;
	margin-left: 15px; 
	
}

#header_bar {
	height: 110px;
	width: 950px;
	margin-bottom: 25px;
}

#left_column {
	margin-right: 5px;
	width:135px;
	float: left;
}

#main_column {
	/*background-color: #3354a8;*/
	background-color: #b3b7ba;
	width: 605px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	min-height: 555px;
}

#right_column {
	margin-left: 5px;
	width:180px;
	float: left;
}

div.right_module {
	background-color:#092679;
}

#footnote_bar {
	margin-top:5px;
	margin-bottom:5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	
	font-size: small;
	background-color: #092679;
	color: #FFFFFF;
}

div.footer_wrapper {
	height: 50px;
	padding-left: 40px;
	padding-right: 40px;
}

div.footer_image {
	position: relative;
	float: left;
}

div.footer_vers {
	margin-left: 50px;
	position: relative;
	float: left;
	font-size: 25px;
	color: #9AAAE5;
}

div.footer_quote {
	float: right;
	color: #FFFF00;
	font-size: 16px;
	margin-right: 50px;
}

img.footer_image {
	position: relative;
	float: left;
}

br.clear {
	position: relative;
	clear: both;
}

/***************************/
/* Common HTML code format */
/***************************/
table.main_central_message {	
	width: 400px;
	
	border-style: ridge;
	border-color: #DDDDDD;
	border-width: 5px;
	
	padding: 15px;
	background-color: #092679;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
}

a.main_wait_message_font {
	color: #FFF;
	font-weight: bolder;
	text-decoration:none;
}

font.main_error_message {
	font-size: 15px;
	color: #DD8888;
}

font.common_password_clic_here {
	color: #5555FF;
	text-decoration: none;
	font-weight: bold;
}

table.common_password_message {	
	width: 600px;
	
	border-style: ridge;
	border-color: #DDDDDD;
	border-width: 5px;
	
	padding: 15px;
	background-color: #092679;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

font.common_important {
	color: #ff9900;
	font-weight: bold;
}

font.common_password {
	font-size: 25px;
	color: #ff9900;
}

embed {
	z-index: -100;
}