@charset "utf-8";
.container-editar {
    width: 95%;
    display: block;
    margin:auto;
    font-family: 'Roboto';
    color:#484848;
    font-weight:300;
}
#main{
    margin-left: 4% !important;
}
#menu_izq {
    width: 19%;
    margin-right: 30px;
    height: auto;
    float: left;
    margin-top: 20px;
}
#menu_izq a	{
    background-color: #30a8ad;
    display: block;
    width: 100%;
    height: 50px;
    float: none;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 50px;
    clear: both;
    margin-bottom: 3px;
    color: #FFFFFF;
    font-weight: 500;
}
.contenido {
    float: left;
    width: 78%;
    height: auto;
}
.field {
    background:#ffffff;
    border:1px solid #e5e5d8;
    color:#6a695e;
    padding:14px 16px;
    display:block;
    font-size:14px;
    margin:0px 0 30px;
    width:100%;
    box-sizing:border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
}
span	{
    color:#6a695e;
    margin-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    clear: both;
    float: none;
    left: 10px;
}
.bloqinfo	{
    margin-bottom: 30px;
    margin-top: 20px;
}
.selection-box-perfil .selection-box select	{
    background-repeat: no-repeat;
    border-radius: 0px;
    padding-left: 10px;
}

.submit input  {
    width: 200px;
    height: 50px;
    background-image: url(../images/button-bg-medium.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#30a8ad;
    display: inline-block;
    font-family: 'Roboto';
    font-weight: bolder;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    cursor: pointer;
    outline: none;
    z-index: 1;
    color: #ffffff;
    padding: 11px 20px;
    text-transform: uppercase;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0px;
    list-style-image: none;
}
.submit{float:left;
    margin-bottom: 20px;;}
.borrar {
    color: #9598a4;
    margin-bottom: 40px;
}
.configpubli	{
    margin-bottom: 40px;
    margin-top: 40px;
}

@media screen and (min-width:768px) and (max-width:1169px){
    .container-editar {
        width: 98%;

    }
    .container-editar .contenido {
        width: 78%;
    }
    #menu_izq {
        width: 98%;
        margin-right: 2%;
    }
}
@media screen and (max-width: 767px){
    #menu_izq	{
        float: none;
        clear: both;
        width: 95%;
        margin-right: 0px;
    }
    .container-editar	{
        width: 95%;
    }
    .contenido	{
        width: 100%;
    }
}