/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/03/2014, 15:26:31
    Author     : user
*/

html, body {
    height: 100%;
}

/*html, hmtl a{
        width:100%;
     font-size: 100%; 
        -webkit-text-size-adjust: 100%; 
        -ms-text-size-adjust: 100%;
}*/


body{
    background:#ffffff;
    color:#676767;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    padding:0px;
    margin:0px;

}


a{
    color:#4cc6f4;
    text-decoration: none;
    cursor: pointer;

    -webkit-transition: color 0.1s linear 0s;	
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
    outline: 0;
    color:#D0D5FF;
    text-decoration:none;
}

a img {
    border: none;
}

a > img {
    vertical-align: bottom;	
}

img {
    max-width: none;	
}



.color-text {
    color: #676767;
}

.through{
    text-decoration:line-through;
}

input, button, select, textarea {
    font-family:Arial, Helvetica, sans-serif;
    outline: 0;
    color: #676767;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
    outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #676767;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #676767;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #676767;
}


/* ==================================================
   Typography
================================================== */

h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11,h12,h13,h14{
    font-family:Arial, Helvetica, sans-serif;
}

h1{
    font-size:2.8em;
    color:#FFFFFF;
    line-height:2em;
    font-weight: normal;	
}

h2{

}

h3{
    font-size:1em;
    color:#FFFFFF;
    text-transform:uppercase;
    padding-left:20px;
    padding-top:5px;
}

h4, .label_div{
    font-weight: bold;
    font-size:0.8em;
    color:#676767;	
}

h5{
    font-size:0.9em;
    color:#FFFFFF;
    line-height:3em;
    text-align:center;
}

h6{
    font-size:1.7em;
    color:#000;
    line-height:3em;
    margin-left:180px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 25px;
}

h7{
    font-size:0.8em;
    color:#00a9e0;

}

h8{
    font-size:0.75em;
    color:#676767;

}

h9{
    font-size:1.7em;
    color:#0280a9;
    line-height:3em;
    margin-left:180px;


}

h10{
    font-size:0.75em;
    color:#676767;
    padding-left:20px;
    line-height:3em;

}
h11{
    font-size:0.75em;
    color:#b5b5b5;
    padding-left:20px;
    line-height:3em;

}
h12{
    font-size:0.75em;
    color:#00a9e0;
    padding-left:20px;
    line-height:3em;

}


h13{
    font-size:0.75em;
    color:#1e9a11;
    padding-left:20px;
    line-height:3em;

}

h14{
    font-size:0.8em;
    color:#ffffff;
    padding:30px;

}

/* ==================================================
   Header
================================================== */

header {
    width: 100%;
    z-index: 99;
}

header .encabezado {
    position: relative;
    width: 100%;
    height: 150px;
    background:url(../images/header_background.png) repeat-x;
    z-index: 1001;
    margin:0 px;

}


header #logo_cnrt {
    color: #FFFFFF;
    float: left;
    padding: 35px 0;
    margin-left: 20px;
}

header #logo_cnrt a {
    background: url(../images/logo_CNRT.png) no-repeat;
    width: 171px;
    height: 79px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;	
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo_cnrt a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);	
}


header #logo_min {
    color: #FFFFFF;
    float: right;
    padding: 35px 0;
    margin-right: 20px;
}

header #logo_min a {
    background: url(../images/logo_ministerio.png) no-repeat;
    width: 264px;
    height: 79px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;	
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo_min a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);	
}



header #logo_title {  
    text-align: center;
    float: left;
    display:block;
    position: relative;
    width: 50%			
}
header #logo_title h1{  
    text-align: center;
    width: 100%;
}

/* ==================================================
   Footer
================================================== */

footer {
    width: 100%;
    z-index: 99;
}

.encabezado_footer {
    position: relative;
    width: 100%;
    height: 70px;
    background:url(../images/footer_background.jpg) repeat-x;
    margin-top: 100px;	
}



/* ==================================================
   Banners
================================================== */

#banner {
    width: 100%;
    z-index: 99;          
}

.banner_encabezado {
    position: relative;
    width: 1010px;
    z-index: 1001;
    margin-left: auto;
    margin-right: auto;

}

.banner_pdf {
    color: #FFFFFF;
    float: left;
    padding: 10px;

}

.banner_pdf a {
    background: url(../images/banner_pdf.jpg) no-repeat;
    width: 300px;
    height: 79px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;	
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;	
}

.banner_pdf a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);	
}






.banner_banco {
    color: #FFFFFF;
    float: left;
    padding: 10px;

}

.banner_banco a {
    background: url(../images/banner_banco.jpg) no-repeat;
    width: 315px;
    height: 79px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;	
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;	
}

.banner_banco a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);	
}




.banner_bapro {
    color: #FFFFFF;
    float: left;
    padding: 10px;

}

.banner_bapro a {
    background: url(../images/banner_bapro.jpg) no-repeat;
    width: 315px;
    height: 79px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;	
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;	
}

.banner_bapro a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);	
}

.banner_ie11 {
    color: #FFFFFF;
    float: left;
    padding: 10px;

}

.banner_ie11 a {
    background: url(../images/ie11.jpg) no-repeat;
    width: 271px;
    height: 84px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;	
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;	
}

.banner_ie11 a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);	
}






.banner_chrome {
    color: #FFFFFF;
    float: left;
    padding: 10px;

}

.banner_chrome a {
    background: url(../images/chrome.png) no-repeat;
    width: 246px;
    height: 80px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;	
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;	
}

