@charset "utf-8";
/* CSS Document */

body{ padding:0px; margin:0px; background:url(images/bg.gif); }

a:hover{ text-decoration:none; }
img { border:0px; }


/* Tablas */
table {border-collapse:collapse; border:0;}
table, td { width:100%; height:100%; border:0; }
td { vertical-align:top; padding:0; }


/* m_text */
/* Tabla Menu */
.m_text table.menu_table { border:0; width:300px; height:auto;}
.m_text table.menu_table td  { vertical-align:top;  border:0; padding-top:30px; width:auto; height:100px; }

.m_text table.blue_table{ height:auto; border:0; width:696px; }
.m_text table.blue_table th{ background-color:#003162; color:#fff; padding:1px; text-align:right; width:100px; }
.m_text table.blue_table td{ background-color:#99b3e9; color:#000; padding:1px; width:auto; }

.m_text, table, li, input, textarea{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#F0F0F0;
}

.m_text strong { color:#C8F0FF}
.m_text a{ color:#4C93FC; font-weight:bold; }
.m_text span a{ color:#C8F0FF}

.m_text .mundo{
	font-weight:bold;
	color:#0066CC;
}
.m_text .sat{
	font-weight:bold;
	color:#0093dd;
}

.m_text ul { margin:25px;  list-style:disc; }
.m_text li  {}
.m_text li a  {}

.m_text .blue_table{
	border:1px #161d24 solid;
}

.m_text .blue_table tr th{
	background-color:#003162;
	color:#fff;
	vertical-align:middle;
	padding:5px;
	margin:5px;
	border:3px #161d24 solid;
	width:150px;
	text-align:right;
}
.m_text .blue_table tr td{
	background-color:#99b3e9;
	vertical-align:middle;
	color:#000;
	padding:5px;
	margin:5px;
	border:3px #161d24 solid;
	width:200px;
}
	
.c_text { color:#C8FFFF}
.c_text a{ color:#4C93FC}

.no_class, form, .no_class td{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
}

.scroll { height:100px; width:396px; overflow:auto}

.form{ margin-top:6px;}
.form input {width:202px; border:#757677 1px solid; background:#000206; padding:5px; color:#757677; margin-top:3px;}
.form input.text{ height:23px; padding:3px; }
.input {width:134px; height:18px; border:#424243 1px solid; background:#111214; padding-left:5px; vertical-align:middle; }

.form textarea {width:202px; height:110px; border:#757677 1px solid; background:#000206; padding:5px; overflow:auto; margin-top:3px; color:#757677}

ul {margin:0; padding:0; list-style:none}
li  {background:none; margin:0px; padding:0px}
li a  {font-family:Tahoma; font-size:11px; line-height:18px; color:#4C93FC}


/*jQuery Plugin*/
/*
#fap_desc{
	display: none;
	padding: 20px;
	background-color: #ffffff;
	border: 3px solid #000;
	width: 400px; 
}
#fap_desc p{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}*/

.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
   background:#fff;
   width:400px;
   text-align:left;
   padding:8px 16px;
}
            