body {
   font-size: 11px;
   font-family: Arial;
   scrollbar-face-color: #DEE3E7;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color:  #006699;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;
   margin:0;
}

div, p, table
{
   font-size: 11px;
   font-family: Arial;
}
A:link
{
   font-size: 11px;
   color: #486a8b;
   font-family: Arial;
   text-decoration: none;
}
A:active {
	FONT-SIZE: 11px; COLOR: #486a8b; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 11px; COLOR: #486a8b; FONT-FAMILY: Arial; TEXT-DECORATION: none; 
}
A:hover
{
   font-size: 11px;
   color: black;
   font-family: Arial;
}
.span
{
   font-size: 10px;
   font-family: Arial;
}

.td
{
   font-size: 10px;
   font-family: Arial;   
}
.tr
{
   font-size: 10px;
   font-family: Arial;
}
.mensaje_espera
{
   color: #ffffff;
   background-color: darkgray;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 150px;
   height: 40px;
}
.divScroll
{
   overflow-x: scroll;
   width: 580px;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   border-right: lightgrey 1px solid;
   border-top: lightgrey 1px solid;
   border-left: lightgrey 1px solid;
   border-bottom: lightgrey 1px solid;
}

.divCuerpo
{
   width: 580px;
}

.colorMensaje
{
   color: crimson;
}
.colorDetalleConsulta
{
   color: dimgray;
}

.panelIzquierda
{
   /*background-image: url(../Images/group_bg.gif);*/
   background-repeat: repeat-y;
   border-left: lightgrey 1px solid;
}

.panelDerecha
{
    border-right: lightgrey 1px solid;

}

.panelAmbos
{
    border-right: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
}

.panelInferior
{
    border-bottom: lightgrey 1px solid;
}

.menuSeleccion1
{
   background-color: #ffffff;
}
.menuSeleccion2
{
   background-color: gainsboro;
}
.panelSuperior
{
   background-image: url(../Images/cabecera.jpg);
}

.cabeceraTabla01
{
   background-image: url(../Images/fondo_titulo.gif);
   background-repeat: repeat-x;
}

INPUT.myTexto
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   border: 1px solid #A9C2EF;
   text-transform: uppercase;
   padding: 0px 2px 2px;
}
INPUT.TextoNormal
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   border: 1px solid #A9C2EF;
   padding: 0px 2px 2px;
}
SELECT.myLista
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   border: 1px solid #A9C2EF;
   text-transform: uppercase;
   padding: 0px 2px 2px;
}
INPUT.myBoton
{
   border-right: darkgray 1px solid;
   border-top: darkgray 1px solid;
   border-left: darkgray 1px solid;
   border-bottom: darkgray 1px solid;
   font-size: 11px;
}

.DataGridHeader
{
   font-weight: bold;
   font-size: 10px;
   background-image: url(../images/header_rowBg.gif);
   font-family: Verdana, Courier;
   height: 24px;
   text-align: center;
   padding-left: 2px;
}
.DataGridRow
{
   font-size: 10px;
   height: 24px;
   background-color: #ffffff;
   padding-left: 2px;
}
.DataGridRowAlterna
{
   font-size: 10px;
   height: 24px;
   background-color: #f1f4f7;
   padding-left: 2px;
}

.DataGridPager 
{
   height: 24px;
}
.DataGridPager table tr td
{
   font-size: 14px;
   font-weight: bold;
}

.DataGridColumnCenter
{
   text-align: center;
}

.tituloIzquierda
{
   font-weight: bold;
   color: slategray;
}
/* Portlet */

.portlet-header-bar 
{
   border: 1px solid #6699CC; 
   background: url(../Images/button_gradient.gif) scroll repeat-x center left; 
   position: relative; 
} 
.portlet-wrap-title { height: 20px; position: relative; } 

.portlet-title 
{
   color: #4A517D; 
   font-weight: bold; 
   position: absolute; 
   top: 3px; 
   left: 5px; 
} 
.portlet-box
{
   border: 1px solid #6699CC;
   margin-top: 1px;
   background-color: whitesmoke;
} 
.portlet-bottom-decoration-2 {
   background: transparent url(../Images/middle.gif) scroll repeat-x top; 
   margin-bottom: 5px; width: 100%; }    
   
.portlet-bottom-decoration-2 DIV {
   background: transparent url(../Images/left.gif) scroll no-repeat top left; 
   width: 100%; } 

.portlet-bottom-decoration-2 DIV DIV {
   background: transparent url(../Images/right.gif) scroll no-repeat top right; 
   font-size: 0; height: 6px; width: 100%; 
} 

.panelSuperiorGTU
{
	background-image: url(../Images/RegDocSancionCabecera.jpg);
}

.PiePaginaGTU {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #40559D;
	background-color: #CECECE;
	text-align: center;
}

.MenuFondo
{
	border:0;
	padding:0px;
	text-align:center;
	border-spacing:1px;
	height:16px;
}

.menuSeleccion2:hover
{
	background-color:#ECF1F2;
	color:#2F4266
}