
/******************************************************************************/
/*                                  LAYOUT CSS                                */
/******************************************************************************/

body {
    margin: 0;
    padding: 0;
    font: small "Bitstream Vera Sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    background: #ffffff}

/******************************* LAYOUT : HEADER ******************************/

#contenidofl {
	float: left;
	width: 452px;
	height: 100%;
}

#contenido {
	color: #666666;
}

#colderecha {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/barra_puntos_vertical.gif);
	float: right;
	width: 293px;
	height: 100%;
}

#sgl-header {
    background-color: #99cc00;
    height: 50px;
    margin: 0;
    padding: 0;
}
#sgl-header-left {
    float: left;
    margin: 0;
    padding: 5px 0 5px 15px;
    color: #ffffff;
}
#sgl-header-left img {
    vertical-align: middle;
}
#sgl-header-right {
    float: right;
    padding: 10px 10px 0 0;
    text-align: right;
    font-size: 0.8em;
    color: #ffff00;
}
#sgl-header-right a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}
#sgl-header-right a:hover {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}
#sgl-header-right img {
    margin-left: 10px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/***************************** LAYOUT : NAVIGATION ****************************/

#sgl-nav {
    font-size: 0.75em;
}

/***************************** LAYOUT : TABLES ********************************/

table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
	margin: 0 5%;
    margin: 0 auto;
}
td, th {
    padding: 2px;
	font-size: 12px;
}
th {
    background-color: #bcbcbc;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}
#imRead {
    background-color: #c6c6c6;
}
#moduleOverview {
    width: 200px;
    height: 100px;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #efefef;
}
.sgl-row-dark {
    background-color: #d9d9d9;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl-main {
    top: 97px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl-blocks-left {
    width: 294px;
	height: 100%;
}

#sgl-blocks-right {
    width: 293px;
}

.options-block {
    margin: 20px 0;
}

div.sgl-blocks-left-item {
    padding: 0;
}

div.sgl-blocks-right-item {
    padding: 0;
}

.sgl-blocks-left-item-title, .sgl-blocks-right-item-title {
    /*background-color: #99cc00;   line-height: 1.5em;   border: 1px solid #bcbcbc;*/
    background-color: #99cc00;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
}

div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    /*background-color: #efefef;   border: 1px solid #bcbcbc;*/
	background-color: #E2E2E2;
	color: #184a84;
    font-size: 14px;
	padding: 0;
    border-top: none;
	display: block;
}

/*************************** LAYOUT : MIDDLE BLOCKS & VIEW ***************************/

#sgl-blocks-middle, #sgl-blocks-middle-nocols, #sgl-blocks-middle-leftcol, #sgl-blocks-middle-rightcol {
/*  margin: 0 180px 0 180px;
    width: auto;
    min-width: 20%;
    z-index: 2;
	font-size: 0.9em;
    padding: 0 20px; */
}
#sgl-blocks-middle #options {
    float: right;
    width: 28%;
}
#sgl-blocks-middle-nocols {
    margin: 0;
	color: #666666;
}
#sql-blocks-middle-view {
	background-color: #fff;
	padding: 20px;
	text-align: left;
}
#sgl-blocks-middle-leftcol {
    margin: 0 0 0 180px;
}
#sgl-blocks-middle-rightcol {
    margin: 0 180px 0 0;
}
#sgl-view {
	margin-left: 20px;
	margin-right: 20px;
}
div.sgl-blocks-middle-title {
    color: #e6ffa2;
    background-color: #99cc00;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}
div.sgl-blocks-middle-body {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #99cc00;
    border-top: none;
    text-align: center;
}

/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl-blocks-middle {
   /*  height: 1%; */
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl-footer {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/info_footer.jpg) repeat-x;
	height: 26px;
}

#info-footer {
	padding-top: 3px;
    text-align: center;
}

#info-footer a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

#info-footer a:hover {
    color: #184a84;
	text-decoration: none;
}

/******************************************************************************/
/*                                 CONTENT CSS                                */
/******************************************************************************/

