.contenedor{	
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    background-color: #32266b ;
}
.encuesta{
       text-decoration: none !important;
       font-size: 12px !important;
}
.link{
       font-size: 12px !important;
       color: #446e9b !important;
}
.contenedor-externo {
    min-height: 100%;
    width: 100%;
    min-width: 370px;
    
    
}

.contenedor-interno {
    padding-top: 10px;
    padding-left: 10%;
    min-width: 380px;
    width: 90%;
}

.ama-lavida{
	background: url("../images/ama_la_vida.jpg") no-repeat 0 0;
	height: 50px;
	width: 100px;
}

nav.navbar {
    margin-bottom: 0;
    background: #32266b ;
    color: #fff;
}

nav.navbar-inverse {
    border-color: #32266b ;
}

.navbar-inverse .navbar-nav>li>a {
    color: #f5f5f5!important;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background: #241b4b!important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background: #32266b !important;
}
.contenido main {
    height: 100%;
    width: 100%;
    float: left;
    background: #fff;
    border: 3px solid #c2c2c0;
    border-top: none;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    padding: 20px;
}

/*
.contenido footer {
    height: 118px;
    width: 100%;
    float: left;
    background: url("../images/fondo_footer.jpg") repeat-x;
    text-align: center;
    border: 3px solid #c2c2c0;
    border-top: none;
    border-radius: 0 0 8px 8px;
}*/

.menu-bar {
    height: 53px;
    width: 100%;
    float: left;        
    border-radius: 0 0 8px 8px;
}

.contenido footer img{
    height: 50px;
}

.companyHeaderGrid.ui-panelgrid>*>tr,
.companyHeaderGrid.ui-panelgrid .ui-panelgrid-cell {
    border: none !important;
}

.grid-40{
	width:40%;
}

.grid-60{
	width:60%;
}

.grid-100{
	width:100%;
}

.grid-rigth{
	text-align: right;
}

.grid-left{
	text-align: left;
}

.gri-height{
	height: 40px;
}

.captcha-height{
	height: 40px;
}

a {
	font-size: 14px !important;
}

hr {
    margin-top: 0 !important;
}

.tutilo-consulta{
	border-bottom: 1px;
	border-bottom-style: solid;
}

.NPR {
    padding-right: 0!important;
}

.msg-amarillo {
    background: #fff6bf;
    border: 2px solid #44779F;
    padding: 2px 10px;
    margin-top: 24px;
    border-radius: 5px;
    display: block;
    width: 100%;
    float: left;
}

.msg-rojo {
    background: #f2dede;
    border: 2px solid #a94442;
    padding: 10px;
    border-radius: 5px;
    color: #a94442;
}

.msg-amarillo h4 {
    font-weight: bold;
    color: #44779F;
    font-size: 90% ;
    margin-bottom: 5px;
    margin-top: 7px;
}

.msg-amarillo p {
    font-weight: bold;
    line-height: 150%;
    text-align: justify;
    font-size: 85% !important;
    margin-bottom: 0;
}

.msg-amarillo span {
    font-style: italic;
    font-size: 80%;
}

.table-hover th {
    background: #44779f;
    color: #fff;
}

.table-hover.titulos th {
    background: #eaf0f8;
    color: #333;
}


.table-hover td {
    border-bottom: 1px solid #cccccc;
}


.table-hover thead tr th:first-child{
    border-radius: 5px 0 0 0;
}

.table-hover thead tr th:last-child{
    border-radius: 0 5px 0 0;
}

#resultado-busqueda {
    margin-top: 25px;
}

.TAR{
    text-align: right;
}

.negrita {
    font-weight: bold;
}

.PL10 {
    padding-left: 10px;
}

.azul th {
    background: #44779f!important;
    color: #fff!important;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0 !important;
}

table.titulos, .informacion-personal {
    font-size: 80% !important;
}

table.titulos .segunda-fila th {
    width: auto;
    border: 1px solid #ccc;
}

.titulos tbody tr td {
    border: 1px solid #ccc;
}

.encabezados-estados thead tr th {
    white-space: nowrap
}

.encabezados-estados tr td:last-child {
    white-space: nowrap
}

.pagina-inicio p{
    text-align: justify;
}

#captcha-cont {
    margin-bottom: 15px;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
}

#captcha-cont input{
    width: 50%;
    float: left;
}

#captcha-cont img {
    margin-right: 15px;
    width: 41%;
    float: left;
    height: 33px;
}

.boton-buscar {
    padding-top: 4px;
}
.boton-buscar button{
    padding: 6px 30px;
}


#captcha-cont input.remarcar {
    border-color: rgba(255,35,1,.8);
    box-shadow: 0 0 8px rgba(255,35,1,.6);
}

@media (max-width: 768px) {
    #bodyFULL.container {
        width: 100%;
        margin: 0;
    }

    .contenedor-interno {
        padding: 80px 50px 0px 50px;
    }
    
    #captcha-cont {
        border: 1px solid;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #bodyFULL.container {
        width: 100%;
        margin: 0;
    }

    .contenedor-interno {
        padding: 150px 50px 0px 50px;
    }

    #captcha-cont {
        display: block;
        float: left;
        padding: 15px;
    }

    input.form-control {
        height: 52px!important;
    }
}

.pf,
.pf * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.nest-bf-in-pf .form-group {
    margin-bottom:0px;
}

html, body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 10px !important;
    line-height: 1.5;
    background-color: #d3d3e7;
    
}

p {
	font-size: 14px !important;
}

.ui-dialog.ui-widget-content .ui-dialog-title {
    font-size: 16px;
}

.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3px;
}

.navbar-custom {
    background-color: #32266b ;
}


.btn-primary {
    color: #fff;
    background-color: #32266b  !important;
    border-color: #32266b  !important;
}


.btn-primary:hover {
    color: #fff;
    background-color: #241b4b !important;
    border-color: #241b4b !important;	
}


.btn-primary[disabled] {
    color: #fff;
    background-color: #241b4b;
    border-color: #241b4b;
}

.btn-primary[disabled]:hover {
    color: #fff;
    background-color: #32266b ;
    border-color: #32266b ;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled.focus, 
.btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus{
  background-color: #241b4b;
  border-color: #241b4b;
}

.panel-primary > .panel-heading {
    color: #f5f5f5;
    background-color: #32266b ;
    border-color: #446E9B;
}
header {
    width: 100%;
    background-color: #32266b;
}

.logo {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.img_izq{
    margin: 100px;
}
.img_der{
    margin: 100px;
}
.img_presidencia{
	margin: 15px;
}
.footer2 {
    width: 100%;
    background-color: #32266b;
}
.footer_test img{
	width:100%;
	height:500px
}

footer#footer-bot .container-fluid,
.sidebar {
    background-image: url(../images/bandera.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    bottom: 0;
    background-color: #ffffff;

}

.styles {
    display: flex;
    flex-direction: row;
    margin-top: 10rem;
    align-items: flex-end;
    /*  align-content: space-between; */
    text-align: initial;
    width:100%;
    border: 3px solid #c2c2c0;
}

.styles2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-end;
    justify-content: space-between;
    /* background-color: rgb(243, 243, 247); */
}

.texto h3 {
	font-size: 10px;
	margin:0px 0px 5px 0px;
	text-align: end;
}
