* {
    margin: 0;
    padding: 0;
}

body {
    background: #FAFAFA url(./images/line.gif) repeat-x top left;
    font: 13px 'Segoe UI', Tahoma, sans-serif;
    color: #444;
    cursor: default;
}

body .clear { clear: both; }
body .clearright { clear: right; }

body .hidden {
    display: none;
}

body .right {
    text-align: right;
}

body .bold {
    font-weight: bold;
}

body a {
    outline: none;
    text-decoration: none;
    color: #39D;
}

body a:hover {
    text-decoration: underline;
}

body img {
    border: 0;
}

body ul {
    list-style-type: none;
}

#wrap {
    width: 840px;
    margin: 0 auto;
}

#header {
    padding: 5px 0 10px 0;
}

#header h1 {
    float: left;
    margin-right: 10px;
}

#header div.right-block {
    float: right;
}

#header h1 a {
    display: block;
    width: 206px;
    height: 93px;
    background: url('images/logotipo.png') no-repeat;
    margin-top: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #555;
}

#header h1 a span { display: none; }

#header .bann3r {
    float: left;
    width: 468px;
    height: 90px;
    /* background-color: #E0A163; */
    background-color: white;
}

#header #info {
    float: right;
    margin-top: 56px;
}

#header #info,
#header #info p { text-align: right; }

#header #info p a.admin {
    color: #006699;
}

#header #languages { float: right; margin-top: 3px; }

#header #languages ul li {
    float: left;
    margin-right: 0;
    margin-left: 2px;
}

#header #languages ul li a {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9000px;
}

#header form {
    float: right;
}

#header form ul li {
    margin: 0;
}

#header form ul li.input {
    margin-right: 5px;
}

#header form ul li.input input {
    padding: 4px;
    width: 200px;
}


#header #languages ul li a.es {
    background: url(./images/es.gif) no-repeat;
}

#header #languages ul li a.en {
    /** background: url(./images/us.gif) no-repeat; */
    background: url(./images/england.gif) no-repeat
}

#header #languages ul li a.it {
    background: url(./images/it.gif) no-repeat;
}

#header #languages ul li a.de {
    background: url(./images/de.gif) no-repeat;
}

#header #languages ul li a.fr {
    background: url(./images/fr.gif) no-repeat;
}

#header #languages ul li a.pt {
    background: url(./images/pt.gif) no-repeat;
}

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

#header #info p {
    color: #CCC;
}

#header #info p a {
    color: #DD0000;
}

#header #info p a b {
    color: #F60;
}

#header #nav {
    margin-top: 4px;
    padding-top: 8px;
}

#header ul li {
    float: left;
    margin-right: 10px;
}

#header #nav ul li a {
    display: block;
    padding: 5px;
    border: 1px solid #E4E4E4;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    background-color: #fff;
    color: #369;
    font-size: 11px;
    text-decoration: none;
}

#header #nav ul li a:hover {
    border: 1px solid #D4D4D4;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

#header #nav ul li#agregar a {
    color: #F60;
}

#header #nav a.admin {
    float: right;
    color: #369;
    text-decoration: none;
}

#header #nav a.admin:hover {
    text-decoration: underline;
}

#container {
    padding-top: 5px;
    position: relative;
}

#container p.message {
    background-color:#FFF9D7;
    border-color: #E2C822;
    border-style: solid;
    border-width: 1px 0;
    padding: 5px;
    margin-bottom: 5px;
}

#container h2 {
    color: #FF6600;
    font: 13pt/18px Georgia, "Times New Roman", Times, serif;
    border-bottom: 1px solid #DDD;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

#container form {
    border-left: 3px solid #EEE;
    padding-left: 10px;
}

#container form fieldset {
    margin-left: -9px;
    margin-bottom: 10px;
    padding: 5px 0 5px 20px;
    border: 0;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

#container form fieldset legend {
    margin-left: -10px;
    padding: 0 5px;
    font-weight: bold;
}

#container form dl {

}

#container form dl.caracteristicas dt {
    width: 350px;
    text-align: right;
}

#container form dl.caracteristicas dt label {
    padding-right: 10px;
}


#container form dl dt {
    float: left;
    width: 120px;
    line-height: 20px;
    padding-bottom: 3px;
}

#container form dl dd {
    line-height: 20px;
    padding-bottom: 3px;
}

#container form dl dd.hr div {
    height: 1px;
    background-color: #DDD;
    margin: 10px 10px 10px -10px;
}


form input,
form select,
form textarea {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
    padding: 3px;
    font-size: 11px;
}

form input.checkbox {
    border: 0;
    background: transparent;
    padding: 0;
}

form dl dd span.note {
    color: #888;
}

form dl dd span.error {
    color: #DD0000;
}

form span.required {
    color: #DD0000;
}

#container #mapa img {
    padding: 2px;
    border: 1px solid #DDD;
}

#Map area {
    outline: none;
}

a.edit {
    display: block;
    float: right;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
}

a.disabled {
    cursor: default !important;
    color: #888 !important;
}

a.disabled:hover {
    text-decoration: none;
}

#container table {
    width: 100%;
}

#container table thead tr th {
    padding: 5px;
    color: #1a1a1a;
    border-bottom: 1px solid #DDD;
    text-align: left;
    font-weight: normal;
}

#container table tbody.title tr td {
    font-size: 14px;
    font-weight: bold;
}

#container table tbody tr.reportado td {
    background-color: #FFEDF1 !important;
}

#container table tbody tr td {
    padding: 5px;
    border-bottom: 1px solid #E4E4E4;
}

#container table tbody tr td.actions {
    width: 1%;
    white-space: nowrap;
    color: #AAA;
    text-align: right;
}

#container table tbody tr.odd td {
    background-color: #FFF;
}

#container table tbody tr.add td {
    background-color: #FFFFE5;
}

#cal_unico { width: 383px; }
#cal_cerrado,
#cal_alta,
#cal_media,
#cal_baja {
    width: 400px;
}

#footer {
    margin: 100px 0 20px 0;
	padding: 5px;
    background-color: #FFF;
    border: 1px solid #EEE;
}

#footer p {
    padding: 5px;
}
