﻿body 
{
    margin:0px;
    padding:0px;
      font-family: 'Century Gothic' !important;
      font-size: 12px;
}

.contenedor_cabecera
{
    background-color:#0066cc;
    height:75px;
    width:100%;
}
.fuente{
      font-family: 'Century Gothic' !important;
      font-size: 16px;
}

.contenedor_cabecera img ,.contenedor_pie img
{
    padding:15px 0 0 10px;
    }
    
 .contenedor_pie
{
    position:absolute;
    bottom:0px;
    background-color:#0066cc;
    height:75px;
    width:100%;
}
.contenedor_cliente
{
    background-color:#ff9900;
    height:22px;
    width:100%;
}

.contenedor
{
   display:table;
   width: 100%;
  
}

.contenidos
{
   display:table-row;
}

.contenedor_menu
{
    width: 210px;
    height: 100%;
    min-height: 800px;
    background-color: #0066cc;
    display: table-cell;
    vertical-align: top;
    font-family: Calibri;
    color: #FFFFFF;
    font-size: 14px;
}

.contenedor_central
{
    margin-top: 20px;
    margin-left: 20px;
    font-family: Calibri;
}

.contenedor_central2
{
    margin-top:30px;
    height:100%;
    min-height:700px;
    display:table-cell;
    padding-left:20px;
    padding-bottom:50px;
}


.contenedor_central_index
{
    background: url('../struct/Fondo_Acceso_Gestion_Web_INDOSMedia.jpg') no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 743px;
}



.perfil
{
    float:left;
    width:200px;
    border-right:1px solid #ffffff;
    color:#ffffff;
    padding:3px 5px 0 5px;
    font-size:12px;
}
 .perfil a, .copy a
{
     color:#ffffff;
      font-size:12px;
}

.nombre_empresa
{
    color:#ffffff;
    padding:3px 5px 0 5px;
    font-size:12px;
    float:left;
}

.fecha 
{
    float:right;
    padding:3px 5px 0 5px;
    color:#ffffff;
    font-size:12px;
}

.copy
{
    margin:5px 3px;
    padding:0px 5px 0 5px;
    color:#ffffff;
    font-size:12px;
    text-align:right;
}

#menu{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:1px 1px 3px #888;
	-moz-box-shadow:1px 1px 3px #888;
}
#menu li{border-bottom:1px solid #000000;}
#menu ul li, #menu li:last-child{border:none}	
 #menu li a{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-family:Calibri, 'Century gothic','Helvetica', Arial, sans-serif;
	font-size:12px;
	padding:5px 5px;
}
#menu a:hover{
	color:#F9B855;
	-webkit-transition: color 0.2s linear;
}
#menu ul a{background-color:#666666;}
#menu ul a:hover{
	background-color:#FFF;
	color:#2961A9;
	text-shadow:none;
	-webkit-transition: color, background-color 0.2s linear;
}
 ul#menu, #menu ul{
	display:block;
	background-color:#333333;
	margin:0;
	padding:0;
	width:210px;
	list-style:none;
}
#menu ul{background-color:#666666;}
#menu li ul {display:none;}


.centrar
{
    text-align:center;
    
}

.alignLeft
{
    text-align:left;
}

.sesion
{
    margin:0px;
    margin-top:20px;
    padding:0px;
}

.sesion label
{
    color:#767676;
    text-align:left !important;
    margin-right:3px;
    
}

.sesion input
{
    width:300px;
    height:25px;
    padding:5px 8px;
}


.usuario
{
    padding-right:265px;
}
.password
{
    padding-right:250px;
}

.olvido
{
    margin-left:190px;
    margin-top:3px;
}

.olvido a
{
    text-decoration:none;
    font-size:13px;
}

.botonInicio
{
    background-color:#38be35;
    color:#ffffff;
    font-weight:bold;
    margin-top:30px;
    width:320px;
    height:38px;
    border:none;
    padding:5px 8px;
    font-size:15px;
}

.copyright
{
    color:#ffffff;
   float:left;
   margin-left:30px;
   margin-top:20px;
}

.servicio
{
    color:#ffffff;
    float:right;
    margin-right:30px;
}

.servicio p
{
    margin-bottom:8px;
}

.servicio img
{
   height:20px;
   padding:0px;
}

.BorderError
{
    color:#ff0000;
    font-weight:bold;
}

.BorderAcierto
{
    color:#00aa00;
    font-weight:bold;
}


.tituloMenu
{
    font-size:25px;
    font-weight:bold;
}

