﻿.searchSection {
    position: relative;
    background: url("/images/search_bg_pattern.png");
}


.searchSection-outer {
    height: 100%;
    position: relative;
    background: url("/images/nubes.png") center bottom repeat-x;
}


.searchFormContainer {
    position: relative;
    margin: 40px auto 0 auto;
    width: 1080px;
    /*padding-left:13px;*/
    overflow:hidden;
    z-index: 1;
    line-height: 1.0;
}

.searchForm {
    float: left;
    width: 100%;
    min-height: 100%;
    background-color: #e5e5e5;
}


.row, .row-submit {
    float: left;
    display: block;
    height: auto;
    margin: 10px 5px 10px 4px;
    width: 100%;
    font-size: 15px;
    clear: left;
}

.rowlarge {
    float: left;
    display: block;
    height: auto;
    margin: 10px 5px 10px 10px;
    width: 750px;
    font-size: 15px;
    clear: left;
}

.container-distritos {
    display: inline-block;
    padding-top: 20px;
    position: relative;
}

.distritos-dropdown {
    height: 80px;
    padding-top: 26px;
    position: absolute;
    top: -6px;
    height: 80px;
    height: 45px;
    padding: 5px;
    border: 0;
    width: 180px;
    left: 105px;
}

.rowsmall {
    float: left;
    /*height: auto;*/
    margin: 10px 10px 8px 10px;
    width: 350px;
    font-size: 15px;
}

.row:first-child {
    margin-top: 15px;
}
.row label:first-child {
    margin-left: 20px;
}

.row label, .rowsmall label, .rowlarge label {
    font-size: 16px;
    color: #062d44;
    margin-bottom: 8px;
    padding-right: 10px;
}

.row input[type=text], .rowlarge input[type=text] {
    margin-left: 20px;
    padding: 5px;
    height: 25px;
    width: 350px;
    text-shadow: 0px 1px 0px #fff;
    outline: none;
    background: -moz-linear-gradient(top, #bcbcbe, #ffffff);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #717171;
}

.row > select, .rowlarge > select, .container-tipo-centro > select , .container-ciudad > select, .container-municipio > select {
    height: 45px;
    padding: 5px;
    border: 0;
    margin-right: 10px;
}

.selectCity {
    width: 140px;
}

.selectTown {
    width: 210px;
}

.centerType {
    width: 220px;
}

.row input[type=checkbox] {
    width: 40px;
    padding: 0px;
    margin: 0px;
    border-radius: 3px;
    border: 0;
}

.btn-search-marks {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    border: 0;
    text-align: center;
    float: right;
    padding: 24px;
    background-color: #062d44;
    margin-right: 30px;
    position: relative;
    margin-bottom: 15px;
    float:right;
}

.marksSection {
    width: 100%;
}

.marks-container {
    position: relative;
    margin: 40px auto 0 auto;
    width: 1080px;
    /*padding-left:13px;*/
    overflow: hidden;
    z-index: 1;
    line-height: 1.0;
}


.table-marks {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    margin-bottom: 20px;
}


.table-marks td {
    padding: 10px;
    border: solid 1px #e8eef4;
}

.table-marks td a {
    text-decoration: none;
}

.table-marks th {
    padding: 10px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
    background-color: #6ddaee;
    font-weight: bold;
}

td.cell-publico {
    background-color: #fafaa9;
}

td.cell-concertado {
    background-color: #f3cf81;
}

td.cell-privado {
    background-color: #f6d1f5;
}

.container-tipo-centro, .container-ciudad, .container-municipio {
    display: inline-block;
}

@media (max-width: 1100px) and (min-width: 892px) {

    .searchFormContainer,.marks-container {
        width: 100%;
    }


}

@media (max-width: 892px) 
{
    .searchFormContainer, .marks-container {
        width: 100%;
    }

    .btn-search-marks {
        float:left;
        margin-left: 20px;
    }

    .container-distritos {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .row-submit {
        margin-top: 40px;
    }
}