/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.lista-examenes li {
    margin-top: 20px;
}

    .lista-examenes li i {
        font-size: 2em;
        position: absolute;
        color: #005474;
    }

    .lista-examenes li p {
        display: inline-block;
        margin-left: 40px;
    }

#Filtros .btn-primary, #TdLogin .btn-primary {
    margin-top: 0;
}

.btn-primary {
    font-size: 20px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    margin-top: 30px;
    background-color: #005474;
    border-color: #005474;
    color: #ffffff !important;
    font-style: normal !important;
    font-weight: normal !important;
}

    .btn-primary:hover {
        background-color: #008da1;
        border-color: #008da1;
    }

#AnnoCopyright a {
    color: #005474;
}

.welcome-three {
    padding: 50px 0 0 0;
    margin: -1px 0 0 0;
    background: #005474;
    color: #fff;
}

    .welcome-three h2 {
        color: #fff;
        padding-bottom: 20px;
    }

.welcome-two {
    padding: 50px 0 0 0;
    margin: -1px 0 0 0;
}

    .welcome-two h2, .services-content-two h2, .services-content h2 {
        padding-bottom: 20px;
    }

.services-content {
    padding: 50px 0;
}

.services-content-two {
    padding: 50px 0;
    background-color: rgb(245,245,245);
}

.sub-titulo {
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0 3px 0;
}

.recomendaciones {
    background: #005474;
    margin: 20px;
    padding: 10px 25px 25px 25px;
    color: #fff;
    border-radius: 35px 0 35px 0;
}

    .recomendaciones li i {
        color: #fff;
    }

.form-control {
    height: 50px;
    font-size: 16px;
    margin-bottom: 15px;
}

.datos-usuario-login {
    text-align: right;
    margin-bottom: 15px;
}

    .datos-usuario-login #CerrarSesion {
        cursor: pointer;
    }
.Error{
  border-color: #f54444 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(245, 68, 68, 0.8), 0 0 8px rgba(245, 68, 68, 0.6);
  box-shadow: inset 0 1px 1px rgba(245, 68, 68, 0.8), 0 0 8px rgba(245, 68, 68, 0.6);
}