/* CSS Document */
body{
	margin:0px;
	background-color:#141313;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

h2{
	color:#990000;
	text-align:left;
	font-size:16px;
}
.cursor{
	cursor:pointer;
}
.no_cursor{
}
#salir{
	float:right;
	color:#999999;
	height:20px;
	padding-top:10px;
	width:50px;
	text-align:right;
	cursor:pointer;
}
#cuerpo{
	overflow:hidden;
	width:100%;	
}
#header{
	overflow:hidden;
	height:0px;
	padding-left:15px;
	padding-top:15px;
}
#contenedor{
	padding:20px;
	padding-top:0px;	
}
#contenido{
	background-color:#ffffff;
	padding:20px;
}
#botones_superiores{
	overflow:hidden;
	width:100%;
}
.boton_superior{
	overflow:hidden;
	float:left;
	/*width:169px;*/
	width:129px;
	margin-right:1px;
	font-weight:bold;
	font-size:11px;
}

.fondo_btn_izq_gen{
	width:10px;
	height:30px;
	background-repeat:no-repeat;
	float:left;
}
.fondo_btn_izq_activo{
	background-image:url(../img/btn1_izq.gif);
}
.fondo_btn_izq{
	background-image:url(../img/btn2_izq.gif);
	
}
.fondo_btn_centro_gen{
	background-repeat:repeat-x;
	height:20px;
	width:110px;
	float:left;
	text-align:center;
	padding-top:10px;
}
.fondo_btn_centro_activo{
	background-image:url(../img/btn1_centro.gif);
}
.fondo_btn_centro{
	background-image:url(../img/btn2_centro.gif);
	color:#777777;
}
.fondo_btn_der_gen{
	background-repeat:no-repeat;
	height:30px;
	width:9px;
	float:left;
}
.fondo_btn_der_activo{
	background-image:url(../img/btn1_der.gif);
	
}
.fondo_btn_der{
	background-image:url(../img/btn2_der.gif);
}
.botones_secundarios{
	background-color:#d9d9d9;
	width:100%;
	overflow:hidden;
	font-weight:bold;
	padding-bottom:8px;
	padding-top:8px;
	
}

a.link{
	text-decoration:none;
	padding:10px;
	background-color:#d9d9d9;
	color:#777777;
	height:30px;
}
a.link:hover{
	background-color:#cccccc;
	
}

a.link_sel{
	text-decoration:none;
	padding:10px;
	background-color:#ffffff;
	color:#c98614;
	height:30px;
}
.boton{
	border:#c98614 solid 1px;
	background-color:#333333;
	font-weight:bold;
	font-size:10px;
	color:#dddddd;
	size:10px;
}
#btnIngresar{
	text-align:center;
	width:100%;
	margin:auto;
	margin-top:20px;
}
.input{
	font-size:10px;
	color:#666666;
	width:120px;
}
.input2{
	font-size:10px;
	color:#666666;
	padding-left:3px;
}
.input_text{
	font-size:12px;
	color:#666666;
}
.espaciado7{
	margin-bottom:7px;
}

#overlay{
    width: 100%;
    height: 100%;
    background-color:#000000;
    filter: alpha(opacity=80); 
    opacity: .8;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    overflow:auto;
}
#banner_imagen{
    width:400px;
}
