body {
    background-color: #d5cec3;
    background-image: url('../img/bg-body.png');
    background-repeat: repeat-x;
    color: #333;
    font-family: Georgia, Verdana, Arial, serif;
    font-size: 0.94em;
    margin: 0;
    padding: 0;
}
a {
    color: #8e391c;
}
a:hover {
    text-decoration: underline;
}
p {
    margin-bottom: 10px;
}
.home {
    font-size: 120%;
    font-style: italic;
}
h1 {
    color: #71574b;
    font-size: 140%;
    font-weight: normal;
    margin-bottom: 10px;
}
h2 {
    color: #8e391c;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 10px;
}
.left {
    padding-left: 15px;
}
#wrap {
    display: table;
    margin: 0 auto;
    width: 960px;
    padding:0px 10px;
}
#header {
    background-image: url('../img/bg-header.png');
    background-position: right bottom;
    background-repeat: repeat-x;
    float: left;
    height: 236px;
    width: 100%;
}
#logo {
    background-image: url('../img/bg-logo.png');
    background-repeat: no-repeat;
    float: left;
    height: 227px;
    width: 158px;
}
#logo img {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
#menu {
    float: left;
}
#menu ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
#menu ul li.active a {
    font-weight: bold;
    background-image: url('../img/li-hover.png');
    background-repeat: repeat-x;
    border-right: 1px solid #392b24;
    font-size: 90%;
    line-height: 60px;
    margin: 0;
    padding: 20px 12px 30px;
    text-transform: uppercase;
    background-position: 0 -75px;
    color: #e7d3c5;
    text-decoration: none;
}
#menu ul li a {
    background-image: url('../img/li-hover.png');
    background-repeat: repeat-x;
    border-right: 1px solid #392b24;
    color: #d7b8a4;
    font-size: 90%;
    line-height: 60px;
    margin: 0;
    padding: 20px 12px 30px;
    text-transform: uppercase;
}
#menu ul li a:hover {
    background-position: 0 -75px;
    color: #e7d3c5;
    text-decoration: none;
}
a.last {
    border-right: 0 solid #000;
}
#caballos {
    background-image: url('../img/caballo-header.png');
    background-repeat: no-repeat;
    bottom: 16px;
    float: right;
    height: 182px;
    position: relative;
    right: 1px;
    width: 461px;
    z-index: 0;
    margin-right: 10px;
}
#wrap-contenido {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #f8f5ee;
    border: 0px solid #fff;
    float: left;
    min-height: 550px;
    margin-top: -10px;
    padding: 20px 15px 20px 15px;
    position: relative;
    width: 930px;
    z-index: 999;
}
#footer {
    background-color: #71574b;
    float: left;
    height: 110px;
    margin-top: -20px;
    position: relative;
    width: 100%;
}
#footer-logo {
    background-image: url('../img/footer-logo.png');
    width: 300px;
    float: left;
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-top: 3px;
    padding-bottom: 15px;
    color: #D9CBC5;
    font-size: 90%;
}
#footer-logo a {
    color: #D9CBC5;
}
#footer-links {
    float: right;
    margin-top: 7px;
}
#footer-links ul {
    float: right;
margin-bottom:12px;
}
#footer-links ul li {
    float: left;
    list-style: none;
}
#footer-links ul li a {
    padding: 3px 6px 3px 6px;
    color: #D9CBC5;
    list-style: none;
}

#creditos {

}

#wrap-footer {
    width: 960px;
    padding-top: 30px;
    margin: 0 auto;
    background-color: #71574b;
    background-image:url('../img/footer-bg.png');
    background-position:top right;
    background-repeat:no-repeat;
    display:table;
}
.sidebar {
    float: left;
    width: 200px;
    padding: 0 10px 10px 20px;
}
#contenido {
    float: left;
    width: 680px;
}
#contenido-full {
    float: left;
    width: 100%;
}
.bloque {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0d8cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    float: left;
}
.bloque h2 {
    color: #71574b;
    font-weight: normal;
    font-size: 120%;
    border-bottom: 3px solid #d3c9b9;
    margin-bottom: 5px;
}

#bloque-ubicacion {
    width: 96%;
    padding: 10px;
    border: 1px solid #e0d8cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    float: left;
    background-color: #f1ece3;
}
#bloque-ubicacion h2 {
    color: #71574b;
    font-weight: normal;
    font-size: 130%;
    border-bottom: 3px solid #d3c9b9;
    margin-bottom: 5px;
}
#wrap-mapa {
    width: 300px;
    float: right;
    margin-left: 10px;
}
#mapa {
    width: 300px;
    height: 200px;
}
#form-contacto {
    width: 97%;
    padding: 10px;
    border: 1px solid #e0d8cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    float: left;
    background-color: #f1ece3;
}
.tabla-formulario {
    float: right;
    width: 430px;
}
.tabla-formulario td {
    border: 0px;
}
#form-contacto table.tabla-formulario tbody tr td textarea {
    height: 100px;
    width: 260px;
}
#form-contacto table.tabla-formulario tbody tr td input[type="submit"] {
    float: right;
}
#form-contacto img {
    float: left;
    border: 1px solid #d3c9b9;
}
div.error {
    border: 2px solid #fbc2c4;
    width: 490px;
    float: left;
    margin-left: 10px;
    padding: 5px;
    margin-bottom: 10px;
    background: #fbe3e4;
    color: #8a1f11;
}
div.exito {
    border: 2px solid #c6d880;
    width: 490px;
    float: left;
    margin-left: 10px;
    padding: 5px;
    margin-bottom: 10px;
    background: #e6efc2;
    color: #264409;
}
.yegua,.padrillo {
    float: left;
    width: 190px;
    padding: 10px;
    border: 1px solid #e0d8cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin: 10px;
    background-color: #f1ece3;
}
.yegua h2,.padrillo h2 {
    font-size: 105%;
    text-align: center;
}
.yegua img,.padrillo img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    border: 0px solid #d3c9b9;
}
.yegua a,.padrillo a {
    font-size: 90%;
    float: right;
}
.slider-yeguas {
    margin: 0 auto;
}
.slider-padrillos{
    margin: 0 auto;
}
img.pedigree {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: 6px solid #d3c9b9;
    background-color: #fff;
}

.marcha {
    float: left;
    width: 140px;
    padding: 5px 20px;
    border: 1px solid #e0d8cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin: 15px 20px;
    background-color: #f1ece3;
    text-align:center
}

.marcha:hover {
    cursor:pointer;
    background-color:#F4F2F0;
}

.marcha p.anio {
    font-size:1.3em;
    margin:0px;
}
.marcha img {
    display:block;
    margin:0 auto;
    clear:both;
    padding:5px;
}

.marcha a {
    clear:both;
    font-size:0.9em;
}

.marcha p.desc {
    font-size:0.9em;
}

input.error,textarea.error {
border:1px solid red;
}
label.error {
font-size:85%;
}

#afiche img {
display:block;
margin: 0 auto;
margin-bottom:20px;
background-color:#FFF;
padding:5px;
border:1px solid #EEEDE9;
}

.novedad p a img {
    width:59px;
    display:block;
    float:left;
}
.novedad p {
    clear:both;
    font-size: 90%;
}

.novedad {
    margin: 10px 0 15px 0;
    border-bottom:1px dotted #e0d8cb;
}
.novedad span.fecha {
    color: #d56906;
    font-size: 90%;
}
.novedad p a img {
    display:block;
    margin:0 auto;
    padding:3px;
}