/*----------------------------------------------------------
lila whatsUP: #922D7B
----------------------------------------------------------*/
/* MENU */
.x-menu.x-menu-horizontal .x-menu-list {
    overflow: hidden;
}
.x-menu.x-menu-horizontal .x-menu-list .x-menu-list-item {
    float: left;
}
.x-menu.x-menu-horizontal .x-menu-list .x-menu-list-item .x-menu-item-arrow {
    background: no-repeat right 9px;
    background-color: #922D7B;
    color: white;
    font-weight: bold;        
}    

#menucontainer
{
    z-index: 9000;
    position: absolute;
    left: 120px;
    top: 30px;
    width: 100%;
    text-align: right;    
}

/* SITE */
body
{
    background-color: #fff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a:link
{
    color: black ; /* me gustaria más en naranja, pero a veces se pinta en negrita (?¿)*/
    text-decoration: underline;
}
a:visited
{
    color: black ;
    text-decoration: underline;
}
a:hover
{
    color: black ;
    text-decoration: none;
}
a:active
{
    color: black ;
}
a.inactive:link
{
    color: gray ;
    text-decoration: underline;
}
a.inactive:visited
{
    color: gray ;
    text-decoration: underline;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin-left: auto;
    margin-right: auto;
}
#header
{
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    height: 140px;
    width: 100%;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}
#main
{
	position: relative;
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#banner
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 98px;
	width: 100%;
	z-index: 80;
	background-color: #ffffff;
}

table#tablebanner
{
	width: 100%;
}

td#cellbannerleft
{
	width: 152px;
	text-align: left;
	display: block;
}

td#cellbannerright
{
	width: 535px;
	text-align: right;
}

#schooldisplay
{
	position: absolute;
	top: 0px;
	left: 118px;
    font-size:larger;
    font-weight:bold;
    text-align:left;
    margin:10px;
    color:Black;
    width: 50%;
    height: 20px;
    z-index: 90;
}

#schooldisplay img{
    margin-left: 10px;
    margin-right: 10px;
}

#logindisplay
{
	position: absolute;
	top: 0px;
	left: 0px;
    font-size:1.1em;
    text-align:right;
    margin:10px;
    color:Black;
    width: 99%;
    height: 20px;
    z-index: 90;
}

#logindisplay a:link
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: Black;
    text-decoration: none;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.edtCacheLog
{
	z-index: 113;
	left: 20px;
	width: 600px;
	position: absolute;
	top: 20px;
	height: 120px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

/* FIN SITE */
/* WAIT ON*/
#Loading {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;	
	width: 100%;
	line-height: 0;	
}
#LoadingBackground 
{
	position: relative;
	filter:alpha(opacity=0);
	background-color:Red;
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;	
	width: 100%;
}
#LoadingMsg 
{
	border: black 1px solid;
	position: absolute;
	background-color:#efefef;
	width: 600px;	
	top: 40%;
	left: 25%;
	line-height: 0;
	text-align: center;  
	vertical-align: top;		
	height: 65px;
}
#LoadingLeft 
{
	z-index: 1000;
	position: absolute;
	top: 8px;
	left: 60px;		
	height: 40px;
    width: 100px;	
}
#LoadingRight
{
	z-index: 1000;
	position: absolute;	
	top: 39px;
	left: 1px;
}
#LoadingText 
{
	z-index: 1000;
	position: absolute;	
	top: 17px; 
	left: 240px;
	height: 35px;
	width: 300px;
	line-height: 0;
	text-align: center;  
	vertical-align: top;
    font-family: Verdana, Arial;
    font-size: 20px;	
}
/* FIN WAITON*/

/* ERROR: Estilos para las pantallas de error */
#errorTitle
{
	/*border: 1px solid black;*/
	font-size: 1.3em;
    color: #000000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
}
/* FIN ERROR */

.hy-PaintRed
{
    background-color:rgba(255, 0, 0, 0.66);
}
.hiddenOption {
    opacity: 0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.hiddenOption:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}