/* HACKS ------------------------------------------------------------*/

.clear{
    clear:both;
    height:1px;
}

.inv{ display:none; }

.alignleft{
    float: left;
    margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/


body {
    position:relative;
    margin:0;
    padding:0;
    font-family:Verdana, Geneva, sans-serif;
}

#wrapper{
    width: 966px;
    margin: 1px auto;
    background:url(../img/fondo-contenido.png)repeat-y;
    min-height: 600px;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#header{
    height: 150px;
    position: relative;
    background: #fff url(../img/img-superior-slide.png)no-repeat;
    z-index: 10;
}

#main{
    position: relative;
}

#content{
    min-height: 500px; /*Tamano minimo contenido*/
    overflow: hidden;
    margin-bottom: 40px;

}

#footer{
    position: relative;
    color: #fff;
    background: url(../img/fondo-pie-de-pagina.png) repeat-x; 
}

#footer a{
  text-decoration:none;
}

#content p{
    padding: 0 0 0 0;
}

#content .line-divider{
    clear: both;
    border-bottom: 1px solid #d7d7d7;

}


/* TITLE --------------------------------------------------------*/

#page-title{
    margin-top:-5px;
    overflow: hidden;
    height: 66px;
    text-align:center;

}

/* tituloprincipal --------------------------------------------------------*/

#page-title a.tituloprincipal {
    border-bottom:1px solid black;
    font-size:12px;
    font-weight:bold;
    color:gray;
    text-decoration:none;
    margin: auto;
}
#page-title .subtitle{
    display: inline-block;
    line-height: 40px;
    color: #929191;
    font-size:12px;
    text-align:center;
}

.subtitle{
    display: inline-block;
    line-height: 40px;
    color: #929191;
    font-size:12px;
    text-align:center;
}
#page-title .subtitle2{
    width: 500px;
    float: left;
    margin-left: 40px;
    line-height: 40px;
    color: #929191;
    font-size:12px;
}



.cerrar, .contrasena{
    margin: 0 4em; 
    float: right; 
    clear: right;
    color: #929191;
    padding: 0 0 0 20px;

}

.cerrar{
    background: #FFF url(../img/cerrar.png) no-repeat left center;
}

.botonclic{
    margin: 45px auto;
    width: 250px;
    height:70px;
    background:  url(../img/boton.png) no-repeat left center;
}

.titulotabla{

    font-size:12px;
    font-weight:bold;
    color:gray;
    text-decoration: underline;
    text-align:center;
}

/* PAGES --------------------------------------------------------*/

#page-content{
    float: left;
    width: 906px;
    margin-left: 30px;
}

#page-content a{
    font-size:12px;
    color:gray;
    /* margin-left:30px;*/
    text-decoration:none;
}

#page-content a:hover{
    font-size:12px;
    color:rgb(71, 63, 63);
    /*margin-left:30px;*/
    text-decoration:none;
}

#page-content .texto{
    margin:0 auto 0 auto; 
    font-size:12px;
    font-weight:bold;
    color:gray;
    text-decoration:none;
}

#page-content .texto2{
    text-align:center;    
    font-size:10px;
    color:gray;
    text-decoration:none;
}
#page-content .texto3{
    margin:0 auto 0 auto; 
    font-size:12px;
    color:gray;
    text-decoration:none;
}

#page-content span
{ 
  
    text-align: left;
}


.lista {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse:separate;
	border-spacing:0;
	border-top:1px solid white;
	margin: 0px 0 28px 15px;
   	width:96%;
	 text-align: center;
    
         
}

.lista caption {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding: 5px;
    background: #848484;
    border: 1px solid #ccc;
    color: #FFF;
}

.lista thead tr th {
    text-transform: uppercase;
    background: #848484;
}

.lista tfoot tr th, table tfoot tr td {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
   
}
.lista tfoot tr th {
    width: 20%;
}

.lista tfoot tr td {
    width: 80%;
    
}

.lista td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-size: 0.8em;
    vertical-align: top;
    color: #1F1F1F;
    
	
}

.lista th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px;
   
    font-size: 0.8em;
    vertical-align: top;
    color: #ffffff;
    
	
}

.lista tr.odd th, .lista tr.odd td {
    background: #D8D8D8;
    
}

