


h3{
    font: normal 20px 'Bitter', serif;
    color: #000;
    font-weight: bold;
}
.descripcion{
    font: normal 15px 'Bitter', serif;
}

.TituloCampos{
    font: normal 16px 'Bitter', serif;
    color: #000;
}


/********************
form-style-10
*********************/

.form-style-10{
    width:80%;
    background: #CCC;
    padding:30px;
    border-radius: 10px;
    margin:40px auto;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    display: table;
}



.InformeGuardado{
    position: fixed;
    top: 25%;
    left: 35%;
    width: 30%;
    padding: 25px;
    z-index: 10;
    text-align: center;
    
    background: #2A88AD;
    border-radius: 10px ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
}



.sub-form-style-10 .form-style-10{
    margin:40px auto;
}


.form-style-10 .inner-wrap{
    padding: 30px;
    margin-bottom: 15px;
    background: #F8F8F8;
    border-radius: 6px;
}
.form-style-10 h1{
    background: #2A88AD;
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 40px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
}

.form-style-10 h4{
    background: #2A88AD;
    padding: 7px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 15px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
}
.form-style-10 h1 > span{
    display: block;
    margin-top: 2px;
    font: 13px Arial, Helvetica, sans-serif;
}
.form-style-10 label{
    font: 13px Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 15px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.form-style-10 textarea{
    height: 150px;
}

.form-style-10 .section{
    font: normal 20px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
}
.form-style-10 .section span {
    background: #000;
    padding: 5px 10px 5px 10px;
    position: relative;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
.button{
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
    margin: 2px 0px 1px 0px;
    cursor: pointer; 
    text-decoration: none;  
}
.button:hover{
    background: #2A6881;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    cursor: pointer; 
    text-decoration: none;  
}
.form-style-10 input[type="button"],
.form-style-10 input[type="submit"]{
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
    margin: 2px 0px 1px 0px;
    cursor: pointer;
}
.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="submit"]:hover{
    background: #2A6881;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.form-style-10 .privacy-policy{
    float: right;
    width: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}

.InputSubmit01{
    position: fixed;
    right: 10%;
    bottom: 10%;
    text-align: right;
}

.DivSeparador{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}
.DivSeparadorSub{
    float: left;
    left: 2%;
    width: 45%;
    position: relative;
    margin-bottom: 20px;
    margin-right: 3%;
}

.DivSeparadorSub2{
    float: left;
    left: 2%;
    width: 93%;
    position: relative;
    margin-bottom: 20px;
    margin-right: 3%;
}


.CursosGrado{
    width:90%;
    float:left;
    margin-right:3%;   
    margin-bottom: 15px; 
}



#spanPorcentaje{
    position: relative;
    top: -6px;
}


.RemainBox{
    float: right;
    margin: 5px;
    font-size: 12px;
    position: relative;
}
.logout{
    float:right;
    font-size:30px;
    text-decoration: none;
    color: #FFF;
}

/*******PARA EL TOOLTIOP*********/
/*****la nube informativa********/

.ui-tooltip, .arrow:after {
    background: #2A88AD;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 8px 10px;
    color: white;
    border-radius: 10px;
    font: normal 13px 'Bitter', serif;    
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

.DivLinks{
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
}
.linksResoluciones{
    font: 15px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
}


.AgregarCampo{
    background: url('../images/icon-plus.png') left no-repeat;
    padding-left: 25px;
    font: 15px Arial,Helvetica,sans-serif;    
    color: #333;
    cursor: pointer;
}
.Just100por{
    width: 98%;
    float: left;

}

.input-prod{
    float: left;
    height: 33px;
    margin-right: 3px;
    background-color: #FFF;
    border: solid 1px #000;
}

.SeparaProductos{
    width: 94%;
    height: 1px;
    float: left;
    margin: 25px 15px 20px 15px;
    border-top:solid 1px #FFF
}
