@charset "ISO-8859-1";
/* CSS Document */
/*
-3 #030D19
-2 #071831
-1 #0A2448
0 #002F5F
+1 #153D6F
+2 #285C99
+3 #3B6DA8
+4 #4670A0
+5 #5D83AF
+6 #789AC1
+7 #95B1D0
+8 #B5C9DF
+9 #D7E2EE
*/
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #67686B;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
body, html {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
body,td,th, input, select, textarea, p, ul, li, ol {
	font-family: Sismatica;
	margin: 0px;
	color: #D7E2EE;
}
input, textarea {
	color:  #071831;
}
body {
	margin: 0px 0px 0px 0px;
	background: #002F5F;
}
.master {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
.centrado {
	margin:auto;
	width: 1000px;
	text-align: left;
}
.control {
}
.main {
	width: 1000px;
	z-index: 1000;
	margin:auto;
	text-align: center;
}
.top {
	position: absolute;
	top: 0px;
	width: 1000px;
	display: block;
	z-index: 3500;
}
.bot {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 25px;
	z-index: 3000;
	text-align: center;
}
.popup {
	z-index: 4000;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: left;
	vertical-align: top;
}
.alerta_back {
	z-index: 5000;
}
.alerta_back {
	position: absolute;
	top: 0px; 
	left: 0px;
	right: 0px;
	bottom: 0px; 
	display: block;
	z-index: 5001;
	cursor: pointer;
}
.alerta_front {
	position: absolute;
	top: 50%; 
	left: 50%; 
	width: 400px;
	margin-left: -200px;
	display: block;
	z-index: 5002;
	background: #071831;
	border: 5px solid #B5C9DF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #071831;
}
.alerta_front .alerta_bot {
	width: 400px;
	height: 10px;
}
.alerta_front .alerta_top {
	width: 400px;
	height: 10px;
}
.alerta_front .alerta_med {
	width: 400px;
}
.alerta_front .alerta_titulo {
	width: 360px;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
.alerta_front .alerta_texto {
	width: 350px;
	padding: 0px 20px 10px 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	overflow: auto;
}
.alerta_front .alerta_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(../img/cerrar.png) no-repeat;
}
.wait {
	z-index: 6000;
}
.wait_back {
	position: absolute;
	top: 0px; 
	left: 0px;
	right: 0px;
	bottom: 0px; 
	display: block;
	z-index: 6002;
	cursor: wait;
}
.wait_front {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 85px;
	width: 70px;
	margin-top: -35px;
	margin-left: -35px;
	display: block;
	z-index: 6001;
}
.wait_img {
	position: absolute;
}
.wait_text {
	top: 65px;
	left: 10px;
	width: 50px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
}
.wait_img_2 {
	top: 10px;
	left: 10px;
}
.no {
	display: none;
}
.fb_cont {
	position: fixed;
	height: 22px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #D7E2EE;
	text-align: center;
}
.fb_center{
	position: relative;
	margin: auto;
	width: 1000px;
	height: 22px;
	text-align: left;
	overflow: hidden;
}
.fb-like {
	z-index: 10000;
	width: 0px;
}
.wiki {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}