html,
body {
    height: 100%;
}

.titulo_playa{
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
    border: 1px solid #5075ad;
    background-color: #7A99C7;
    padding: 10px;
}

.nombre-playa{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #7A99C7;
    font-weight: bold;
    font-size: 1.4em;
}

.fecha{
    text-align: center;
    font-size: 1.2em;
    color: #7A99C7;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
}

.fecha a{
    font-size: 1.2em;
    color: #7A99C7;
}



.hora{
    text-align: center;
    font-size: 1.5em;
    color: #7A99C7;
    border-style: dotted;
    border-radius: 5px;
    border-width: thin;
    border-color: #233460;
    background-color: :#C9D2D1;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
}
.torre_datos{
    border-radius: 4px;
    background-color: #f0f0f0;
    margin: 5px 0 5px 0;
    padding: 5px 5px 5px 5px;
    border:1px solid #7A99C7;
}
.torre_nombre{
    font-size: 1.2em;
    font-weight: bold;
    color: #5075AD;
    margin: 0 0 5px 0;
}
.fondo-bandera{
    border-radius: 6px;;
    background-color: #949494;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}
.verde{
    color:green;
}
.roja{
    color:red;
}
.amarilla{
    color: yellow;
}
.medusa{
    color: grey;
}
.suscribete{
    text-align: center;
    font-size: 1.2em;
    color: #0078A7;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
}
.torre_afluencia{
    text-align: center;
    color: #7A99C7;
    border-radius: 5px;
    background-color: #C9D2D1;
    margin: 5px 0 5px 0;
    padding: 5px 5px 5px 5px;
}
.menu-opciones{
    float: right;
}

.menu-seleccion-playa{
    border: 1px solid #5075ad;
    border-top-color:  #7A99C7;
    padding: 4px;
    display: none;
    text-align: center;
}
.clausulas{
    font-size: 0.9em;
    text-align: justify;
}
.container-azulado{
    background-color: #eef5ff;
    border:1px solid #7A99C7;
    padding: 6px;
    border-radius: 4px;
    color: #535353;
    font-size: 1.1em;
    margin-bottom: 30px;
}

.container-azulado .titulo{
    color: #5075AD;
    font-size: 1.3em;
    font-weight: bold;
}



.menu-seleccion-opciones{
    border: 1px solid #5075ad;
    border-top-color:  #7A99C7;
    background-color: #7A99C7;
    padding: 4px;
    display: none;

}

.menu-seleccion-playa a{
    color: #7A99C7;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.link-seleccional-playa{
margin-bottom: 8px;
margin-top: 8px;
}

.link-opciones-playa{
margin-bottom: 8px;
margin-top: 8px;
color: white;
font-size: 1.2em;
}

#boton-cambio-playa{
    display: inline-block;
}

.cursor-pointer{
    cursor: pointer;
}
















.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    margin-top: 10px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media (max-width: 768px) {
    .nav li > form {
        padding: 3px;
    }
}

.nav > li > form > button:hover {
    text-decoration: none;
}

div.required label:after {
    content: " *";
    color: red;
}

.nav-tabs-custom > .tab-content {
    background: #fff none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px;
}

.nav-tabs > .tab-content {
    padding: 10px;
}

.profile-user-img {
    border: 3px solid #d2d6de;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}

.yii-logo {
    width: auto;
    height: 32px;
    float: left;
    padding-right: 10px;
}
