/* CSS Document */

body {
	background-color: #FFF;
}

ul.errores li{
    color: #FF0000;
}

label.error {
    font-weight: bold;
    color: red;
    margin-top: 2px;
    display: none;
}

#header {
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff5422), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(left, #ff5422, #ffffff 50%);
    background: -moz-linear-gradient(left, #ff5422, #ffffff 50%);
    background: -o-linear-gradient(left, #ff5422, #ffffff 50%);
    background: linear-gradient(left, #ff5422, #ffffff 50%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(10, 37, 51, 0.1), 0 3px 0 0 rgba(10, 37, 51, 0.1);
    position:relative;
}

#imgHappy > a{
    background: url(../../../themes/happy/img/happypeople.png) no-repeat;
    position: absolute;
    top: 0;
    left: 35px;
    display: block;
    width: 320px;
    height: 139px;
}

/*.navbar-fixed-top {
    position: relative;
}

.navbar-fixed-top p {
    margin-top: 20px;
}*/

#idioma {
    width: 50%;
    margin: 0 50%;
    text-align:right;
}

.contenido{
    padding-top: 80px;
	padding-bottom: 80px;
	background-color: #FFF;
}

.sombra {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#pie {
    background-color: #ff5422;
    box-shadow: inset 0 1px 0 0 rgba(10, 37, 51, 0.1), inset 0 3px 0 0 rgba(10, 37, 51, 0.1);
    height: 50px;
    padding-top: 10px;
	color: #FFFFFF;
}

#pie h1 {
    color: #775129;
}

#formCentro{
    margin-bottom: 15px;
    margin-top: 30px;
}

.margen {
    margin-top: 100px;
}

.banco {
    margin-top: 50px;
    margin-bottom: 50px;
}

hr {
    color: #FFF;
    border-color: #FFF;
}


@media only screen and (max-width: 500px) {
    #imgHappy > a{
        background: url(../../../themes/happy/img/happypeopledevice.png) no-repeat;
        left: 5px;
        width: 140px;
        height: 69px;
    }

    #header h1 {
        font-size: 14px;
    }
}

p.no-space {
    margin-top: 0px;
}

@media only screen and (min-width: 501px) and (max-width: 1024px) {
    #imgHappy > a{
        background: url(../../../themes/happy/img/happypeopledevice250.png) no-repeat;
        left: 5px;
        width: 250px;
        height: 112px;
    }

    #header h1 {
        font-size: 14px;
    }
}

#fieldBill {
    display: none;
}

.title {
    text-align: center;
    margin-bottom: 30px;
}

.remarca {
    text-decoration: underline;
}

#site-servicios .row {
    margin-bottom: 20px;
}

div.imgSquare{
    text-align: center;
    padding-top: 20px;
}

div.altoSquare {
	height: 450px;
}

div.imgSquare div{
	height: 65%;
}
div.imgSquare p{
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

div.imgSquare ul{
	text-align: left;
}

.btnMenuAncho {
	width: 100%;
}

.btnMenu {
	background-color: #CCC; 
	color: #000;
	font-weight: bold;
}

.disabledMenu {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-warning { background: #ff5422 !important; border-color: #ff5422 !important; }

.rowTour {
	margin-bottom: 20px;
}

.rowTour li { margin-top: 10px; }

.blueSky {
	background-color: #dce6f2;
}

.blueStrong {
	background-color: #b9cde5;
}