/*tabla con borde redondo*/
#tablita { 
    border-collapse: 
    separate; 
    border-spacing: 0; 
}
#tablita td {
    border: solid 1px #fff;
    border-style: none solid solid none;
    padding: 10px;

}
#tablita tr:first-child td:first-child { 
    border-top-left-radius: 10px; 
   -webkit-border-top-left-radius:10px;
  -moz-border-top-left-radius: 10px;
}
#tablita tr:first-child td:last-child { 
    border-top-right-radius: 10px; 
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
}
#tablita tr:last-child td:first-child {
    border-bottom-left-radius: 10px; 
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
}
#tablita tr:last-child td:last-child {
    border-bottom-right-radius: 10px; 
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;

}
#tablita tr:first-child td { 
    border-top-style: solid; 
}
#tablita tr td:first-child { 
    border-left-style: solid; }


/*tabla con borde redondo*/


/*tabla con borde redondo*/
#table { 
    border-collapse: separate; 
    border-spacing: 0;
    margin-top: 5px;
      font-size:12px;
         
}
#table td {
    border: solid 1px #fff;
    border-style: none solid solid none;
    padding: 3px;
    color: #929191;
  

}
#table tr:first-child td:first-child { 
    border-top-left-radius: 10px; 
}
#table tr:first-child td:last-child { 
    border-top-right-radius: 10px; 
}
#table tr:last-child td:first-child {
    border-bottom-left-radius: 10px; 
}
#table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
#table tr:first-child td { 
    border-top-style: solid; 
}
#table tr td:first-child { 
    border-left-style: solid; }


/*tabla con borde redondo*/
/* FORMS ------------------------------------------------------------*/
.btnimg {
    left: 12px;
    margin: auto;
    position: relative;
    text-align: center;
    width: 290px;
}
.refresh{
    top: 5px; 
    width: 20px; 
    float: right; 
    position: relative;
}




.form
{  
    margin: auto ;
    padding: 1px 6px 42px 6px;
    /*se define el ancho especificado para que sea el equivalente al ancho total*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    /*border: solid 0.1em #BDBDBD;*/
    color: #fff;
    /*para Firefox*/
    -moz-border-radius: 10px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 10px;
    /*para Opera*/
    border-radius: 10px;
    text-align: center; /*con esto mas inline-block en ul centro la lista */

}

.form span
{ margin-left: 52px;
  float: left; 
  width: 256px; 
  color: #929191;
  font-size:12px;
  position: relative;}

.label
{ margin-left: 12px;
  float: left; 
  color: #929191;
  font-size:12px;
  position: relative;}

.form input[type="text"][disabled], 
.form input[type="text"][readonly]
{
   color: #939090;
}

.form input[type="text"] , .form  input[type="password"], .form textarea
{ 
    border:0;
    width: 248px; /* Definimos el ancho del objeto*/
    height: 30px; /* Definimos el alto del objeto */
    padding: 7px;
    /*se define el ancho especificado para que sea el equivalente al ancho total*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font: 100% arial; 
    background: url(../img/input.png)no-repeat;
    color: #47433F;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: none;
}

#textos-largos.form input[type="text"]  
{ 
    border:0;
    width: 300px; /* Definimos el ancho del objeto*/
    height: 30px; /* Definimos el alto del objeto */
    padding: 7px;
    /*se define el ancho especificado para que sea el equivalente al ancho total*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font: 100% arial; 
    background: url(../img/input.png)no-repeat;
    color: #47433F;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: none;
}

.form input[type="button"], .form input[type="submit"]
{ 
    border:0;
    opacity:1;
    width: 124px; /* Definimos el ancho del objeto*/
    height: 28px; /* Definimos el alto del objeto */
    cursor: pointer; 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	  outline: none;

}

.form  input[type="button"]:hover, input[type="submit"]:hover{
    opacity:0.8;
}

.form textarea
{ font: 100% arial; 
  width: 299px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
   outline: none;}

