.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 10px;
	margin-top: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-bottom: 10px;
	margin-top: 5px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
/*    placeholder   */

.section-box .your-name input::-webkit-input-placeholder,.section-box .your-email input::-webkit-input-placeholder
,.section-box .your-phone input::-webkit-input-placeholder,.section-box .your-message textarea::-webkit-input-placeholder {
  color: rgba(5,86,142,0.8);
  font-weight: 300;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.section-box .your-name input::-moz-placeholder,.section-box .your-email input::-moz-placeholder
,.section-box .your-phone input::-moz-placeholder,.section-box .your-message textarea::-moz-placeholder{
  color: rgba(5,86,142,0.8);
  font-weight: 300;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.sidebar-contacto .your-name input::-webkit-input-placeholder,.sidebar-contacto .your-lastname input::-webkit-input-placeholder,.sidebar-contacto .your-email input::-webkit-input-placeholder
,.sidebar-contacto .your-phone input::-webkit-input-placeholder,.sidebar-contacto .your-message textarea::-webkit-input-placeholder {
  color: rgba(5,86,142,0.8);
  font-weight: 300;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.sidebar-contacto .your-name input::-moz-placeholder,.sidebar-contacto .your-lastname input::-moz-placeholder,.sidebar-contacto .your-email input::-moz-placeholder
,.sidebar-contacto .your-phone input::-moz-placeholder,.sidebar-contacto .your-message textarea::-moz-placeholder{
  color: rgba(5,86,142,0.8);
  font-weight: 300;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4{
    color: #05568E;
}

/*HEADER*/
#header{
    background: rgba(5,86,142,1) url("../images/header-background.png") no-repeat center right;
    height: 100px;
    border-bottom: 8px solid rgba(251, 188, 24, 0.95);
}

#header .title-home{
  float: left;
  margin: 0px;
  padding: 0px;
}

#header .title-home a{
    margin: 9px 35px 0px 0px;
    padding: 0px;
    background: url("../images/header-logo4.png") no-repeat center;
    width: 240px;
    height: 75px;
    font-size: 0px;
    color: transparent;
    display: inherit;
}
#navigation{
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 58px;
    font-family: 'Roboto', sans-serif;
}
#navigation li{
    z-index: 100;
    float: left;
    list-style: none;
    /*margin: 0px 8px;*/
    position: relative;
    padding-bottom: 4px;
    padding-top: 4px;
}
#navigation li:last-child{
    margin-right: 0px;
}
#navigation li:first-child{
    margin-left: 0px;
    margin-right: 8px;
}
#navigation li a{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 10px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.60);
    
}
#navigation li:hover{
    /*background: rgba(5, 86, 142, 0.90);*/
    background: rgba(251, 188, 24, 0.95);
    box-shadow: 1px 2px 3px #333;
}
#navigation li:hover a{
    /*border-bottom: 3px solid rgba(251, 188, 24, 0.95);*/
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#navigation li:hover .sub-menu li a{
    border-bottom: 0px;
}
/* primer nivel*/
#navigation li .sub-menu{
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    position: absolute;
    display: none;
    float: none;
    width: 175px;
    padding-left:0px;
    background: rgba(5, 86, 142, 0.95);
    top: 32px;
    border-top: 3px solid rgba(251, 188, 24, 0.95);
    margin-left: -2px;
}
#navigation li .sub-menu li{
    position: relative;
    float: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 0px;
    padding: 4px 8px;
    display: block;
}
#navigation li .sub-menu li:hover ul{
    display: block;
}
#navigation li .sub-menu li:hover{
    background: #dfc040;
}
#navigation li .sub-menu li:last-child{
    border-bottom: 0px;
}
#navigation li .sub-menu li a{
    text-transform: none;
    color: white;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}
#navigation li:hover ul{
    display: block;
}
/* Segundo nivel*/
#navigation li .sub-menu li ul{
    border: 0px;
    display: none;
    position: absolute;
    left: 175px;
    top: -1px;
    background: rgba(1, 63, 107, 0.85);
}
#navigation li .sub-menu li ul li:hover{
     background: rgba(223,192,64,0.85);
}
#navigation li .sub-menu li ul li a{
    color: white;
}
/*CONTENT PAGE*/
.tabla-exportar select{
    margin: 20px 0;
    padding: 10px 5px;
}
.form-group{
    padding: 0 15px;
}
.separador_form{
    height: 30px;
    width: 100%;
    background: rgba(5,86,142,1);
    text-align: center;
    color: white;
    font-weight: 700;
    padding: 2px 0;
    margin: 15px 0;
}
.program_name{
    text-align: center;
    margin: 0;
    font-weight: 700;
    padding: 0 15px;
}
.obligatorio{
    color:red;
    font-size: 12px; 
    position: relative; 
    top: -5px;
}
.content-page{
    padding-top: 30px;
    padding-bottom: 60px;
}
.content-page .alert{
    display: block;
    padding: 5px;
    font-size: 14px;
    text-align: center;
}
.login label{
    color: #05568E;
}

.form-registro-maestrante label{
    width: 230px;
    color: #05568E;
    font-weight: 700;
}

.form-registro-maestrante input{
    display: inline-block;
    width: 270px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.form-registro-maestrante select{
    display: inline-block;
    width: 250px;
    background: white;
}
.modal-text{
    position: relative;
    right: 0px;
    left: 45px;
    margin-right: auto;
    margin-left: auto;
}

#form-listado{
    width: 100%;
}
#form-listado table{
    border-bottom: 1px solid #05568e;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 20px;
    display: block;
    border-top: 1px solid #05568e;
    margin-bottom: 35px;
    margin-top: 20px;
}
#form-listado table select{
    background: white;
}
.tabla-exportar{
    padding-top: 20px;
    width: 100%;
/*    border-top: 1px solid #05568e;
    border-bottom: 1px solid #05568e;*/
    display: block;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.listadoCertificado .btn-primary{
    font-size: 13px;
    padding: 5px;   
}
.listadoCertificado .btn-danger{
    font-size: 13px;
    padding: 5px;   
}

.table-certificado{
    
}
.table-certificado tr{
    border-style: hidden;
}
.table-certificado tr td{
    font-size: 17px;
    font-weight: 500;
    padding: 20px 10px;
}
.table-certificado tr td label{
    color: #05568E;
    font-weight: 700;
}

/*    FOOTER    */

#footer{
    border-top: 8px solid rgba(251, 188, 24, 0.95);
    background: rgba(5, 86, 142, 1);
    padding: 2px 0 20px 0;
}

/*RESPONSIVE*/
@media (max-width: 1300px) {
   
}
@media (max-width: 1100px) {
   
}
@media (max-width: 800px) {
    
}
@media (max-width: 700px) {
    
}
@media (max-width: 690px) {

}
@media (max-width: 400px) {

}