@charset "utf-8";
/* CSS Document */
@import url("dropdown/dropdown.css");
@import url("dropdown/themes/nvidia.com/default.advanced.css");
body {
	background-color: #4A4A4A;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	overflow-x: hidden; 
	overflow-x: hidden;
}
.top {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 32px;
	right: 0px;
	height: 40px;
	background-image: url(../img/fondomenu.png);
	background-repeat: repeat-x;
	background-position: top;
}
.contenido {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 72px;
	right: 0px;
	bottom: 0px;
	background-color: #4A4A4A;
	overflow-y: scroll;
	overflow-x: hidden;
}
.celda-main {
	background-color: #FFF;
	padding: 10px;
	color: #333;
}
.celda-right {
	width: 20px;
}

.celda-left {
	width: 20px;
}
.celda-sombra-left {
	width: 20px;
}
.celda-sombra-right {
	width: 20px;
}
.c1 {
	background-image: url(../img/c1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 20px;
}
.c2 {
	background-image: url(../img/c2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 20px;
}
.c3 {
	background-image: url(../img/c3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
}
.c4 {
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 20px;
	background-image: url(../img/c4.png);
}
.celda-main-rel {
	position: relative;
	width: 80%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	color: #333;
	padding: 10px;
}
.l1 {
	background-image: url(../img/l1.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.l2 {
	background-image: url(../img/l2.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.l3 {
	background-image: url(../img/l3.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.l4 {
	background-image: url(../img/l4.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.pie {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 10px;
	height: 20px;
	background-color: #1d4e98;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 10px;
}
.pie_tabla {
	width: 100%;
}
.pie_link {
	color: #FFF;
	text-decoration: none;
}
a:hover.pie_link {
	color: #FFF;
	text-decoration: underline;
}
.logo {
	height: 30px;
	width: 113px;
	position: absolute;
	top: -30px;
	background-repeat: no-repeat;
	left: 8px;
}
.brillo {
	background-image: url(../img/brillo.png);
	height: 92px;
	width: 350px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 6;
	line-height: 20px;
}
.usuario {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 40px;
	left: 335px;
	top: 27px;
	z-index: 5;
	line-height: 20px;
	right: 0px;
	padding-left: 15px;
}
.linea {
	background-color: #90A7CE;
	position: absolute;
	height: 70px;
	width: 2px;
	left: 326px;
	top: 8px;
}
.reloj {
	position: absolute;
	height: 16px;
	width: 200px;
	top: -15px;
	right: 6px;
	text-align:right;
}
.menu-container {
	position: absolute;
	left: 200px;
	top: 0px;
}
.eb_pie_texto {
	position: absolute;
	width: 850px;
	top: 9px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}
.eb_pie_text_link {
	color: #FFF;
	text-decoration: none;
}
a:hover.eb_pie_text_link {
	color: #FF0;
	text-decoration: none;
}
.logo{
	background:url(../img/logo-tecnogi.png) no-repeat;
}
.cke_toolbox_collapser,.cke_bottom{display:none;}
