﻿#AbonadosForm {
    width:80%;
    margin:auto;
}

#navcontainer ul {
    margin: 0;
    padding: 0;
    /* margin-left: 30px;*/
    list-style-type: none;
    text-align: center;
    margin-bottom: 50px;
}

    #navcontainer ul li {
        display: inline;
    }

        #navcontainer ul li a {
            /*font-size: 16px;*/
            text-decoration: none;
            padding: 0.4em;
            color: #FFF;
        }

.separador_pagina {
    height: 3px;
    margin: 10px 0 10px;
}

.help_content {
    margin: 25px auto;
}

.help_content .cont_img {
    margin: 25px auto 0;
    width:50%;
    padding:20px;
    background-color:#FFF;
}

#explicacion_pagina {
    margin: 25px auto;
}

.faq_content {
    margin-top: 40px;
}


.orange_text {
    color: #FFF;
}

.header {
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
}

.cond {
    display: block;
    list-style-type: decimal;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.lista_msg_error {
    text-align: left;
    width: 600px;
    margin: 20px auto;
}

    .lista_msg_error ul {
        padding-left: 20px;
        list-style: disc;
    }

    .lista_msg_error li {
        margin-bottom: 20px;
    }


    .lista_msg_error > li:last-child {
        text-align: center;
        font-style: italic;
    }

.explicacion_pass {
  float: left;
  clear: both;
  margin-top: 5px;
  font-size: 11px;
  line-height: normal;
  width: 20%;
}

.resultado_usuario {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

#cont_resultado {
    height: 500px;
    padding: 50px;
    text-align: center;
}


.container-abonados {
    width: 80%;
    margin: 0 auto 90px;
}

.margin-bottom40 {
    margin-bottom: 35px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}


.btn_submit {
    text-decoration:none;
    font-size:100%;
    color:#FFF;
    font-weight:bold;
    padding:8px 15px;
}

#ConsiguePassBody input[type=text], #ConsiguePassBody input[type=password] {
    float: left;
}

.text-danger-aceptar {
  color: #000;
  padding: 0 10px 0 15px;
  font-weight: bold;
  width: 350px;
  height: 35px;
  line-height: 35px;
  background: rgb(255,240,137) no-repeat center left;
  display: inline-block;
}

.text-danger-aceptar:empty{display: none;}

span [generated~=true], .text-danger {
  color: #000;
  padding: 0 10px 0 15px;
  font-weight: bold;
  width: 320px;
  height: auto;
  line-height: 35px;
  background: url(../Images/computer/sode/bckerror.png) no-repeat center left;
  display: inline-block;
  margin-left: 20px;
}

span [generated~=true], .text-danger:empty {
    display: none;
}