.form select
{
    border:0;
    width: 248px; /* Definimos el ancho del objeto*/
    height: 28px; /* Definimos el alto del objeto */
    padding: 6px;
    /*se define el ancho especificado para que sea el equivalente al ancho total*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font: 100% arial; 
    color: #47433F;
    background: url(../img/select.png) no-repeat;
    -webkit-appearance: none;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    outline: none;
}

  /* Estilo de la Flecha*/
    .flecha:after {
        content: "∨";
        position: absolute;
        top: 22px;
        right: -41px;
        bottom: 0;
        padding: 0px 8px 1px;
        background: #BDBDBD;
         font-weight: bold;
        font-size: 14px;
        color: white;
        height: 27px; /* Definimos el alto del objeto */
        pointer-events:none;
        -webkit-border-radius: 0 12px 12px 0;
        -moz-border-radius: 0 12px 12px 0;
        border-radius: 0 12px 12px 0;
    }
    
    .no-pointer-events .flecha:after {
        content: none;
    }

.form checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.form .imagen
{   display:inline-block;/*para centrar el menu*/
    color: #929191;
    font-size:10px;
}



/* COLUMNS LAYOUT----------------------------------------------------------*/

.contenedor{
    width:660px; /* Same width as both columns */
    min-height: 215px; /*Esta raro*/
    margin:auto; /* Will center the container */
}

.datos {
    z-index: 1;
    overflow: hidden;
    margin:15px auto; /* Will center the container */
}
.cuadromediano, 
.cuadropequeno{

    float:left;
    position:relative;
    left: 18px; /*Revisar*/

}

.cuadromediano{
    margin-top: 30px;
    width: 450px;
}

.cuadropequeno{
    margin-top: 35px;
    margin-left: 10px;
    width: 400px;
}

.box { 
    margin: auto;
    width: 725px; 
    background-image: url("../img/fondo-3.png"); 
    background-repeat: repeat-y; 
}

.boxarriba { 
    background-image: url("../img/fondo-1.png"); 
    background-position: bottom center; 
    background-repeat: no-repeat; 
    padding: 15px;
}

.boxabajo { 
    background-image: url("../img/fondo-2.png"); 
    background-position:top center;
    background-repeat: no-repeat;
    margin: auto; 
    padding: 15px; 

}


.caja { 
    margin: auto;
    width: 574px; 
    background-image: url("../img/centro.png"); 
    background-repeat: repeat-y; 
}

.cajaarriba { 
    background-image: url("../img/arriba.png"); 
    background-position: bottom center; 
    background-repeat: no-repeat; 
    padding: 15px;
}

.cajaabajo { 
    background-image: url("../img/abajo.png"); 
    background-position:top center;
    background-repeat: no-repeat;
    margin: auto; 
    padding: 15px; 

}

.cuenta { 
    margin: auto;
    width: 668px; 
    background-image: url("../img/cuenta-medio.png"); 
    background-repeat: repeat-y; 
}

.cuentaarriba { 
    background-image: url("../img/cuenta-arriba.png"); 
    background-position: bottom center; 
    background-repeat: no-repeat; 
    padding: 13px;
}

.cuentaabajo { 
    background-image: url("../img/cuenta-abajo.png"); 
    background-position:top center;
    background-repeat: no-repeat;
    margin: auto; 
    padding: 13px; 

}

.columna_izquierda,
.columna_derecha
{
    width: 262px;
    float:left;
    position:relative;
    left: 18px;
}

.colum_izquierda,
.colum_derecha
{
    width: 340px;
    float:left;
    position:relative;
    left: 18px;

}

/*Fin columnas...............*/
#datos {
    overflow: hidden;
    height: 170px;
}
#datos .informacion {
    position: absolute;
    left:5%;
    top:29px;
    width: 252px;
    height: 78px;
    float: left;
    padding: 20px;
    background: url(../img/caja-cuenta.png)no-repeat; 

    /*para Firefox*/
    -moz-border-radius: 10px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 10px;
    /*para Opera*/
    border-radius: 10px;

}
/*MENSAJES DE ERROR FORMULARIOS*/
.msg{
    width:500px; /* Same width as both columns */
    margin:auto; /* Will center the container */
    text-align:center;
}
.error { 
    color: #f00; 
    font-weight: bold; 
    font-size: 12px; 


}
.success { 
    color: #00f; 
    font-weight: bold; 
    font-size:12px; 

}

/*FIN MENSAJES DE ERROR*/


ul#menu {
    height:62px;
    background: url(../img/botonera.png) no-repeat;
    background-position:center;
}

ul#menu li {
    display: inline;
}

ul#menu li a {
    background: url(../img/iconos_nuevo.png) no-repeat;
    background-position:center;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 10em;
    margin-left: 10px;

}

ul#menu li a.s-1{
   background-position: 0 2px;
	width: 130px;
	height: 61px;
}

ul#menu li a.s-1:hover {
   background-position: 0 -61px ;
	width: 130px;
	height: 61px;
}

ul#menu li  a.s-1#a-1{
    background-position: 0 -61px ;
	width: 130px;
	height: 61px;
}

ul#menu li a.s-2{
  background-position: -138px 2px;
	width: 140px;
	height: 61px;
}