/***************************** CONTENT : HEADINGS *****************************/
h1 {
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #184a84;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

h1 h1, h4 h4, h2 h2, h3 h3 {
	font-size: 16px;
}

.pageTitle {
	color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #3399ff;
    font-weight: bold;
}
a:visited {
    color: #999999;
}
a:hover {
    color: #184a84;
    text-decoration: none;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    align: left;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
	display: block;
	float: center;
}
.alignCenter {
	font-size: 12px;
    text-align: center;
}
.alignCenterFacturacion {
	color: #184a84;
	font-size: 12px;
    text-align: center;
}
.error {
    color: #ff0000;
    background: transparent;
}
.strong {
    font-weight: bold;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 18px;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
	font-size: 9px;
    text-align: center;
    width: 220px;
    margin-left: 20px;
}
.textoAFacturar {
	color: red;
}
.cantidadAFacturar {
	color: red;
	font-weight: bold;
}
/*************************** MODULE: PUBLISHER ********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #184a84;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.colHeader {
    color: #184a84;
    background-color: #efefef;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.navigator {
    color: #bcbcbc;
    background-color: #666666;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
    
/* /////////////// Article Manager /////////////// */

.forApproval {
    font-weight: bold;
    color: #ff0000;
}
.approved {
    font-weight: bold;
    color: #ff9933;
}
.published {
    font-weight: bold;
    color: #00cc00;
}
.archived {
    font-weight: bold;
    color:  #909090;
}  

/******************************************************************************/
/*                                  LEGACY CSS                                */
/*                                                                            */
/* Note: I am removing elements from here as I replace them with new CSS      */
/*       elements above.  Eventually, there shouldn't be any CSS left here.   */
/******************************************************************************/

/* /////////////// Table modifiers  /////////////// */

.fieldName, .fieldNameWrap {
    background-color: #efefef;
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
fieldset {
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}

/* /////////////// Links  /////////////// */

.linkCrumbsAlt1 {
    text-decoration: none;
    color: #184a84;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #184a84;
}

/* /////////////// Various /////////////// */

div.pinstripe table {
    background-color: #efefef;
    width: 90%;
}
div.pinstripe td {
    background-color: #ffffff;
}
div.pinstripe img {
    padding: 10px;
}
div.pinstripe button {
    padding: 10px 0;
}
.noBorder {
    border: none;
    font-size: 10px;
}
ol.noindent {
	font-size: 11px;
	color: #000;
    margin-left: 20px;
	margin-right: 20px;
    padding-left: 20px;
	padding-right: 20px;
}
ul.noindent {
	font-size: 11px;
	color: #000;
    margin-left: 20px;
	margin-right: 20px;
    padding-left: 20px;
	padding-right: 20px;
}
ul.noindent li {
    list-style-image: url('http://www.gestoriavirtual.net/themes/gvirtual/images/gv/flecha_lista.gif');
}
ul.bullets li {
    list-style-image: url('http://www.gestoriavirtual.net/themes/gvirtual/images/bullet.gif');
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border: 1px dashed #ff9600;
}
#resource-chooser {
    background-color: #ffffcc;
    white-space: nowrap;
	font-size: 11px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    border: 1px dashed #ff9600;
}
#resource-chooser2 {
    background-color: #ffffaa;
    white-space: nowrap;
	font-size: 11px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    border: 1px dashed #ff9600;
}
.narrowButton {
	font-size: 9px;
    text-align: center;
    width: 110px;
}
.wideButton {
	font-size: 9px;
    text-align: center;
    width: 125px;
}
.wideButtonSmall {
	font-size: 9px;
    text-align: center;
    width: 50px;
}
.wideButtonChooser {
	font-size: 9px;
    text-align: center;
    width: 100px;
}
.wideButtonMedium {
	font-size: 9px;
    text-align: center;
    width: 150px;
}
.wideButtonLarge {
	font-size: 9px;
    text-align: center;
    width: 220px;
}
.wideSelect {
	font-size: 9px;
}
.wideText {
	font-size: 9px;
}
.wideButtonAdd {
	font-size: 9px;
    text-align: center;
    width: 75px;
}
.wideButtonRemove {
	font-size: 9px;
    text-align: center;
    width: 75px;
	margin-top: 5px;
}
.message {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 30%;
}
.messageContainer {
    margin: 0 auto;
    width: 300px;
}
.messageErrorTitle {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.messageError {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #999999;
    background-color: #ffff99;
    text-align: left;
    padding: 0 0 0 10px;
}
.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #aaaaaa;
}
.treeMenuDefault {
    font-size: 11px;
}

/* /////////////// Tooltips /////////////// */

span.tipOwner {
    position: relative; 
    cursor: hand;
    text-decoration: none;
    float: right;
}
span.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid #00ccff;
    background-color: #efefef;
    color: #000000;
    font-size: 100%;
    text-align: center;
    width: 13em;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
/* show/hide: for IE via .htc file, for non-IE via :hover pseudo */
span.tipOwner:hover span.tipText {
    display: block;
}
span.tipOwner {
    behavior: url(themes/default/css/tooltipHover.htc);
}


/* /////////////// gestoriavirtual.net 2005 /////////////// */

/*** Estilos genericos ***/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: 100%;
	background: #fff url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/bg.gif);
	text-align: center;
}

.bodyView {
	font-size: 100%;
	background: #FFF;
	text-align: center;
}

div, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