.textoBlanco
{
    color:#ffffff;
    text-decoration:none;
}


 .boton_Gris_
{
     border-radius: 6px;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari y Chrome */ /* Otros estilos */
    border: 1px solid #F0F0F0;
    width: 140px;
    padding: 0px;
   /* margin-left: 50px;
    margin-right: 50px;*/
    background-image: url('../struct/botones/boton_generico.jpg');
    background-repeat: no-repeat;
    cursor:pointer; cursor: hand;
    height: 35px;
    /*margin-bottom: 10px;*/
}

 #Button{
     border-radius: 2px;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari y Chrome */ /* Otros estilos */
    border: 1px solid #727A63;
    /*width: 140px;*/
    padding: 0px;
   /* margin-left: 50px;
    margin-right: 50px;*/
    color: #F3F99B;
    background-color: #A9B900;
    background-image: url('../struct/botones/boton_generico.png');
    background-repeat: no-repeat;
    cursor:pointer; 
   /*cursor: move;*/ 
    height: 40px;
    /*margin-bottom: 10px;*/
    font-family: 'Century Gothic';
    font-size: 12pt;
  
}

  .botonVerde
{
     border-radius: 2px;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari y Chrome */ /* Otros estilos */
    border: 1px solid #727A63;
    /*width: 140px;*/
    padding: 0px;
   /* margin-left: 50px;
    margin-right: 50px;*/
    color: #F3F99B;
    background-color: #A9B900;
    background-image: url('../struct/botones/boton_generico.png');
    background-repeat: no-repeat;
    cursor:pointer; 
   // cursor: move;
    height: 40px;
    /*margin-bottom: 10px;*/
    font-family: 'Century Gothic';
    font-size: 12pt;
  
}

.botonVerdeMini
{
     border-radius: 2px;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari y Chrome */ /* Otros estilos */
    border: 1px solid #727A63;
    /*width: 140px;*/
    padding: 0px;
   /* margin-left: 50px;
    margin-right: 50px;*/
    color: #F3F99B;
    background-color: #A9B900;
    background-image: url('../struct/botones/boton_generico.png');
    background-repeat: no-repeat;
    cursor:pointer; 
   // cursor: move;
    height: 25px;
    /*margin-bottom: 10px;*/
    font-family: 'Century Gothic';
    font-size: 10pt;
  
}
 .marginright2
{
     margin-right:2px;
}

  .marginright4
{
     margin-right:4px;
}
    .marginright80
{
     margin-right:80px;
}
      .marginright90
{
     margin-right:90px;
}
        .marginright100
{
     margin-right:100px;
}
.marginright150{
    margin-right: 150px;
}
.marginright140 {
    margin-right: 140px;
}
  .marginright60
{
     margin-right:60px;
}
  .marginright70
{
     margin-right:70px;
}
 .marginLeft4
{
    margin-left:4px;
}
 .marginLeft10
{
    margin-left:10px;
}

.marginLeft20
{
    margin-left:20px;
}

.marginLeft250
{
    margin-left:250px;
}


 .overlay  
        {
    	   position: fixed;
    	    z-index: 98;
    	    top: 0px;
    	    left: 0px;
    	    right: 0px;
    	    bottom: 0px;
            background-color: #aaa; 
            filter: alpha(opacity=80); 
            opacity: 0.8;
        }
        .overlayContent
        {
    	    z-index: 99;
    	    margin: 250px auto;
    	   width: 200px;
    	   height: 80px;
        }
        .overlayContent h2
        {
            font-size: 15px;
            font-weight: bold;
            color: #000;
        }
        .overlayContent img
        {
    	   /* width: 160px;
    	    height: 20px;*/
        }

.formulario
{
    margin: 10px 0px;
}

.formulario label
{
    display:block;
    float:left;
    width:150px;
}

.formulario img
{
    width:200px;
}

.borderGrisMargin
{
    border: 1px solid #666666;
    padding:10px;
    margin:0px 30px 10px 0px;
}

.borderGris {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px solid #d7d7d7;
    padding: 4px;
    /*float: left;*/
    text-align: center;
    max-width: 300px;
    height: 250px;
    min-width: 300px;
    font-size: 12pt;
    color: #808080;
    font-family: 'Century Gothic';
    margin:2px 2px 2px 2px;
}
.borderGris2 {
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 3px solid #f0c9f0;
    padding: 0px;
    /*float: left;*/
    text-align: center;
    max-width: 300px;
    /*height: 250px;*/
    min-width: 300px;
    font-size: 10pt;
    color: #808080;
    font-family: 'Century Gothic';
    margin: 0px 0px 0px 0px;
}

.tituloAzul
{
    color:#0066cc;
    font-weight:bold;
    margin:30px 0px 10px 0px;
}

