/*				HTML				*/
/*
* { outline: 2px dotted red; }
* * { outline: 2px dotted green; }
* * * { outline: 2px dotted orange; }
* * * * { outline: 2px dotted blue; }
* * * * * { outline: 1px solid red; }
* * * * * * { outline: 1px solid green; }
* * * * * * * { outline: 1px solid orange; }
* * * * * * * * { outline: 1px solid blue; }
*/

body {
	margin:0px;
	padding:0px;
	background:#333333;
}
body, html {
	width:100%;
	height:100%;
}

body, table, td, samp, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
a, a:link, a:visited, a:active{
	color: #000000;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
h1, H1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
  color: #000000;
  margin:0px;
  padding:0px;
}
a{ cursor: pointer;  }
h2, H2 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  display: block;
  color:#FFFFFF;
  margin:0px;
  padding:0px;
}
form{
	margin:0px;
	padding:0px;
}
img {
	border : 0 none;
}
HR{
	height:1px;
}
/*			CLASSES				*/
.menu, .menu:link, menu:visited, menu:active {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  display: inline;
  color:#000000;
  text-decoration:none;
}
.menu:hover{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  display: inline;
  color:#000000;
  text-decoration:underline;
	background-color: #EEEEEE;
}
.menuItem, .menuItem:link, menuItem:visited, menuItem:active {
  font-size: 10px;
  display: block;
  color:#000000;
  text-decoration:none;
}
.menuItem:hover{
  font-size: 10px;
  display: block;
  color:#000000;
	background-color: #EEEEEE;
	text-decoration:none;
}
.botonForm {
	background-color:#FF9900;
	font-size: 10px;
	color: #333333;
	border: 1px solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}
.inputForm {
	background-color:#EEEEEE;
	font-size: 10px;
	color: #333333;
	border: 1px solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
}
.inputFecha {
	background:#EEEEEE;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border: 0px;
	width:60px;
}
.bordeMenuPrincipalDerecha{
	background: transparent url(../images/menu/derecha.png);
	width:12px;
}

.bordeMenuPrincipalIzquierda{
	background: transparent url(../images/menu/izquierda.png);
	width:12px;
}
.bordeMenuPrincipalSuperior{
	background: transparent url(../images/menu/superior.png);
	height:22px;
	width:100%;
}
.menuPrincipalSuperiorBuscador{
	background: transparent url(../images/barraBuscador/fondo.png) repeat-x;
	height:75px;
	width:100%;
}

.tableOscura{
	background:#666666;	
}
.tableClara{
	background:#EEEEEE;
}
.aclaraciones{
	font-size: 9px;
	color:#CC0000;
}
.aclaraciones2{
	font-size: 12px;
	color:#CC0000;
	border:#FF0000 1px dashed;
	background:#FFFFCC;
	width:100%;
	height:100%;
}
/* CONTENIDO DE LOS TOOLTIP*/
.contenidoMenuActual{
	height:310px;
	width:300px;
	overflow:auto;
}

/* 		ID				*/
#menuPrincipal{
	display: block;
	position: absolute;
	z-index:90000;
	bottom:35px;
	left:0px;
	width:420px;
	height:350px;
	vertical-align:bottom;
}
#iframeMenuPrincipal {
	display: block;
	position: absolute;
	z-index:89999;
	bottom:0px;
	left:4px;
	width:392px;
	height:381px;
	vertical-align:bottom;
	background:#333333;
}
#menuPrincipalSuperior{
	display: block;
	position: absolute;
	z-index:20;
	top:0px;
	left:0px;
	width:350px;
	height:75px;
}
#menuBarra {
	z-index:90001;
	display: block;
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
}
#menuBarraLeft {
	vertical-align:middle;
	bottom:0px;
	left:0px;
	background-image:url(../images/barra/fondo2.png);
	background-repeat:repeat-x;
	height:35px;
}
#fondoFlash{
	position: absolute;
	z-index:-1;
	bottom:0px;
	left:0px;
	height:100%;
	width:100%;
}
#bannerPrincipal{
	display: block;
	position: absolute;
	z-index:5;
	bottom:35px;
	right:0px;
	height:100%;
	width:100%;
}
#toolTipBox {
	display: none;
	padding: 0px;
	position: absolute;
	z-index:90009;
	width:0px;
	height:0px;
}
#iframeToolTip {
	border:none;
	display:block;
	z-index:89999;
	width:300px;
	height:240px;
	background: transparent url(../images/shadow2.png);
	padding-bottom:2px;
	padding-right:2px;
}
#toolTipContenido {
	background:#333333;
	margin:0px;
	padding: 0px;
	width:100%;
	height:240px;
	overflow:auto;
	vertical-align: middle;
}