p.infoGFac {
    font: small "Bitstream Vera Sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}

br.esp {
	clear: both;
}

a {
	color : #294A7B;
	margin-top : 0px;
	padding-bottom : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

a:hover {
	color : #000000;
}

/*** Posicionamiento ***/

#contenedor  {
	width: 745px;
	background-color: #E2E2E2;
	margin: -1px auto;
	text-align: left;
	height: 100%;
	position: relative;
}

#contenedorInfo  {
	width: 745px;
	background-color: #FFF;
	margin: -1px auto;
	font-size: 12px;
	text-align: justify;
	height: 100%;
	position: relative;
}

#contenedor_bordes {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/bordes.gif) repeat-y;
	width: 779px;
	margin: 0 auto;
	position: relative;
}

#borde_sup_inf_gfac {
	margin-left: 67px;
	width: 610px;
}

#bordes_laterales_gfac {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/bordes_gfac.jpg) repeat-y;
	width: 610px;
	margin: 0 auto;
	position: relative;
}

#body_page {
	float: left;
	height: 100%;
}

#coldatos {
	color: #000;
}

#coldescripcion {
	color: #000;
	font-weight: bold
}

#superior {
	float: right;
	margin: 0;
	padding: 0;
}

#superior a {
	color: #294A7B;
	margin-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	font-family: Tahoma,Verdana,Arial;
	cursor: hand;
	text-decoration: none;
}

#superior a:hover {
	color: #fff;
}

#cabecera {
	height: 91px;
	position: relative;
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/fon_top.jpg);
}

#cabeceraInfo {
	height: 91px;
	position: relative;
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/banner_info.jpg);
}

#cabecera h1 {
	text-indent: -5000px;
	height: 91px;
}

#cabeceraInfo h1 {
	text-indent: -5000px;
	height: 91px;
}

#textoInfo {
	margin-left: 10px;
	margin-right: 10px;
}

#borderRight {
	width: 17px;
	height: 100%;
	float: left;
	background-image: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/bg_dcha.gif);
	background-repeat: repeat-y;
}

#barraInicio {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/fondo_sup.jpg);
	clear: both;	
	height: 123px;
}

#personas {
	float: left;
	margin-right: 10px;
	display: block;
}

#textoBienvenido {
	color: #FF7A00;
	display: block;
	width: 165px;
}

#textoInicio {
	float: left;
	width: 185px;
	padding-top: 20px;
}

#textoGFAC {
	float: left;
	width: 170px;
}

#tituloGFAC {
	color: #FF7A00;
	padding-top: 10px;
	padding-left: 80px;
}

#barraDescarga {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/barra_gfac.jpg);	
	width: 600px;
	height: 28px;
}

#barraDescarga p {
	color: #FFF;
	float: left;
	clear: both;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
}

#barraDescarga img{
	padding-top: 3px;
	padding-right: 15px;
}

#apartado {
	background-color: #EAEFF2;
	font-size: 12px;
	width: 252px;
	height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#apartadoActualiza {
	background-color: #EAEFF2;
	font-size: 12px;
	width: 328px;
	height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#textoGFac {
	float: left;
	width: 170px;
}

#acceso {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/acceso.jpg);
	float: right;
	width: 294px;
	height: 78px;
	padding-top: 45px;
}

#formAcceso {
	width: 230px;
	margin: 0 auto;
}

#gracias {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/graciasgv.jpg);
	float: right;
	width: 294px;
	height: 78px;
	padding-top: 45px;
}

#gracias p {
	padding-top: 7px;
	padding-left: 5px;
	/*font-weight: bold;*/
}

#btnReg {
	color: #FF7A00;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	margin-top: 5px;
	display: block;
	text-decoration: none;
}

#btnReg img {
	margin-right: 8px;
}

.blockNoticiasLegislacion {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/legislativas.jpg) no-repeat;
	width: 452px;
	height: 29px;
	display: block;
	text-indent: -5000px;
	margin-top: 15px;
}

.blockNoticiasConvenios {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/convenios.jpg) no-repeat;
	width: 452px;
	height: 29px;
	display: block;
	text-indent: -5000px;
}

.provincia {
	float: left;
	font-size: 11px;
	color: #FF7A00;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 7px;
	width: 60px;
}

.opciones {
	display:block;
	width: 150px;
	padding-left: 5px;
	margin-left: 70px;
	margin-top: 8px;
	height: 16px;
}

novedad {
	font-size: 11px;
	color: #FF0000;
}

.normativa {
	float: left;
	font-size: 11px;
	color: #FF7A00;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 7px;
	width: 60px;
}

.fecha {
	font-size: 11px;
	color: #000;
	display: inline;
	margin-left: 20px;
}

.descripcion {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	display: inline;
}

