/* Fecha: 11/01/08 */
/* Autor: Nkn - Gabriel Pons*/
/* Todos los Derechos Reservados */
/* No deberias estar mirando esto... ¬¬ */

*{margin: 0;padding: 0;border:0}

html { 
	height : 100%;
}

body{
	margin:10px 0;	
	color: #FFFFFF;
	font-family:Verdana;
	font-size:x-small;
	background-color: #0E0E0E;
	text-align:center;
	height: 100%;
	}

a{
	color: #0067FE; 
	text-decoration: none;
	/* Digale NO a la manito marca link. xD */ 
	/*cursor: default; */
	}

a:hover{
	color: #666666;	
}

.txt_desc { 
	color : #FFFFFF;
}

#header { 
	overflow : hidden;
	/*height : 1%;*/
} 
* HTML #header { 
	height : auto;
} 
#header h1 { 
	width : 250px;
	float : left;
	margin-top:10px;
}

#header_der { 
	float : right;
	width : 400px;
	text-align : right;
} 
#header_der li { 
	list-style-type : none;
	margin-bottom : 3px;
} 
#header_der ul { 
	margin-bottom : 30px;
}

.small{width:100px!important;padding:2px;font-size:x-small;}

#container { 
	background-color : #000;
	margin : 0 auto;
	width : 700px;
	text-align : left;
	padding : 20px 50px 0 50px;
	min-height : 100%;
	/*height : auto !important;*/
	/*height : 100%;*/
	height : 750px;
}

#contenedor_menu {
	padding : 10px 0 10px 0;
	margin : 15px 0 10px 0;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
	}

#menu {
	margin: 0px; 
	padding: 0;
	border:0;
	}
  
 #menu li {
	display: inline; 
	margin: 0px; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	width: 100px;
	color: #999;
	}
	
#menu ul li  { 
	text-decoration: none; 
	}
		
#contenedor_main {
	margin: 0 auto;
	text-align: left;
	width:700px; 
	height: 150px;
	background-color: #000;
	border: 1px solid #0067FE; 
}
	
#contenedor_centro {
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width:700px; 
	height: 200px;
	/*overflow: auto; activa las barras verticales de desplazamiento */
	}

.azul {color:#0067FE;}

.gris {color:#999999;}

#col_izq {
	width : 448px;
	float : left;
	color : #999999;
	font-size: 1.1em;
	}

#col_izq h2 { text-transform:uppercase;}
	
.tip {color:#666666;}
	
.tool-tip {
	color: #FFFFFF;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #0067FE;
	text-decoration: underline;
	padding: 8px 8px 4px;
	background: url(../img/tip.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/tip.png) bottom right;
}
 	
#col_der {
	width : 248px;
	float : right;
}

.info{
	padding: 0px 0px 10px 10px;
	font-size: x-small;
	text-align:left;
	color:#999;
	}

.info h3{
	padding: 0px 0px 5px 0px; 
	text-align: left;
	text-decoration: underline;
}

.info img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 2px 2px 2px 0;
}
	
#pie {
	margin-top: 30px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-family: Verdana;
	color: #999999;
	text-decoration: none; 
	}

.separador {
	height: 1px;
	border: 0;
	width: 100%;
	background-color: #555555;
}