.banner_chrome a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);	
}




.banner_firefox {
    color: #FFFFFF;
    float: left;
    padding: 10px;

}

.banner_firefox a {
    background: url(../images/firefox.png) no-repeat;
    width: 223px;
    height: 84px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;	
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;	
}

.banner_firefox a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);	
}

/* ==================================================
   Menu
================================================== */

menu {
    position: relative;
    width: 100%;
    height: 55px;
    background: #0280a9;
    padding:0px;
    margin:0px;


}

nav#menu {
    float: left;
    margin-left: 30px;



}

nav#menu #menu-nav {
    margin: 0;
    padding: 0;	
}

nav#menu #menu-nav li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;


}

nav#menu #menu-nav li:first-child {
    margin-left: 0;	
}

nav#menu #menu-nav li a {
    color: #FFFFFF;
    font-size: 0.875em;
    line-height: 3.75em;
    display: block;


    /*text-transform: uppercase;*/

}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
    color: #4cc6f4;
}

.border{
    border-left:#FFF solid 0.1em;
    padding-left:20px;
    padding-right:10px;
    height:35px;
    margin-top:5px;
}

.user{
    display: inline-block;
    float: right;
    margin-right: 30px;
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 5.5em;

}



/* ==================================================
  Contenido
================================================== */

.contenido_div{
    position: relative;
    width: 70%;
    margin-left:auto;
    margin-right:auto;
    margin-top: -20px; 
}
#contenido{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-top: 15px;
}

/* ==================================================
  Titulo
================================================== */

#titulo{
    padding:0px;
    background:url(../images/icono_viajes.png) no-repeat left #f3f3f3;
}

/* ==================================================
  Sub titulo
================================================== */

.subtitulo_fondo{
    position: relative;
    //height: 30px;
    padding-bottom: 2px;
    padding-top: 2px;
    background: #a4a3a3;
    padding:0px;

}

.subtitulo_fondo1{
    position: relative;
    height: 30px;
    background: #e7e5e5;
    padding:0px;
    border:#FFFFFF solid 2px;

}

.subtitulo_fondo2{
    position: relative;
    height: 30px;
    background: #f0efef;
    padding:0px;
    border:#FFFFFF solid 1px;

}
.subtitulo_fondo3{
    position: relative;
    min-height: 30px;
    background: #00adef;
    padding:0px;


}
#categoriasTramite ul li {
    list-style: none;
    background:url(../images/flecha.png) no-repeat left;
    padding-left:20px;
    padding-bottom:3px;


}

.mensaje_info{
    position: relative;
    height: 30px;
    background: #eefff3;
    border:#0e9300 solid 1px;
    padding:0px;

}


/* ==================================================
  Texto de Areas
================================================== */
.margen{
    padding-left:20px;

}


.boton{
    background: #00a9e0;
    width:130px;
    height:50px;
    margin-left:830px;


}

.boton_cancel{
    background: #00a9e0;
    width:100px;
    height:40px;
    margin-right:10px;
    margin-left:auto;	
}

/* ==================================================
   Ajuste fino
================================================== */
button[type="submit"] {
    margin-top: 10px;
}

table{
    margin-bottom: 15px;
}
table tr th{
    padding-right: 10px;
}
table tr td{
    padding-left: 0px;
    padding-right: 30px;
}

#categoriasTramite{

    padding-bottom: 70px;
}
.tilde{
    position: relative;
    z-index: 1002;
    padding-left: 5px;
    display: none;    
}
.required_asterisk{
    padding-left: 2px;
    color: red;
    font-weight: bold;
    font-size: 1.3em;
}
.aclaracion{
    float:right;
    font-size:0.8em;
    padding:10px;
}
form div{
    padding-bottom: 10px;
}
.captcha_reload{
    display:block;
    background:url(../images/actualizar.jpg) no-repeat left;
    padding-left:20px;

}
.error_msj{
    color: red;
}

.ui-dialog-titlebar{
    display:none;
}

#cnrt_boletasbundle_tramite_vencimientoBoleta,  
#cnrt_boletasbundle_tramite_idTipoTramite, 
#cnrt_boletasbundle_tramite_padron{
    display: none;
}

/* ==================================================
   Backend
================================================== */

.display{
    margin-bottom: 15px;
}
.display tr th{
    font-size: 0.9em;
    padding: 2px;
    padding-right: 10px;
}
.display tr td{
    font-size: 0.9em;
    padding: 2px;
    text-align: center;
}
.display tr td li{
    padding-left: 7px;
    padding-right: 7px;
    list-style: none;
    display: inline-block;
}
.display tr td a{
    font-weight: bold;
}

.infoPrincipal{
    box-sizing: border-box;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
    border-left-color: #aa6708;
}

.logoCnrt{
    background: url(../images/logo_CNRT.png) no-repeat;
    color: #FFF;
    width: 300px;
    height: 74px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    margin-top: 10px;
    filter: alpha(opacity=100);
}

.logoMinisterio{
    background: url(../images/logo_ministerio.png) no-repeat;
    width: 264px;
    height: 79px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

#titleBoletas{
    font-size: 32px;
}
#titleBoletas p{
    margin-top: 5px;
    margin-bottom: 0;
}

.containerHeader{
    padding-top: 20px;
    width: 70%;
}

.inicio{
    display: block;
    height: 100%;
    width: 125px;
    text-decoration: none;
    text-indent: -9999px;
}