.tituloAcordeon
{
    background-color:#579b21;
    color:#ffffff;
    padding:5px 10px;
    border:1px solid #333333;
}
.tituloAcordeon img
{
   float:right;
}

.botonImageBusqueda
{
    margin-top:20px;
}

.black_overlay
{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 150%;
    height: 300%;
    background-color: Gray;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content
{
    position: fixed;
    top: 35%;
    left: 15%;
    width: 70%;
    height:20%;
    padding: 15px 20px;
    border: 1px solid #004283;
    z-index: 1002;
    overflow: auto;
    background-color:#ffffff;
    text-align:center;
}

.white_content3
{
    position: fixed;
    top: 10%;
    left: 15%;
    width: 70%;
    height:80%; 
    padding: 15px 20px;
    border: 1px solid #004283;
    z-index: 1002;
    overflow: auto;
    background-color:#ffffff;
    text-align:left;
}

.fondo_boton
{
    background-color:#0066cc;
    color:#ffffff;
    padding:5px 10px;
    margin:10px;
    text-decoration:none;
}

.interseccion
{
    clear:both;
}

.marginTop30
{
    margin-top:30px;
}

.flotado_izda
{
    float:left;
}

.flotado_dcha
{
    float:right;
}

.marginHorizontal20
{
    margin:0 20px;
}

.h200px
{
    height:200px;
}

.textoRojo
{
    font-size:10px;
    color:#aa0000;
}

.textoVerde
{
    font-size:10px;
    color:#00aa00;
}

#divMovil { 
  left: 820px;
  position: relative;
  width: 170px;
}

#divFijo {
  position: relative;
  top: 0;
  width:0px;
  /* just used to show how to include the margin in the effect */
}

#divFijo.fixed {
  position: fixed;
  top: 0;
  width:170px;
  margin-top:10px;
}

.tituloZona
{
    border-bottom:1px solid #000000;
    font-style:italic;
    margin-right:5px; 
    padding-left:3px;
    clear:both;
}

.tituloAcordeon
{
    color:#ffffff;
    background-color:#94a4c2;
    padding:5px;
    border:1px solid #7987a1;
    margin:10px 0;
}

.w160px
{
    width:160px;
}

.w250px
{
    width:250px;
}

.borderBottomVerde
{
    border-bottom:2px solid #7dad26;
    width:100%;
    margin-bottom:30px;
}

.fondo_tab_activo_largo
{
    background: url('../struct/fondo_tab_activo_largo.jpg') no-repeat 0px 0px;
    width:150px;
    height:29px;
    border:none;
    color:#ffffff;
    padding-top:3px;
    font-weight:bold;
    cursor:pointer;
}

.fondo_tab_inactivo_largo
{
    background: url('../struct/fondo_tab_inactivo_largo.jpg') no-repeat 0px 0px;
    width:150px;
    height:29px;
    border:none;
    color:#ffffff;
    padding-top:3px;
    font-weight:bold;
    cursor:pointer;
}

.alignRight
{
    text-align:right;
}

.flotado_izda_margin {
    float: left;
    padding: 20px 0 0;
}
/********************* tabs contenidos **********************/
.borderBottomGris
{
    /*border-bottom:1px solid #cccccc;
    width:100%;
    margin-bottom:30px;
    padding:0px 0px;*/
 
}
.fondo_tab_activo_largo
{
    background: url('../struct/fondo_tab_activo_largo.jpg') no-repeat 0px 0px;
    width:150px;
    height:29px;
    border:none;
    color:#ffffff;
    padding-top:3px;
    font-weight:bold;
    cursor:pointer;
}
.fondo_tab_inactivo_largo
{
    background: url('../struct/fondo_tab_inactivo_largo.jpg') no-repeat 0px 0px;
    width:150px;
    height:29px;
    border:none;
    color:#ffffff;
    padding-top:3px;
    font-weight:bold;
    cursor:pointer;
}
.paddingH_4 {
    
    padding-left: 4px;
    padding-right: 4px;
}
.paddingBottom5
{
    padding-bottom:5px;
}
.paddingBottom10
{
    padding-bottom:10px;
}
.paddingBottom15
{
    padding-bottom:15px;
}

.paddingBottom20
{
    padding-bottom:20px;
} 
.paddingTop2{
    padding-top:2px;
}
.paddingTop5{
    padding-top:5px;
}
.paddingTop10{
    padding-top:10px;
}
.paddingTop20{
    padding-top:20px;
}

.paddingLeft25
{
    padding-left:25px !important;
}

.paddingLeft10
{
    padding-left:10px !important;
}

 .linksimple {text-decoration: none;
                      text-shadow:initial;
                      font-size: 14pt;
                      color: blue;
             }

