
h1 {
  font-family: 'Marvel', sans-serif;
  font-size: 1.4em;
  color: #222;
  padding:0.3em 0.3em 1em 0.3em;
  float: left;
  width: 100%;
   
}

h2 {
  float: left;
  width: 100%;
  font-size: 1.5em;
  color: #222;
  margin: 1em 0 .5em;
}

p {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

p.intro {
  font-size: 1em;
  color: #555;
  /*font-weight: bold;*/
}

a {
  color: #f4f4f4;
  text-decoration: none;
}
a.elimina {
  color: #8C8C8C;
}
a:active,
a:hover {
  outline: 0;
}

hr {
    border: 1px solid #DFDFDF; 
    border-radius: 80px/5px; 
    height: 0px; 
    width: 90%;
    text-align: center;
    vertical-align: bottom;
    }

.encabezado{
    padding: 0.5em 0.5em 0.5em 0.5em;
    float:left;
    width: 100%;
    padding-bottom: 0.5em
    /*background: blue;*/
}
.etapas{/**/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding-right: 5px;
    background: #9F9F9F;/* #007078;*/
    border: 1px solid #797979; /*#00A1AF;*/
    font-size: 13px;
    float:left;
    width: 10%;
    color: #000;
    text-align: center;
    opacity: 0.5;
}
.etapas_perfil{
    width: 15%;
}
.etapas_sel{
    opacity: 1;
    color: #FFF;
    background: #42A649;/* #007078;*/
    border: 1px solid #3A9441; /*#00A1AF;*/
}
   
/*Botones en anaranjado // despublicar  // pantalla de compradores*/
.etapas_oculta_requ{/**/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding-right: 5px;
    background: #EF7622;/* #007078;*/
    border: 1px solid #797979; /*#00A1AF;*/
    font-size: 13px;
    float:left;
    width: 10%;
    color: #000;
    text-align: center;
    opacity: 0.5;
}
.etapas_perfil_oculta_requ{
    width: 15%;
}
.etapas_sel_oculta_requ{
    opacity: 1;
    color: #FFF;
    background: #EF7622;/* #007078;*/
    border: 1px solid #F7A800; /*#00A1AF;*/
} 
/*----*/
   
/* LETRAS */
.letras12{
    font-size: 12px;
}
/*----*/

/*Botones en amarillo publicar // pantalla de compradores*/
.etapas_pub_reque{/**/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding-right: 5px;
    background: #F7A800;/* #007078;*/
    border: 1px solid #797979; /*#00A1AF;*/
    font-size: 13px;
    float:left;
    width: 10%;
    color: #000;
    text-align: center;
    opacity: 0.5;
}
.etapas_perfil_pub_reque{
    width: 15%;
}
.etapas_sel_pub_reque{
    opacity: 1;
    color: #FFF;
    background: #F7A800;/* #007078;*/
    border: 1px solid #EF7622; /*#00A1AF;*/
} 
/*----*/
   
/*Botones en eliminar // pantalla de compradores*/
.etapas_elimina{/**/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding-right: 5px;
    background: #58595B;/* #007078;*/
    border: 1px solid #797979; /*#00A1AF;*/
    font-size: 13px;
    float:left;
    width: 10%;
    color: #000;
    text-align: center;
    opacity: 0.5;
}
.etapas_perfil_elimina{
    width: 15%;
}
.etapas_sel_elimina{
    opacity: 1;
    color: #FFF;
    background: #58595B;/* #007078;*/
    border: 1px solid #58595B; /*#00A1AF;*/
} 
/*----*/
/*Botones en bloquear // pantalla de compradores*/
.etapas_bloquea{/**/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding-right: 5px;
    background: #863275;/* #007078;*/
    border: 1px solid #797979; /*#00A1AF;*/
    font-size: 13px;
    float:left;
    width: 10%;
    color: #000;
    text-align: center;
    opacity: 0.5;
}
.etapas_perfil_bloquea{
    width: 15%;
}
.etapas_sel_bloquea{
    opacity: 1;
    color: #FFF;
    background: #863275;/* #007078;*/
    border: 1px solid #863275; /*#00A1AF;*/
} 
/*----*/

#contenido{
    width: 85%;
    margin: 0 auto;
    height: 100%;  
}
.titulo{
    /*font-family: 'Marvel', sans-serif;*/
    font-size: 1.2em;
    width: 50%;
    float:left;
}
.saludos{
    font-family: 'Marvel', sans-serif;
    font-size: 1.2em;
    width: 25%;
    float:left;
}
/*Color de la letra de los perfiles*/
    .colorLetra{
        color: #193F8A;
    }
    .cajta{
        border: silver 1px solid;
        float: left; 
        width: 80%; 
        position: fixed; /*absolute; */
        top: 100px;
        left: 10%;
       
        height: 500px; 
        background: white; 
        display: none;
        padding: 15px;
        overflow-y:scroll;
                                        
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        /*sombra*/
        -webkit-box-shadow: 10px 10px 12px -9px rgba(0,0,0,0.42);
        -moz-box-shadow: 10px 10px 12px -9px rgba(0,0,0,0.42);
        box-shadow: 10px 10px 12px -9px rgba(0,0,0,0.42);
        
    }
