/* -- Hoja de estilos principal de la interfaz --*/

body {
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #000000;
    background: #aeaca0 50% 0 repeat-y url('../img/fondo.gif');
}

form{
    display:inline;
    margin:0;
    padding:0;

}

select, input {
    font-size: 10px;
    border: 1px solid #7b7b71;
    background-color: #aeaca0;
}

a{
    color: #000000;
}

a img {
    border: none;
}

a:hover {
    text-decoration: none;
}

p, h1, h2, h3{
    margin:0;
    padding:0;
    font-size: 10px;
}

fieldset {
    border: none;
}

#layout {
    width: 760px;
    margin: 0 auto;
}

.button {
    cursor: pointer;
}

.clr {
    clear: both;
}

#header {
    height: 24px;
    background-color: #7b7b71;
}

#header h1 {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    float: left;
    border-right: 1px solid #a6a297;
    padding: 0 10px 0 27px;
    font-weight: normal;
}

#header h2 {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    float: left;
    color: #ffffff;
    padding: 0 0 0 10px;
    font-weight: normal;
}

#logo {
    height: 148px;
    background: 0 0 no-repeat url('../img/logo-bg.gif');
    position: relative;
}

#logo img {
    position: absolute;
    top: 0;
    left: 0;
}

#logo .links {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding-right: 27px;
    text-align: right;
}

#logo .links {
    margin-left: 10px;
}

#info {
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 0 0 27px;
    background-color: #000;
}

#info a {
    color: #ffffff;
    text-decoration: none;
}

#info a:hover {
    text-decoration: underline;
}

div.info, p.info {padding: 8px 10px 8px 36px;margin: 15px 0 30px 0;font-size: 11px; color: #0055BB;border: 1px solid #629de3;background: #c6daf0 url(../img/status-info.png) 10px 50% no-repeat;}
div.info a, p.info a {color: #0055BB !important; font-weight: bold;}

#main {
    padding: 10px 27px;
    background-color: #a5a396;
}

#main h1 {
    margin-bottom: 10px;
    font-size: 14px;
}

/* -- formularios -- */

.obligatorio {
    color: #ff0000;
    font-weight: bold;
}

div.input, div.radio {
    margin-top: 10px;
}

div.input input, div.input textarea {
    border: 1px solid #7b7b71;
    background-color: #aeaca0;
    width: 350px;
}

div.text input {
    width: 200px;
}

div.medium-text textarea {
    height: 100px;
    width: 600px;
    font-size: 10px;
}

div.number input {
    width: 50px;
    text-align: right;
}

div.date input {
    width: 75px;
}

div.long-text textarea {
    height: 200px;
    width: 600px;
}

div.input-date input {
    width: 100px !important;
}

div.input label {
    font-weight: bold;
    font-size: 10px;
    display: block;
    padding: 5px;
}

#UserLoginForm div.input label {
    display: block;
    float: left;
    width: 250px;
    text-align: right;
    margin-right: 10px;
    font-size: 10px;
    font-weight: normal;
    padding: 0;
}

div.button {
    text-align: center;
    padding: 15px 0;
}

div.button-right {
    text-align: right !important;
}

div.button input, a.button {
    background-color: #ABE08D;
    color: #000;
    border: 1px solid #292a25;
    padding: 7px 10px;
    cursor: pointer;
    text-transform: uppercase;
}

span.prev {
    float: left;
}

span.next {
    float: right;
}

a.button-b, span.prev a, span.next a {
    background-color: #ABE08D;
    color: #000;
    padding: 5px 5px;
    border: 1px solid #292a25;
    cursor: pointer;
    text-decoration: none;
}

a.button-b:hover, span.prev a:hover, span.next a:hover {
    text-decoration: underline;
}

#pagination .disabled {
    display: none;
}

div.radio input {
    vertical-align: middle;
}

span.radios label, span.radios input {
    display: inline !important;
    font-size: 10px;
    font-weight: bold;
}

span.radios input {
    width: 15px;
}

div.map-controls {
    text-align: right;
    padding: 10px;
}

div.map-controls a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

div.map-controls a:hover {
    text-decoration: none;
}

a.erase-button {
    background-color: #ff0000;
    color: #ffffff;
}

a.edit-button {
    background-color: #0000ff;
    color: #ffffff;
}

ul.select {
    list-style: none;
}

ul.select li {
    background: 0 5px no-repeat url('../img/bullet.gif');
    margin-top: 5px;
    padding-left: 12px;
}

ul.select li.new-button {
    background: 0 5px no-repeat url('../img/bullet_green.gif');
}

ul.select li a, ul.select li {
    font-size: 14px;
    text-decoration: none;
}

ul.select li a:hover {
    text-decoration: underline;
}

ul.files {
    list-style: none;
    padding: 0;
    margin-left: 260px;
}

ul.files li {
    margin-top: 15px;
}

ul.files li.image img {
    border: 1px solid #000;
    display: block;
    margin-bottom: 2px;
}

.gallery-hidden {
    display: none;
}

.associations-container span {
    margin-right: 10px;
}

