body{
    font-size: 16px;
    color: #818181;
}
a{
    text-decoration: none;
}
strong {
    color: #CBDCA2;
}

#cabezote{
	background-color: #E5EECF;
    height: 120px;
}
#cabezote .top{
	width: 960px;
    padding: 0;
    margin: 0 auto;
}
#cabezote .top .logo h1, #cabezote_interno .top .logo h1{
	    text-indent: -9999px;
}
#cabezote .top .logo a, #cabezote_interno .top .logo a{
	display: block;
    border: none;
    margin-top: 30px;
    background: url('../img/logo.png') no-repeat;
    width: 199px;
    height: 61px;
}
div#cabezote_interno .container_12 {
    background: #E5EECF;
}
#cabezote .login input[type="text"] {
    width: 270px;
}
#cabezote .login form input{
	margin-bottom: 1px;
}
#cabezote .login input[type="password"] {
    width: 209px;
}
#cabezote .login form input[type="submit"] {
    background-color: #9BA18C;
    color: #fff;
    width: 60px;
    padding: 0;
    font-size: 10px;
    letter-spacing: 0px;
    border-radius: 0px 10px 10px 0px;
    margin-left: -10px;
}
#cabezote .login form{
    margin-bottom: 0;
    margin-top: 50px;
    position: relative;
}
div#nav{
    background-color: #9BA18C;
        height: 60px;
}
.top-menu{
    height: 53px;
}

.menu{
    /*background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 1px 1px 19px 0px rgb(89, 129, 137);
    -moz-box-shadow: 1px 1px 19px 0px rgb(89, 129, 137);
    box-shadow: 1px 1px 19px 0px rgb(89, 129, 137);*/

}

.menu ul li {
        display: inline-block;
    /* padding: 18px 0 0 0; */
    width: 49%;
    /* background: #E5EECF; */
    text-align: center;
    margin-left: 0px;
    height: auto;
    position: relative;
    top: 0;
}
.menu ul li a {
        color: #E5EECF;
    text-decoration: none;
    font-size: 25px;
    /* padding: 20px; */
    /* text-align: center; */
    font-weight: 500;
    line-height: 60px;
}
.menu ul{
    list-style: none;
}

.menu ul .active{
        background-color: #E5EECF;
   
    
}
.menu ul .active a:before {
    border-style: solid solid none;
    border-width: 6px 10px 0 0;
    clear: both;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    width: 0;
    border-top: 6px solid transparent;
    border-right: 10px solid #9BA18C;
}
.menu ul .active a{
    color: #9BA18C;
}
.menu ul li:hover{
    
}
.slide{
    background-color: white;
    -webkit-box-shadow: 0px 6px 15px 2px #E5EECF;
    -moz-box-shadow: 0px 6px 15px 2px #E5EECF;
    box-shadow: 0px 6px 15px 2px #E5EECF;
    margin-bottom: 20px;
}

.slide h2 {
    color: #F4921B;
    font-size: 30px;
    text-align: center;
    margin-top: 70px;
    text-shadow: 1px 2px 10px #E5EECF;
}
.slide p{
        font-size: 19px;
    text-align: center;
    padding: 0 5px;
    margin-top: 50px
}
.servicios .pasos {
    text-align: center;
    /* background-color: rgba(233, 233, 233, 0.09); */
    padding: 20px 0;
}

.servicios .pasos span {
    background-color: #CBDCA2;
    width: 100px;
    height: 100px;
    /* padding: 40px 30px 0 30px; */
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 74px;
    border-radius: 50%;
    border: 17px solid #CBDCA2;
    font-weight: bold;
}
.servicios h3{
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 24px;
    color: #818181

}
.servicios p{
    color: #818181;
    font-size: 15px;
}

.boton1{
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #CBDCA2;
    padding: 14px 20px;
    border: 0px;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, .15);
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.titulos{
    background-color: #CBDCA2;
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px 10px;

}
.col-izqui ul{
    list-style: disc;
    background-color: #E5EECF;
    padding: 20px 22px 10px 0px;
}
.col-izqui .titulos{
    margin-bottom: 0px;
}
.col-izqui ul li{
    font-size: 13px;
        color: #818181
}
.col-der h3 {
    color: #598189;
    font-size: 32px;
}
.col-der p{
    text-align: justify;
    font-size: 13px;
}
.footer {
    background-color: #E5EECF;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.serv_interna h3{
    background-color: red;
}
.titulo_internas{
    background-color: #FFFFFF;
}
.titulo_internas .titulos {
    background-color: #FFFFFF;
    margin-top: -4px;
    padding: 20px;
    font-size: 28px !important;
    color: #598189 !important;
    margin-top: 0px;
    margin-bottom: 0;
}
.serv_interna{
    
    padding: 0 10px;
    text-align: justify;
    min-height: 500px;
}

.demo {
        width:100%;
        height:100%;
       
        border-collapse:collapse;
        padding:5px;
    }
    .demo th {
        
        padding:5px;
        background:#E5EECF;
    }
    .demo td {
        
        padding:5px;
    }

#oculto{
    display: none;
}
.captcha {
    background: #E5EECF;
    position: absolute;
    z-index: 99;
    padding: 1em;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.52);
    border-radius: 10px;
    height: auto;
    display:block;
    width: auto;
    right: 0;
}
.cambio-clave {
        position: absolute;
    background: #E5EECF;
    z-index: 99;
    padding: 1em;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.52);
    border-radius: 10px;
    height: auto;
    width: auto;
    display: block;
    right: 0;

}

.cambio-clave span {
    color: #fff;
}

.cambio-clave form {
    margin-top: 0px !important;
}
.cambio-clave .two {
    display: inline-block;
    margin-bottom: 19px !important;
}

.cambio-clave .two:first-child {
    margin-right: 62px;
}
.cambio-clave input.tree {
    width: 300px !important;
}

.cambio-clave input[type="submit"] {
   width: 100% !important;
    background: #CBDCA2 !important;
    margin-left: -6px !important;
    color: #9ba18c !important;
    border-radius: 0 !important;
}
.quitar
{
    display: none;
}