/********************************************************************/
    
.cienn{
    width: 100%;
    float:left;
}
.cien{
    width: 100%;
    float:left;
}
.ciennto{
    width: 100%;
    float:left;
}
.menor{
    font-size: 15px;
}
.espacios{
    padding-top: 15px;
}
.cienndosa{
    height: 250px;
}
.ochenta{
    width: 79%;
    float:left;
    /*margin-right: 5px;*/
}
.sesenta{
    width: 59%;
    float:left;
    /*margin-right: 5px;*/
    
}
.setenta{
    width: 69%;
    float:left;
    /*background: red;
    margin-right: 5px;*/
    
}
.treinta{
    width: 29%;
    float:left;
   /* margin-right: 5px;*/
    
}
.cuarenta{
    width: 39%;
    float:left;
    /*margin-right: 5px;*/
    
}
.cuarentaycinco{
    width: 43%;
    /*margin-right: 5px;*/
    
}
.veinte{
    width: 19%;
    float:left;
    /*margin-right: 5px;*/
    
}
.veinticinco{
    width: 24%;
    float:left;
    /*margin-right: 5px;*/
    
}
.diez{
    width: 9%;
    float:left;
    /*margin-right: 5px;*/
    
}
.quince{
    width: 14%;
    float:left;
    /*margin-right: 5px;*/
    
}
.cincuenta{
    width: 49%;
    float:left;
    /*margin-right: 5px;*/
    
} 
.noventa{
    width: 90%;
    float:left;
    /*margin-right: 5px;*/
    
} 
.cinco{
    width: 5%;
    float:left;
    /*margin-right: 5px;*/
}
.requerimientos{
    width: 100%;
    height: 40px;
        font-size: 16px;
        font-family: 'Marvel', sans-serif;
}
#titulo_requer{
    width: 100%;
    background: #CCC;
    }
.titulo_info{
    width: 22%;
    float:left;
    text-align: center;
        border: 1px solid #c9c9c9;
    }
.titulo_inf_2{
    width: 10%;
    float:left;
    text-align: center;
    }
.titulo_inf_21{
    width: 20%;
    float:left;
    text-align: center;
    }
#conten_requer{
    width: 100%;
    background: #F5F5F5;
    height:150px; 
    overflow:scroll; 
    border:1px; 
    font-size: 12px;
}
#content_info{
    width: 99%;
    border: 1px solid #c9c9c9;
    float:left;
}
.inf_info{
    width: 22%;
    float:left;
    text-align: left;
}
.inf_info_2{
    width: 11%;
    float:left;
    text-align: center;
}
.botones{
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding-top: 50px;
    float:left;
    margin: 0 auto;
}
.boton_centrado{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.boton_enviar{
    width: 50%;
}
.Noobligarorio{
    padding-top: 7px;
    height: 0px;
}
.obligarorio{
    padding-top: 5px;
    height: 0px;
}
div.obligarorio:before   { content: "*"; color:red;}
#footer{
    float:left;
    width: 100%; 
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align:center;
    font-size: 10px;
    background: #F4F4F4;
}

    .logo2{
        width: 150px;
    }
    input, select,textarea{
        width : 100%;
        height: 25px;
        border: 1px solid #c9c9c9;
        border-radius: 0;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        margin-right: 5px;
    }
    textarea{
        height: 60px;
    }
    .desc_peque{
        height: 40px;
    }
    .checkbox{
        width : 13px;
        height: 13px;
    }
    label{
        font-size: 14px;
        font-family: 'Abel', sans-serif;
        /*font-family: 'Marvel', sans-serif;*/
        padding:0;
    }
    .privacidad{
        width: 15px;
    }
    p{
        font-size: 11px;
        padding:0;  
    }
.centrado.centrarText{
    text-align: center;
}
.texto_link{
    color: #00A1AF;
}
.linea_abajo{
  border-bottom: 2px solid #DDDDDD;
}
.linea_abajo1{
  border-bottom: 1px solid #E8E8E8;
}
.centradoDiv{
    margin: 0 auto;
    float: none;
}
.espacio_inferior{
    padding-bottom: 15px;
}

/*]AQUI ES LA PARTER MAS PEQUEÑA*/
@media screen and (max-width: 48em) {

#contenido{
    width: 100%; 
}    
.cienn{
    width: 100%;
}
.ochenta{
    width: 99%;
    float:left;
    margin-right: 5px;
}
.sesenta{
    width: 99%;
    float:left;
    /*margin-right: 5px;*/
}
.veinte{
    width: 99%;
    float:left;
    margin-right: 5px;
    
}
.treinta{
    width: 99%;
    float:left;
    margin-right: 5px;
    
}

.cuarentaycinco{
    width: 100%;
    /*margin-right: 5px;*/
    
}
.cincuenta{
    width: 99%;
    float:left;
    margin-right: 5px;
    
} 
    .encabezado{
    padding: 1em 0.5em;
    width: 100%;
   /* background: blue;*/
}
    img{
        width: 150px;
    }


}