ul#menu li a.s-2:hover {
   background-position: -138px -61px ;
	width: 140px;
	height: 61px;
}

ul#menu li a.s-2#a-2 {
    background-position: -138px -61px ;
	width: 140px;
	height: 61px;
}


ul#menu li a.s-3{
   background-position: -293px 2px ;
	width: 140px;
	height: 61px;
}

ul#menu li a.s-3:hover {
  background-position: -293px -61px ;
	width: 140px;
	height: 61px;
}

ul#menu li a.s-3#a-3 {
   background-position: -293px -61px ;
	width: 140px;
	height: 61px;
}

ul#menu li a.s-4{
   background-position: -444px 2px;
	width: 113px;
	height: 61px;
}

ul#menu li a.s-4:hover {
  background-position: -444px -61px ;
	width: 113px;
	height: 61px;
}

ul#menu li a.s-4#a-4 {
    background-position: -444px -61px ;
	width: 113px;
	height: 61px;
}

ul#menu li a.s-5{
   background-position: -560px 2px;
	width: 140px;
	height: 61px;
}

ul#menu li a.s-5:hover {
   background-position: -560px -61px ;
	width: 140px;
	height: 61px;
}

ul#menu li a.s-5#a-5 {
    background-position: -560px -61px ;
	width: 140px;
	height: 61px;
}

ul#menu li a.s-6{
   background-position: -703px 2px;
	width: 165px;
	height: 61px;
}

ul#menu li a.s-6:hover {
   background-position: -703px -61px ;
	width: 165px;
	height: 61px;
}

ul#menu li a.s-6#a-6 {
    background-position: -703px -61px ;
	width: 165px;
	height: 61px;
}

/* PAGER ------------------------------------------------------------*/

.pager{
    overflow: hidden;
    display: block;
    height: 22px;
    margin:auto;
    text-align: center
}

.pager li{
    display: block;
    width: 33px;
    height: 22px;
    margin-right: 8px;
    float: left;
}

#content .pager li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #38A445;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#content .pager li:hover a{
    color: #585858;
    background: #D2CFCE;
}
#content .pager li.active a, #content .pager li.disabled a{
    color: #585858;
    background: #D2CFCE;
    pointer-events: none;
    cursor: default;
}


/*Botones de tabs*/

/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important;
	padding:11px 0px 20px 25px;	
	height:46px;
}

body.home ul.tabs { 
	list-style:none; 
	margin:0 !important;
	padding:11px 30px 0px 30px;	
	height:30px;
}



/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image: none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	color:  #363636;
	font-size:14px;
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	padding: 3px 15px;
	margin:0px;	
	margin-right: 10px;
	position:relative;
	top:1px;
	background: #CECFD0;
	border-radius: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 10px;
}

#content ul.tabs a{
	color: #363636;
}

ul.tabs a:active {
	outline:none;
        background: #BC5429;
        
}

/* when mouse enters the tab move the background image */
#content ul.tabs a:hover { background: #BC5429;  color: #fff; }

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current,
#content ul.tabs a.current:hover,
ul.tabs li.current a {	
	cursor:default !important; 
	color:#fff !important;
	display: block;
	background: #BC5429;
}


#menu-inferior{
	font:verdana;
	font-size:10px;
	list-style:none;
	color:#333;
	font-weight:bold;
	position:relative;
	z-index:3;
        height: 18px;
	/*margin:-9% 0 0 3%;	*/
}

#menu-inferior li{
	display:inline;
}

#menu-inferior li a{
	text-decoration:none;
	color:#333;
}

#menu-inferior li a:hover{
	color:#F60;
}

/**********************ESTILOS INPUT FILE*********************/

#BrowserVisible,
#BrowserVisible2,
#BrowserVisible3,
#BrowserVisible4,
#BrowserVisible5{
    width: 250px; 
    margin-left: 36px;
    margin-top: -40px;
    z-index: 1;
    background: url(../img/pdf.png) 100% 3px no-repeat;
}

#FileField, 
#FileField2,
#FileField3,
#FileField4,
#FileField5{
      margin-right: 18px;
      width:215px;
     background: url(../img/input-file.png) 100% 0 no-repeat;
  
}

#archivo,
#archivo2,
#archivo3,
#archivo4,
#archivo5{
   
    width: 260px; 
    -moz-opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    z-index: 2;
}
.error-message, label.error {
                color: #ff0000;
                margin:0;
                display: inline;
                font-size: 10px;
                font-weight:lighter;
                padding-left: 10px;
                float: left;
				margin-left:50px;
            }


