body{
	background-color: rgba(0, 188, 212, 0.02);
}
.containerPrincipal{
	    background: #fff;
    border-radius: 5px;
    padding: 5px 30px;
}

a i{
	margin-right: 10px;
}

.input-field label {
    color: #424242;
    
}
.input-field label.active{
	font-size: 1em;
}
.logo{
	display: block;
	margin: auto;
	width: 85%;
	    margin-bottom: 33px;
}
.captcha a{
	text-align: center;
    width: 100%;
    display: block;
}
.captcha img{
	    margin-top: -13px !important;
    width: 100%;
    display: block;
    margin: auto;
}

.formulario h6{
	text-align: center;
    font-size: 1.2em;
    /*margin-bottom: 10px;*/
    margin: 0 0 0 0 !important;
    color: #333;
}

.captchaInput{
    display: inline-block;
    padding: 0px;
    width: 100%;
    /*border: 1px solid rgba(1, 42, 255, 0.13);*/
}

.containerForm{
	border: 1px solid rgba(158, 158, 158, 0.32);
    border-radius: 5px;
    padding: 20px !important;
    display: block;
}

.buttonForm{
	display: table;
	margin: auto;
	margin-top: 0px;
}
img.acreditada{
	width: 100%;
	display: block;
	margin:auto;
	}

/*resultado*/
.datoContainer{
	    padding: 5px !important;
    height: 67px !important;
}
.dato{
	    background: aliceblue;
    padding: 6px 15px;
    height: 100%;
}
.dato span{
	display: block;
	width: 100%;

}
.dato span.label{
	    font-size: .9em;
}
.dato span.valor{
	font-weight: bold;
}

.containerCarrera{
	    height: 100px;
    margin-bottom: 10px;
}

.dato span.carrera{
	line-height: 1.35;

    font-weight: bold;
    display: table-cell;
    height: 46px;
    vertical-align: middle;
    width: 100%;
}
.dato .detalle{
	padding: 0;
}
.dato .detalle span.item{
 text-align: center;
}

.dato .detalle span.valor_carrera{
	 text-align: center;
    font-weight: bold;
    font-size: .9em;

}

td.td_datos{
	    padding: 15px 5px;
    display: table-cell;
    
    vertical-align: middle;
    border-radius: 2px;
    border-bottom: 1px solid #fff4d0;
    border-left: 1px solid #fff4d0;
    text-align: center;
}

tbody>tr>td:nth-child(1n){
	text-align: left !important;
}

thead>th{
	text-align: center;
}
/*MEDIA QUERIES*/

@media (min-width: 600px) {
	img.acreditada{
		max-width: 300px;
		display: block;
		margin:auto;
	}
	#valores_carrera_celular{
		display: none;
	}
}

@media (max-width: 600px) {
	.containerPrincipal{
		padding: 5px 5px;
	}
	#tablaCarreras{
		display: none;
	}
}