﻿body /*IE*/
{
	text-align:center;
}

#contenedor 
{
	text-align:left;
	position:relative;
	margin:auto;	
	width:771px;
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}

.botonLogin, .botonLogin-ovr
{
    background: url(../imagenes/login/btnLogin.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height:37px;
    width:35px;
    font-weight: normal;
    font-size: 10px;
    cursor: pointer;
    font-family: Arial;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
}

.loginLabel
{
	font-family:Verdana;
	font-size:10pt;
	color:Black;
}

.loginError
{
	font-family:Verdana;
	font-size:9pt;
	color:#003399;
}

.footer
{
	background-image:url(../imagenes/common/footer-back.jpg);
	background-repeat: repeat-x;
	font-family:Verdana;
	font-size:8pt;
	color:White;
}

.tituloSeccion
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}

/*controles*/
.textBox
{
	border: 1px solid Gray;
	background-image:url('../imagenes/common/back-textbox.jpg');
	font-family:Arial;
	font-size:9pt;
	color:black;
}

.multiTextBox
{
	border-color:Gray;
	font-family:Arial;
	font-size:9pt;
	color:black;
	border-style:solid;
	border-width:1px;
}

.label
{
	font-family:Verdana;
	font-size:10pt;
	color:Black;
}

.labelNegrita
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}

.error
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;		
	color:#003399;
}

.button
{
	background-color:#828D72;
	border-width:0px;
	font-weight:bold; 
	font-family:Tahoma;
    color:White;
}


/*GridView*/

.GrvCaption
{
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    color:Black;
}

.EmptyRowGrilla
{
	text-align:center;
	vertical-align:middle;
	
}
.HeaderGrilla
{
	background-color:#999966;
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	color:white;
}

.ItemGrilla
{
	background-color:#FFFFE9;	
	font-family:Verdana;
	font-size:8pt;
	color:black;
	width:100%;
}

.AlternateGrilla
{
	background-color:White;
	font-family:Verdana;
	font-size:8pt;
	color:black;

}

.PagingGrilla
{
	background-color:white;
	text-align:right;
}

.FooterGrilla
{
	font-family:Verdana;
	font-size:10pt;
	background-color:#666666; 
	font-weight:bold;
	color:White;
	text-align:right; 
}

/*Menu*/

a.linkMenu
{
	font-family:Verdana;
	font-size:smaller;
	text-decoration:none;
	color:Navy;
}

a.linkMenuItem
{
	font-family:Verdana;
	font-size:smaller;
	text-decoration:none;
	color:Gray
}

a:visited
{
	text-decoration: none;
	font-weight:bold;
}

.contentAccordion
{
	background-color:#F4F4F2;
}

.headerAccordion
{
	background-color:#DDDDEE;
}

.headerMenuOpciones
{
	font-family:Verdana;
	font-size:smaller;
	text-decoration:none;
	color:Navy;
}

.menuWebLabel
{
	font-family:Verdana;
	font-size:9pt;
	color:Black;
}

.menuWebNegrita
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:Black;
	text-decoration:none;
}

/*panel collapse panel*/
.panelExpand
{
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	color:White;
	background-color:#999999;
	width:100%;
	height:25px;
}

/*DataList*/

.ItemList
{	
	background-color:#F3F3F3;
}

.AlternateList
{
	background-color:white;
}

/*div popup*/
#dhtmlgoodies_tooltip{
	background-color:#EEE;
	text-align:left;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