.descripcion a {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.descripcion a:hover {
	color: #000;
	text-decoration: none;
}

.descripcion a:visited {
    color: #000;
	text-decoration: none;
}

ul.noticias {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 99%;
}

#leftcontent {
position: absolute;
top:312px;
left: 0;
width: 253px;
background:#fff;
height: 100%;
}

#centercontent {
background:#fff;
margin-left: 253px;
/*margin-right:198px;*/
height: 100%;
}

#rightcontent {
position: absolute;
right:0;
top:312px;
width:198px;
background:#fff;
height: 100%;
	}

#blockPatrocinadores {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/barra.gif) no-repeat;
	width: 253px;
	height: 200px;
	float: left;
}

#blockEnlaces {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/barra_puntos_vertical.gif) repeat-y;
	width: 198px;
	height: 464px;
	float: left;
}


#blockPatrocinadores img {
	display: block;
}

.flash {
	text-align: center;
}

.cabecera_netcontrata {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/netcontrata.jpg) no-repeat;
	width: 260px;
	height: 60px;
	float: right;
	display: block;
}

.descargas_netcontrata {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/descargasnet.jpg) no-repeat;
	width: 200px;
	height: 40px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 50px;
	font-size: 12px;
	color: #FF7A00;
	font-weight: bold;
}

.soporte_netcontrata {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/soportenet.jpg) no-repeat;
	width: 200px;
	height: 40px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #FF7A00;
	font-weight: bold;
}

.reforma {
	display: block;
	width: 200px;
	height: 64px;
	float: center;
	margin-left: 24px;
	margin-bottom: -15px;
}

#acepto {
	color: #000;
	font-weight: bold;
}

#blockEnlaces img {
	float: right;
}

h3.enlaces {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/enlaces.jpg) top left no-repeat;
	height: 30px;
	text-indent: -5000px;
}

ul.enlaces {
	list-style-image: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/flecha_enlace.jpg);
	margin-top: 5px;
  margin-left: 40px;
  margin-bottom: 10px;
}

ul.ender {
    float: right;
    width: 125px; 
    margin: 0px;
    padding: 0px;
    position: relative;
    left: -10px;
    list-style-position: inside;
}

ul.enizq {
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    position: relative;
    left: 35px;
    list-style-position: inside;
}

.enlaces img {
	display: inline;
}

.enlaces a {
	color : #294A7B;
	font-weight: normal;
}

.enlaces a:hover {
	color: #000000;
}

/*** Datos de acceso ***/

ul#userData {
	position: absolute;
	width: 300px;
	right: 40px;
	bottom: 30px;
}

ul#userData li {
	width: 300px;
	padding: 0;
	display: block;
	float: right;
	font: 10px/15px Verdana;
	text-align: right;
}

#userData a {
	color: #fbc643;
	text-decoration: none;
	display: block;
	width: 300px;
	text-align: right;
}

/*** Errores ***/

#errores {
	background-color: #FFFBB8;
	width: 520px;
	height: 100%;
    border: 1px dashed #ff9600;
}

#errorLogin {
	background-color: #FFFBB8;
	width: 520px;
    border: 1px dashed #ff9600;
}

/*** Mensajes ***/

#mensajes {
	background-color: #FFFBB8;
	color: #F00;
	width: 350px;
	height: 50%;
    border: 1px dashed #FF9600;
	text-align: center;
}

#mensaje_bienvenida {
	background-color: #FFFBB8;
	color: #F00;
	width: 450px;
	height: 50%;
    border: 1px dashed #FF9600;
	text-align: center;
}

/*** Login ***/

#login {
	width: 326px;
	margin: 20px auto;
}

#loginBody {
    background-image: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/login.jpg);
    color: #184a84;
	font-size: 13px;
    height: 282px;
    text-align: center;
}

/*** Barras de navegaci� ***/

ul#navpri {
	position: absolute;
	float: right;
	width: 345px;
	right: 10px;
	top: 4px;
}

ul#navpri li {
	padding: 0;
	display: block;
	float: left;
	font: 10px/20px "Lucida Grande", verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

#navpri a {
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
}

#navpri a img {
	margin-right: 8px;
}

#sgl-nav {
	height: 34px;
	background-image: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/fondo_menu.gif);
}

#sgl-nav ul li {
	list-style-type: none;
	padding: 0;
	display: block;
	float: left;
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/fondo_menu.gif) repeat-x;
	font: 10px/34px "Lucida Grande", verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

#sgl-nav a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100px;
	border-right: 1px solid #A8B090;
}

#sgl-nav li#active {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/fondo_menu_deg.jpg) repeat-x;
}

#sgl-nav a:hover {
	background: url(http://www.gestoriavirtual.net/themes/gvirtual/images/gv/fondo_menu_deg.jpg) repeat-x;
}

