*{
    font-family: 'Open Sans', sans-serif;
font-family: 'BenchNine', sans-serif;
}
.table-condensed tbody > tr > td{
	text-align: center;
	
}
.table-condensed thead > tr > th{
	text-align: center;
	background-color: #337ab7;
	padding: 8px;
	color: #fff;
}
.carousel-caption{
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}

.carousel-caption h1{
    font-size: 157px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}

.carousel-caption p{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
}

.nosotros{
    padding-top: 90px;
    padding-bottom: 100px;
    text-align: center;
}

.nosotros h2, .promociones h2{
    color: #42B3E5;
    font-size: 90px;
    text-align: center;
    margin-bottom: 20px;
    
}

.nosotros p, .promociones p{
    color: black;
    font-size: 24px;
    text-align: center;
     
}

.sevicios, .promociones{
    padding-top: 90px;
}

.promociones img{
    margin: 20px 0px;
}

.servicios h2{
    color: white;
    font-size: 90px;
    padding-top: 80px;
    margin-bottom: 20px;
}

.servicios p{
    color: white;
    font-size: 24px;
     margin-bottom: 60px;
}

.servicios{
    background-image: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 80px;
}

.puntero{
    cursor: pointer;
}

.modal-footer .nombreDoc{
    float: left;
    margin-bottom: 0px;
}


.contacto{
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
    background-color: #f5f5f5;
}

.contacto h2{
    color: #42B3E5;
    font-size: 90px;
    text-align: center;
    margin-bottom: 20px;
}

.alto > div{
    height: 40rem;
}
@media (min-width:768px) {
    .alto > div{
        height: 45rem;
    }
}

.bg-dba{
    background-image: url(../img/sucdba.jpg);
    background-size: cover;
    background-position: top center;
}

.bg-jino{
    background-image: url(../img/sucjino.jpg);
    background-size: cover;
    background-position: top center;
}

.bg-masatepe{
    background-image: url(../img/masatepe.jpg);
    background-size: cover;
    background-position: top center;
}

.bg-casares{
    background-image: url(../img/casares.jpg);
    background-size: cover;
    background-position: top center;
}


.contact{
    margin-top: 12px;
    background-color: #3a9dca;
    color: white;
    padding: 20px;
}

.fondoAzul{
    background-color: #3A9DCA;
    color: white;
}

.fondoAzul h3{
    text-align: center;
    font-size: 30px;
}

.detalleInfo{
    border-top: 1px solid #53cde5;
    padding-top: 15px;
    font-size: 20px;
}

.detalleInfo li{
    list-style: none;
    line-height: 30px;
}

footer{
    padding-top: 20px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    background-color: #3A9DCA;
    color: #fff;
}
footer i{
    font-size: 30px;
    padding: 20px 10px;
    color: #fff;
}

footer a{
    color: #fff;
}

.modal h4{
    color: white;
    font-size: 30px;
}


.examenes ul{
    padding-top: 20px;
}

.examenes li{
    list-style: none;
    font-size:  18px;
    font-size:  18px;
    line-height: 2;
}

.tabla thead tr td{
	background-color: #089ADD;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.accion {
	text-align: center;
}

.pie {
	background-color: #089ADD;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 767px){
	.carousel {
		margin-top: 50px;
	}
	.navbar-brand img{
		height: 50px;
	}
}




#mensajenombre {
	display: none;
}

#mensajefecha {
	display: none;
}

#mensajenombreu {
	display: none;
}

#mensajenacimientou {
	display: none;
}

#mensajeusuario {
	display: none;
}

#mensajepass {
	display: none;
}

#mensajenombreexamen {
	display: none;
}

#mensajeprecio {
	display: none;
}

#mensajenombreexamenu {
	display: none;
}

#mensajepreciou {
	display: none;
}

#mensajenombrecaracteristica {
	display: none;
}

#mensajenombrecaracteristicau {
	display: none;
}

#btn_guardarpedido {
	display: none;
}
@media (max-width: 970px){
	#btn_guardarpedido {
	display: inline-block;
}
	#btn_imprimirpedido{
		display: none;
	}
}