.form-explanation {
    margin-left: 260px;
    color: #555;
    font-size: 11px;
}

p.attention {
    padding: 8px 10px 8px 36px;
    margin: 15px 0;
    color: #B79000;
    border: 1px solid #E7BD72;
    background: #FFF3A3 url(../img/attention.png) 10px 50% no-repeat;
}

p.attention a {
    color: #B79000 !important;
    font-weight: bold;
}

#video-files .video {
    cursor: pointer;
    background: #ddd;
    border: 1px solid #777;
    padding: 5px;
    margin-bottom: 5px;
}

#video-files .video:hover {
    background: #aaa;
}

#video-files .selected {
    background: #999;
    font-weight: bold;
}

.state {
    margin-left: 10px;
    padding: 1px 2px;
    font-size: 10px;
    background: #eee;
    border: 1px solid #ddd;
}

.procesando {
    color: #777;
}

.despublicado {
    color: #f00;
}

.video-container {
    padding: 30px 0;
    text-align: center;
}

/* -- tablas de datos -- */
table.data {
    width: 90%;
    margin: 15px auto;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

table.data th, table.data td {
    padding: 5px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

table.data th {
    background-color: #000;
    color: #fff;
}

table.data td {
    padding: 3px;
}

/* -- inmueble-preview --  */

div.inmueble-preview {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7b7b71;
}

div.inmueble-preview img {
    float: left;
    border: 1px solid #000;
    margin: 0 10px 10px 0;
}

div.inmueble-preview h1, div.inmueble-detail h1 {
    margin-top: 10px !important;
    font-size: 11px !important;
}

div.inmueble-preview div.features {
    height: 30px;
    padding-right: 200px;
}

div.inmueble-preview div.features span {
    width: 150px;
    padding-left: 20px;
    display: block;
    float: left;
    padding-top: 5px;
}

div.info-link {
    text-align: right;
}

span.date  {
    font-size: 10px;
    float: right;
}

p.price {
    font-size: 11px;
    color: #fff;
    padding: 20px 0 0 0;
}

/*-- inmueble-detail --*/

#googlemap {
    overflow: hidden;
}

.inmueble-detail .column-left {
    float: left;
    width: 420px;
}

div.inmueble-detail h1 {
    padding-left: 15px;
}

.inmueble-detail .column-left h2 {
    font-size: 13px;
    color: #fff;
    margin-top: 30px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.inmueble-detail .column-right {
    margin-left: 440px;
}

.inmueble-detail ul.features {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

.inmueble-detail ul.features li {
    margin-top: 5px;
}

.gallerym-main {
    border: 1px solid #000;
}

#total {
    display: block;
    padding: 5px 10px;
    background-color: #5A760F;
    color: #FFFFFF;
    font-weight: normal;
    float: right;
}

.ajax-loading {
    background: #5A760F 10px 50% no-repeat url('../img/ajax-loader.gif');
    padding-left: 30px !important;
}

.search-form legend {
    font-weight: bold;
}

.search-form-body {
    margin-left: 30px;
}

.search-form-body select {
    width: 210px;
}

.search-results {
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 10px;
}

#rent-form h2 {
    background-color: #7b7b71;
    color: #FFF;
    padding: 3px 10px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

#rent-form h3 {
    color: #7b7b6f;
    margin-top: 30px !important;
}

#rent-form p, #rent-form h4, #rent-form label {
    padding-left: 10px;
}

#rent-form div.input input, #rent-form div.input textarea {
    width: 260px;
}

#rent-form span.radios input {
    width: 15px;
}

#rent-form span.radios label {
    padding-left: 2px;
}

#rent-form  div.button {
    text-align: right;
}

#user-zone {
    float: right;
    display: block;
    padding: 5px 30px 5px 20px;
    background: 0 50% no-repeat url('../img/user-16x16.png');
}

/* -- panel de control -- */

ul.cpanel {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

ul.cpanel li {
    display: inline;
    list-style: none;
}

ul.cpanel li a {
    text-decoration: none;
    display: block;
    float: left;
    width: 48px;
    padding: 58px 10px 5px 10px;
    margin-right: 10px;
    font-size: 10px;
    border: 1px solid #777;
    text-align: center;
    background-color: #bbb;
    background-position: 50% 5px;
    background-repeat: no-repeat;
}

ul.cpanel li a:hover {
    border: 1px solid #bbb;
    background-color: #777;
    color: #bbb;
}

ul.cpanel li a.link-nuevo-inmueble {
    background-image: url('../img/home-plus-48x48.png');
}

ul.cpanel li a.link-inmuebles {
    background-image: url('../img/home-48x48.png');
}

ul.cpanel li a.link-municipios {
    background-image: url('../img/folder-48x48.png');
}

ul.cpanel li a.link-usuarios {
    background-image: url('../img/user-48x48.png');
}

ul.cpanel li a.link-busqueda {
    background-image: url('../img/search-48x48.png');
}

ul.cpanel li a.link-cambiar-clave {
    background-image: url('../img/save-key-48x48.png');
}


ul.cpanel li a.link-salir {
    background-image: url('../img/logout-48x48.png');
}

