/* CSS Document */
/* Illustration */

.illustration {
    background: #DEDBD2;

}

#slice_search {
    margin: 0 auto;
    width: 992px;
    height: 40px;
    padding: 10px 0 0 0;
}

#slice_cab {
    margin: 0 auto;
    width: 992px;
    height: 208px;
    background-color: #dedbd2;
}

#plantilla_menu {
    /*background: #dedbd2 url("img/menu/background-menu.gif") repeat-x;*/
}

.slice_menu {
    margin: 0 auto;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    /*background:url("img/menu/background-menu.gif") #dedbd2;*/
    width: 992px;
    height: 47px;
    z-index: 100;
    overflow: visible !important;
}

.slice_menu ul, .slice_menu li {
    list-style-type: none;
}

.slice_menu li {
    float: left;

}

#slice_cont {
    margin: 0 auto;
    width: 947px;
    background-color: #dedbd2;
    z-index: 0;
    padding: 15px 0 15px 0;
}

#slice_footer {
    margin: 0 auto;
    width: 992px;
    min-height: 110px;

}

.addOption a .spn1 {
    font-size: 14px;
    padding-left: 5px !important;
    padding-right: 4px !important;

}

.slice_menu2, .slice_menu3 {
    background: url("img/menu/background-menu.gif") repeat-x;
}

.slice_menu4 {
    background: url("img/menu/menu4-background.gif") repeat-x;
}

.slice_footer1, .slice_footer2 {
    background: url("footers/footer-background.jpg") repeat-x;
}

.slice_footer3 {
    background-color: #2c2c2c;
}

/*** THUMBNAILS (cat + not) ******************************/
.thumbnails {
    list-style: none !important; /* estilos.css impone list-style */
    padding: 0;
}

.thumbnail {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*********************************************************/

#menu2 {
    position: relative;
}

#menu2 a {
    display: block;
    float: left;
    margin-right: 4px;
    color: #aa8d48;
    text-decoration: none;
}

#menu2 a .spn1, #menu2 a .spn2 {
    margin: 7px 0 0 0;
    cursor: pointer;
    height: 40px;
    display: block;
    float: left;
}

#menu2 a .spn1 {
    padding: 11px 12px 0 15px;
    background: transparent url("img/menu/menu2-backgrounditems.gif") 0 -40px no-repeat;
    height: 29px;
}

#menu2 a .spn2 {
    background: transparent url('img/menu/menu2-backgrounditems.gif') -247px -40px no-repeat;
    width: 3px;
}

#menu2 a .spn1.activo, #menu2 a:hover .spn1 {
    background: transparent url("img/menu/menu2-backgrounditems.gif") 0 0 no-repeat;
    color: #514c40;
}

#menu2 a .spn2.activo, #menu2 a:hover .spn2 {
    background: transparent url("img/menu/menu2-backgrounditems.gif") -247px 0 no-repeat;
    width: 3px;
}

#menu2 > ul li {
    position: relative;
}

/* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
#menu2 > ul ul {
    /* Para todos los ul debajo del ul.menu */
    display: none;
    position: absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
    left: 0px; /* Para que no monte sobre el <li> */
    top: -1px;
    margin-left: 222px;
    border: 1px solid #9c9e9f;
    background-color: #e0ddd5;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;

}

#menu2 > ul ul a {
    width: 220px;
    border: 1px solid #FFF;
    border-top: none;
    padding: 0 0 4px 0;
    font-size: 12px;
    color: #947938;
    margin: 0;
}

#menu2 > ul ul a .spn1,
#menu2 > ul ul a .spn2 {
    margin: 0;
    background: none;
    height: inherit;
}

#menu2 > ul ul a:hover .spn1,
#menu2 > ul ul a:hover .spn2,
#menu2 > ul ul .spn1.activo {
    background: none;
    color: #514c40;
    height: inherit;
}

#menu2 > ul ul a.dir {
    background: url("img/menu/menu1-arrow.png") no-repeat 200px 14px;
}

#menu2 > ul ul a:hover.dir {
    background: url("img/menu/menu1-arrow.png") no-repeat 200px -9px;
}

#menu2 > ul > li > ul {
    /* Solo para los ul debajo de los li de primer nivel. */
    border-top: none;
    position: absolute;
    left: 0;
    top: 47px;
    margin-left: 0px;
}

#menu2 > ul ul li {
    background-color: #e0ddd5;
}

/*************************/
#menu3 {
    background: url("img/menu/menu3-background.png") #8a7759;
    border: 1px solid #bfc5c8;
    width: 891px;
    height: 39px;
    margin: 3px 0 0 0;
}

#menu3 a {
    display: block;
    float: left;
    /*padding:12px 15px 0 17px;*/
    color: #FFF;
    text-decoration: none;

}

#menu3 a .spn1, #menu3 a .spn2 {
    cursor: pointer;
    height: 27px;
    display: block;
    float: left;
    overflow: hidden;
    padding-top: 12px;
}

#menu3 a .spn1 {
    padding-left: 15px;
    padding-right: 15px;
}

#menu3 a .spn2 {
    width: 2px;
    border-right: 1px solid #bbad97;
}

#menu3 a .spn1.activo, #menu3 a:hover .spn1 {
    background: url("img/menu/menu3-backhover.png") repeat-x #ededed;
    color: #514f42;
}

#menu3 a .spn2.activo, #menu3 a:hover .spn2 {
    background: url("img/menu/menu3-backhover.png") repeat-x #ededed;
    width: 2px;
}

#menu3 > ul li {
    position: relative;
}

/* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
#menu3 > ul ul {
    /* Para todos los ul debajo del ul.menu */
    display: none;
    position: absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
    left: 0px; /* Para que no monte sobre el <li> */
    top: -1px;
    margin-left: 220px;
    border: 1px solid #bfc5c8;
    background-color: #e0ddd5;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

#menu3 > ul ul a {
    width: 220px;
    border-bottom: 1px solid #bbad97;
    padding: 0 0 4px 0;
    font-size: 12px;
    margin: 0;
}

#menu3 > ul ul a .spn1,
#menu3 > ul ul a .spn2 {
    margin: 0;
    background: none;
    height: inherit;
    border: 0;
}

#menu3 > ul ul a:hover .spn1,
#menu3 > ul ul a:hover .spn2,
#menu3 > ul ul .spn1.activo,
#menu3 > ul ul .spn2.activo {
    background: none;
    height: inherit;
}

#menu3 > ul ul a.dir {
    background: url("img/menu/menu2-arrow.png") no-repeat 200px 14px;
}

#menu3 > ul ul a:hover.dir {
    background: url("img/menu/menu2-arrow.png") no-repeat 200px -9px;
}

#menu3 > ul > li > ul {
    /* Solo para los ul debajo de los li de primer nivel. */
    border-top: none;
    position: absolute;
    left: -1px;
    top: 39px;
    margin-left: 0px;
}

#menu3 > ul ul li {
    background-color: #a48f6e;
}

#menu3 > ul ul li:hover {
    background-color: #ededed;
}

/*************************/
/*************************/
#menu4 {
    /*background:url("img/menu/menu4-background.png") #8a7759;
	border:1px solid #bfc5c8;*/
    width: 891px;
    height: 39px;
    /*margin:3px 0 0 0;*/
}

#menu4 a {
    display: block;
    float: left;
    /*padding:12px 15px 0 17px;*/
    color: #FFF;
    text-decoration: none;
    margin: 4px 0 0 0;
}

#menu4 a .spn1, #menu4 a .spn2 {
    cursor: pointer;
    height: 27px;
    display: block;
    float: left;
    padding-top: 12px;
}

#menu4 a .spn1 {
    padding-left: 14px;
    padding-right: 14px;
}

#menu4 a .spn2 {
    width: 2px;
    border-right: 1px solid #bbad97;
}

#menu4 a .spn1.activo, #menu4 a:hover .spn1 {
    background: url("img/menu/menu4-backhover.png") repeat-x #cd8520;
}

#menu4 a .spn2.activo, #menu4 a:hover .spn2 {
    background: url("img/menu/menu4-backhover.png") repeat-x #cd8520;
    width: 2px;
}

#menu4 > ul li {
    position: relative;
}

/* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
#menu4 > ul ul {
    /* Para todos los ul debajo del ul.menu */
    display: none;
    position: absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
    left: 0px; /* Para que no monte sobre el <li> */
    top: -1px;
    margin-left: 220px;
    border: 1px solid #bfc5c8;
    background-color: #e0ddd5;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

#menu4 > ul ul a {
    width: 220px;
    border-bottom: 1px solid #bbad97;
    padding: 0 0 4px 0;
    font-size: 12px;
    margin: 0;
}

#menu4 > ul ul a .spn1,
#menu4 > ul ul a .spn2 {
    margin: 0;
    background: none;
    height: inherit;
    border: 0;
}

#menu4 > ul ul a:hover .spn1,
#menu4 > ul ul a:hover .spn2,
#menu4 > ul ul .spn1.activo,
#menu4 > ul ul .spn2.activo {
    background: none;
    height: inherit;
}

#menu4 > ul ul a.dir {
    background: url("img/menu/menu3-arrow.png") no-repeat 200px 14px;
}

#menu4 > ul ul a:hover.dir {
    background: url("img/menu/menu3-arrow.png") no-repeat 200px -9px;
}

#menu4 > ul > li > ul {
    /* Solo para los ul debajo de los li de primer nivel. */
    border-top: none;
    position: absolute;
    left: -1px;
    top: 44px;
    margin-left: 0px;
}

#menu4 > ul ul li {
    background-color: #515151;
}

#menu4 > ul ul li:hover {
    background-color: #cd8520;
}

/*************************/
#slider_portada3, #slider_portada1 {
    position: relative;
}

#slider_portada1 {
    height: 212px;
}

#slider_portada3 {
    height: 296px;
}

#slider_portada3 img, #slider_portada1 img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#slider_portada3 a, #slider_portada1 a {
    border: 0;
    display: block;
}

/*************************/

/****************************************/
/*           CODIGO ALBERTE             */
/****************************************/

#illustration_cont .rojo {
    color: #cd4848 !important;
}

#illustration_cont .dorado {
    color: #aa8d48 !important;
}

#illustration_cont .dark {
    color: #514c40;
}

#illustration_cont .bg_clear {
    float: left;
    background: #ededed;
    border: 1px solid #FFF;
}

#illustration_cont .bg_dark {
    float: left;
    background: #2c2c2c;
    border: 1px solid #000;
}

#illustration_cont .break {
    height: 1px;
    background: #FFF;
    border-bottom: 1px solid #d5d5d5;
    margin: 7px auto;
}

#illustration_cont .vbreak {
    float: left;
    width: 1px;
    height: 500px;
    background: #FFF;
    border-right: 1px solid #d5d5d5;
    margin: 0 15px 0 0;
}

#illustration_cont .btn_clear {
    float: right;
    background: #fff;
    padding: 5px 15px !important;
    margin: 15px;
}

#illustration_cont .btn_dark {
    float: right;
    background: #dc932b;
    padding: 5px 15px !important;
    margin: 15px;
    border-radius: 10px; /* CSS3 */
    -ms-border-radius: 3px; /* para IE 8 */
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Webkit, Safari y chrome */
    -khtml-border-radius: 10px; /* Navegadores de linux */
    behavior: url(border-radius.htc); /* Todos los navegadores, sobre todo resto de IE */
}

#illustration_cont .shadow {
    -moz-box-shadow: 0 0 5px #444;
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#444444')";
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#444444');
}

#illustration_cont {
    width: 947px;
    margin: 0 auto;
    background: #dedbd2;
}

#illustration_cont  h4, #illustration_cont h3, #illustration_cont h2, #illustration_cont h1, #illustration_cont p, #illustration_cont li, #illustration_cont a, #illustration_cont label, #illustration_cont span {
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #5b5b5b;
    padding: 0;
}

#illustration_cont .bg_dark h4, #illustration_cont .bg_dark h3, #illustration_cont .bg_dark h2, #illustration_cont .bg_dark h1, #illustration_cont .bg_dark p, #illustration_cont .bg_dark li, #illustration_cont .bg_dark a, #illustration_cont .bg_dark label {
    color: #e0e0e0;
}

#illustration_cont h1 {
    font-size: 36px;
}

#illustration_cont h2 {
    font-size: 30px;
    margin: 0;
    line-height: 34px;
}

#illustration_cont h3 {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
}

#illustration_cont h4 {
    font-size: 14px;
}

#illustration_cont p {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0
}

#illustration_cont a {
    font-size: 12px;
}

#illustration_cont label {
    font-size: 16px;
}

#illustration_cont .lista {
    list-style: none;
    font-size: 12px;
    padding: 0 0 0 25px;
    line-height: 25px;
}

#illustration_cont .lista li {
    list-style-image: url(img/bullet.png);
}

/* CONTACTO 01 */

#illustration_contacto1 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_contacto1 #left {
    float: left;
    width: 310px;
    margin-right: 10px;
}

#illustration_contacto1 #right {
    float: left;
    width: 545px;
}

#illustration_contacto1 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_contacto1 .form input, #illustration_contacto1 .form textarea {
    border: 1px solid #d5d5d5;
    margin: 2px 0 8px;
    padding: 2px 4px;
    width: 525px;
}

#illustration_contacto1 .form .small_l, #illustration_contacto1 .form .small_r {
    float: left;
    width: 255px;
}

#illustration_contacto1 .form .small_l {
    margin-right: 25px;
}

#illustration_contacto1 .form .small_l input, #illustration_contacto1 .form .small_r input {
    width: 245px;
}

#illustration_contacto1 .form textarea {
    resize: none;
    height: 150px;
}

/* CONTACTO 02 */

#illustration_contacto2 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_contacto2 #left {
    width: 545px;
    float: left;
    margin-right: 10px;
}

#illustration_contacto2 #right {
    float: left;
    width: 310px;
}

#illustration_contacto2 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_contacto2 .form input, #illustration_contacto2 .form textarea {
    border: 1px solid #d5d5d5;
    margin: 2px 0 8px;
    padding: 2px 4px;
    width: 525px;
}

#illustration_contacto2 .form .small_l, #contacto2 .form .small_r {
    float: left;
    width: 255px;
}

#illustration_contacto2 .form .small_l {
    margin-right: 25px;
}

#illustration_contacto2 .form .small_l input, #illustration_contacto2 .form .small_r input {
    width: 245px;
}

#illustration_contacto2 .form textarea {
    resize: none;
    height: 150px;
}

#illustration_contacto2 .social {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

#illustration_contacto2 .mail {
    background: url(img/mail.png) no-repeat;
    height: 30px;
    padding: 3px 0 0 37px;
}

#illustration_contacto2 .fb {
    background: url(img/facebook.png) no-repeat;
    height: 35px;
    padding: 5px 0 0 37px;
}

#illustration_contacto2 .twit {
    background: url(img/twitter.png) no-repeat;
    height: 35px;
    padding: 5px 0 0 37px;
}

/* CONTACTO 03 */

#illustration_contacto3 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_contacto3 #left {
    width: 545px;
    float: left;
    margin-right: 10px;
}

#illustration_contacto3 #right {
    float: left;
    width: 310px;
}

#illustration_contacto3 .img_bg {
    float: left;
    padding: 7px;
    background: #000;
    border: 1px solid #4e4e4e;
    margin: 0 10px 10px 0;
}

#illustration_contacto3 .submit {
    background: url("img/submit.png") no-repeat scroll left bottom transparent;
    color: #FEFDFD;
    font-size: 15px;
    height: 24px;
    padding: 3px 4px 0 0;
    position: relative;
    text-align: right;
    width: 482px;
}

#illustration_contacto3 .submit span {
    color: #BE011D;
}

#illustration_contacto3 .form input, #illustration_contacto3 .form textarea {
    border: 1px solid #d5d5d5;
    margin: 2px 0 8px;
    padding: 2px 4px;
    width: 525px;
}

#illustration_contacto3 .form .small_l, #illustration_contacto3 .form .small_r {
    float: left;
    width: 255px;
}

#illustration_contacto3 .form .small_l {
    margin-right: 25px;
}

#illustration_contacto3 .form .small_l input, #illustration_contacto3 .form .small_r input {
    width: 245px;
}

#illustration_contacto3 .form textarea {
    resize: none;
    height: 150px;
}

#illustration_contacto3 .social {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

#illustration_contacto3 .mail {
    background: url(img/mail.png) no-repeat;
    height: 30px;
    padding: 3px 0 0 37px;
}

#illustration_contacto3 .fb {
    background: url(img/facebook.png) no-repeat;
    height: 35px;
    padding: 5px 0 0 37px;
}

#illustration_contacto3 .twit {
    background: url(img/twitter.png) no-repeat;
    height: 35px;
    padding: 5px 0 0 37px;
}

/* CONTACTO 04 */

#illustration_contacto4 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_contacto4 #left {
    float: left;
    width: 310px;
    margin-right: 10px;
}

#illustration_contacto4 #right {
    float: left;
    width: 545px;
}

#illustration_contacto4 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_contacto4 .form input, #illustration_contacto4 .form textarea {
    border: 1px solid #d5d5d5;
    margin: 2px 0 8px;
    padding: 2px 4px;
    width: 525px;
}

#illustration_contacto4 .form .small_l, #illustration_contacto4 .form .small_r {
    float: left;
    width: 255px;
}

#illustration_contacto4 .form .small_l {
    margin-right: 25px;
}

#illustration_contacto4 .form .small_l input, #illustration_contacto4 .form .small_r input {
    width: 245px;
}

#illustration_contacto4 .form textarea {
    resize: none;
    height: 150px;
}

#illustration_contacto4 .vbreak {
    height: 380px;
}

/******************************************************************************/

/* NOTICIA AMPLIADA 01 */

#illustration_noticia1 .elementfull {
    width: 852px;
    padding: 15px 25px 30px 25px;
}

#illustration_noticia1 #texto {
    float: left;
    width: 450px;
}

#illustration_noticia1 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    margin: 0 9px 20px 30px;
    border: 1px solid #dcdcdc;
}

#illustration_noticia1 .main {
    width: 358px;
}

#illustration_noticia1 .thumb {
    width: 103px;
}

#illustration_noticia1 h2.title {
    margin: 10px 0 15px 0;
}

#illustration_noticia1 .date {
    font-size: 10px !important;
    margin: 0 0 5px 0 !important;
}

#illustration_noticia1 .txt p {
    float: left;
    margin-bottom: 15px !important;
    line-height: 18px;
    text-align: justify;
}

/* NOTICIA 02 */
#illustration_noticia2 .elementfull {
    width: 852px;
    padding: 15px 25px 30px 25px;
}

#illustration_noticia2 #texto {
    float: left;
    width: 410px;
    padding: 20px;
}

#illustration_noticia2 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    margin: 0 9px 20px 30px;
    border: 1px solid #dcdcdc;
}

#illustration_noticia2 .subtitle {
    font-size: 22px;
    font-style: oblique;
    text-align: center;
}

/* NOTICIA 03 */

#illustration_noticia3 .elementfull {
    width: 852px;
    padding: 15px 25px 30px 25px;
}

#illustration_noticia3 #texto {
    float: left;
    width: 410px;
    padding: 20px;
}

#illustration_noticia3 .img_bg {
    float: left;
    padding: 7px;
    background: #333;
    margin: 0 9px 20px 30px;
    border: 1px solid #dcdcdc;
}

#illustration_noticia3 .subtitle {
    font-size: 22px;
    font-style: oblique;
    text-align: center;
}

/* NOTICIAS 01 */

#illustration_noticias1 .element2col {
    width: 425px;
    height: 116px;
    margin: 0 25px 25px 0;
    padding: 6px;
}

#illustration_noticias1 .img_bg {
    float: left;
    width: 137px;
    height: 102px;
    margin: 0 10px 0 0;
    padding: 6px;
    background: #FFF;
    border: 1px solid #dcdcdc;
}

#illustration_noticias1 .img_bg img {
    max-width: 137px;
    max-height: 102px;
}

#illustration_noticias1 a.title {
    margin: 3px 0 3px 0;
    font-weight: bold;
    font-size: 18px;
    display: block;
}

#illustration_noticias1 a.title:hover {
    color: #777777;
}

#illustration_noticias1 .date {
    font-size: 10px !important;
    margin: 0 0 5px 0 !important;
}

#illustration_noticias1 .txt p {
    margin-bottom: 15px;
    line-height: 18px;
    display: inline;
}

/* NOTICIAS 02 */

#illustration_noticias2 .element {
    width: 890px;
    margin: 0 0 25px 0;
    padding: 6px;
}

#illustration_noticias2 .img_bg {
    float: left;
    width: 137px;
    height: 102px;
    margin: 0 10px 0 0;
    padding: 6px;
    background: #FFF;
    border: 1px solid #dcdcdc;
}

#illustration_noticias2 .img_bg img {
    max-width: 137px;
    max-height: 102px;
}

#illustration_noticias2 a.title {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 18px;
}

#illustration_noticias2 .date {
    margin: 0 0 5px 0 !important;
}

#illustration_noticias2 .txt p {
    margin-bottom: 15px !important;
    line-height: 18px;
}

/* NOTICIAS 03 */

#noticias3 .element {
    width: 890px;
    margin: 0 0 25px 0;
    padding: 6px;
}

#noticias3 .img_bg {
    float: left;
    width: 137px;
    height: 102px;
    margin: 0 10px 0 0;
    padding: 6px;
    background: #000;
    border: 1px solid #4e4e4e;
}

#noticias3 .img_bg img {
    max-width: 137px;
    max-height: 102px;
}

#noticias3 a.title {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 18px;
}

#noticias3 .date {
    margin: 0 0 5px 0 !important;
}

#noticias3 .txt p {
    margin-bottom: 15px !important;
    line-height: 18px;
}

/* NOTICIAS 04 */

#illustration_noticias4 .element {
    position: relative;
    float: left;
    width: 210px;
    height: 575px;
    margin-right: 20px;
    overflow: hidden;
    background: #D3CEBF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
    z-index: 0;
}

#illustration_noticias4 .element_bg {
    position: absolute;
    height: 375px;
    bottom: 0;
    width: 210px;
    overflow: hidden;
    z-index: -1;
}

#illustration_noticias4 .element_bg img {
    height: 375px;
    position: relative;
}

#illustration_noticias4 .element_bg .gradient {
    z-index: 1;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    background: -moz-linear-gradient(top, rgba(211, 206, 191, 1) 0%, rgba(211, 206, 191, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(211, 206, 191, 1)), color-stop(100%, rgba(211, 206, 191, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(211, 206, 191, 1) 0%, rgba(211, 206, 191, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(211, 206, 191, 1) 0%, rgba(211, 206, 191, 0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(211, 206, 191, 1) 0%, rgba(211, 206, 191, 0) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3cebf', endColorstr='#00d3cebf', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, rgba(211, 206, 191, 1) 0%, rgba(211, 206, 191, 0) 100%); /* W3C */
}

#illustration_noticias4 .element_content {
    height: 575px;
    padding: 10px;
}

#illustration_noticias4 .element_content h4 {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #e5e5ee;
}

#illustration_noticias4 .element_content .break {
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
    background: #c3beb0;
    border-bottom: 1px solid #e2decf;
}

#illustration_noticias4 .element .element_content a.button {
    width: 140px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px -1px 0px #bb5000;
    text-align: center;
    padding: 10px 0;
    left: 50%;
    margin-left: -70px;
    z-index: 2;
    position: absolute;
    bottom: 30px;
    border: #EF9B00 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(255, 192, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 192, 0, 1) 40%, rgba(224, 97, 0, 1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 192, 0, 1)), color-stop(60%, rgba(224, 97, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 192, 0, 1) 40%, rgba(224, 97, 0, 1) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 192, 0, 1) 40%, rgba(224, 97, 0, 1) 60%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 192, 0, 1) 40%, rgba(224, 97, 0, 1) 60%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc000', endColorstr='#e06100', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, rgba(255, 192, 0, 1) 40%, rgba(224, 97, 0, 1) 60%); /* W3C */
    -webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, 0.5);
}

/* NOTICIAS 5 */

#illustration_noticias5 .element {
    position: relative;
    width: 862px;
    margin: 0 20px 0 0;
    padding: 20px;
}

#illustration_noticias5 #featured {
    width: 600px;
    padding-right: 250px;
    position: relative;
    border: 5px solid #ccc;
    height: 380px;
    background: #fff;
}

#illustration_noticias5 #featured ul.ui-tabs-nav {
    position: absolute;
    top: 0;
    left: 600px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: 250px;
}

#illustration_noticias5 #featured ul.ui-tabs-nav li {
    padding: 1px 0;
    padding-left: 13px;
    font-size: 12px;
    color: #666;
}

#illustration_noticias5 #featured ul.ui-tabs-nav li img {
    float: left;
    margin: 2px 5px;
    background: #fff;
    padding: 2px;
    border: 1px solid #eee;
}

#illustration_noticias5 #featured ul.ui-tabs-nav li span {
    line-height: 18px;
}

#illustration_noticias5 #featured li.ui-tabs-nav-item a {
    display: block;
    height: 60px;
    color: #333;
    background: #fff;
    line-height: 20px;
    padding: 5px 0;
}

#illustration_noticias5 #featured li.ui-tabs-nav-item a:hover {
    background: #f2f2f2;
}

#illustration_noticias5 #featured ul.ui-tabs-nav li.ui-tabs-selected a {
    background: #ccc;
}

#illustration_noticias5 #featured .ui-tabs-panel {
    width: 600px;
    height: 380px;
    background: #999;
    position: relative;
}

#illustration_noticias5 #featured .ui-tabs-panel .info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    background: url('img/transparent-bg.png');
}

#illustration_noticias5 #featured .info h3 {
    padding: 5px;
    margin: 0;
    overflow: hidden;
}

#illustration_noticias5 #featured .info p {
    margin: 0 5px;
    line-height: 15px;
    color: #f0f0f0;
}

#illustration_noticias5 #featured .info a {
    text-decoration: none;
    color: #fff;
}

#illustration_noticias5 #featured .info h3 {
    color: #fff;
}

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

#illustration_noticias5 #featured .ui-tabs-hide {
    display: none;
}

/* NOTICIAS 06 */

#illustration_noticias6 .element {
    position: relative;
    width: 880px;
    height: 150px;
    margin: 0 0 20px 0;
    padding: 10px;
    -webkit-border-radius: 0px 30px 0px 0px;
    border-radius: 0px 30px 0px 0px;
}

#illustration_noticias6 a.link {
    display: block;
    width: 38px;
    height: 33px;
    position: absolute;
    top: 14px;
    right: 9px;
    background: url(img/more-tooltip.png) no-repeat top right;
}

#illustration_noticias6 a.link:hover {
    width: 72px;
    height: 65px;
}

#illustration_noticias6 .element img {
    float: left;
    margin-right: 10px;
}

#illustration_noticias6 h3.title {
    margin: 0 0 5px 0;
}

#illustration_noticias6 span.date {
    margin: 0 0 5px 0;
}

#illustration_noticias6 .txt p {
    margin-bottom: 15px;
    line-height: 18px;
}

/* NOTICIAS 07 */

#illustration_noticias7 .element {
    width: 900px;
}

#illustration_noticias7 .element2col {
    width: 426px;
    margin: 12px;
    float: left;
}

#illustration_noticias7 .elementfeatured {
    width: 876px;
    margin: 12px;
    float: left;
    padding-bottom: 20px;
    border-bottom: 2px dotted #FFFFFF;
}

#illustration_noticias7 .elementfeatured .title {
    font-size: 26px;
    line-height: 30px;
}

#illustration_noticias7 .img_bg {
    float: left;
    width: 137px;
    height: 102px;
    margin: 0 10px 0 0;
    padding: 6px;
    background: #FFF;
    border: 1px solid #dcdcdc;
}

#illustration_noticias7 .elementfeatured .img_bg {
    float: left;
    width: 270px;
    height: 170px;
    margin: 0 10px 0 0;
    padding: 6px;
    background: #FFF;
    border: 1px solid #dcdcdc;
}

#illustration_noticias7 .element2col .img_bg img {
    max-width: 137px;
    max-height: 102px;
}

#illustration_noticias7 a.title {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
}

#illustration_noticias7 a.title:hover {
    color: #777777;
}

#illustration_noticias7 .date {
    font-size: 10px !important;
    margin: 0 0 5px 0 !important;
}

#illustration_noticias7 .txt p {
    margin-bottom: 15px;
    line-height: 18px;
    display: inline;
}

/* GENERAL 01 */

#illustration_general1 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_general1 #left {
    float: left;
    width: 561px;
    margin-right: 20px;
}

#illustration_general1 #left .small {
    width: 175px;
    float: left;
    margin-right: 12px;
}

#illustration_general1 #right {
    float: left;
    width: 301px;
}

#illustration_general1 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_general1 .img_bg .main {
    width: 535px;
    height: 282px;
}

#illustration_general1 .img_bg .thumb {
    width: 161px;
    height: 104px;
}

#illustration_general1 .caption {
    width: 175px;
    margin: 0 10px 10px 0;
}

#illustration_general1 .img_bg .inline {
    max-width: 95px;
    height: auto;
}

/* GENERAL 02 */

#illustration_general2 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_general2 #left {
    float: left;
    width: 561px;
    margin-right: 20px;
}

#illustration_general2 #right {
    float: left;
    width: 301px;
}

#illustration_general2 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_general2 .img_bg .main {
    width: 262px;
    height: 171px;
}

#illustration_general2 .img_bg .thumb {
    width: 161px;
    height: 104px;
}

#illustration_general2 .leyenda {
    float: left;
    width: 177px;
    margin: 0 10px 10px 0;
}

#illustration_general2 .img_bg .inline {
    max-width: 95px;
    height: auto;
}

/* GENERAL 03 */

#illustration_general3 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_general3 #top {
    float: left;
    width: 882px;
    margin-bottom: 20px;
}

#illustration_general3 #bottom {
    float: left;
    width: 882px;
}

#illustration_general3 #top .text {
    float: left;
    width: 725px;
}

#illustration_general3 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_general3 .img_bg .main {
    max-width: 131px;
    height: auto;
}

#illustration_general3 .mini {
    float: left;
    width: 190px;
    margin-right: 40px;
}

#illustration_general3 .mini_last {
    float: left;
    width: 190px;

}

#illustration_general3 .mini p, #illustration_general3  .mini_last p {
    margin: 0 8px 8px 8px;
}

#illustration_general3 .img_bg .thumb {
    width: 174px;
    height: 75px;
}

/* GENERAL 04 */

#illustration_general4 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_general4 #left {
    float: left;
    width: 561px;
    margin-right: 20px;
}

#illustration_general4 #right {
    float: left;
    width: 301px;
}

#illustration_general4 .img_bg {
    float: left;
    padding: 7px;
    background: #000;
    border: 1px solid #4e4e4e;
    margin: 0 10px 10px 0;
}

#illustration_general4 .img_bg .main {
    width: 262px;
    height: 171px;
}

#illustration_general4 .img_bg .thumb {
    width: 161px;
    height: 104px;
}

#illustration_general4 .leyenda {
    float: left;
    width: 177px;
    margin: 0 10px 10px 0;
}

#illustration_general4 .img_bg .inline {
    max-width: 95px;
    height: auto;
}

/* GENERAL 5 */

.nivoSlider {
    position: relative;
    width: 862px; /* Change this to your images width */
    height: 300px; /* Change this to your images height */
    background: url(nivo-slider/themes/default/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.nivoSlider a {
    border: 0;
    display: block;
}

#illustration_general5 .element {
    width: 850px;
    margin: 0 20px 0 0;
    padding: 25px;
}

#illustration_general5 .mini {
    float: left;
    width: 190px;
    margin-right: 30px;
}

#illustration_general5 .mini_last {
    float: left;
    width: 190px;

}

#illustration_general5 .mini p, #illustration_general5  .mini_last p {
    margin: 8px;
}

/* GENERAL 6 */

#illustration_general6 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_general6 #left {
    float: left;
    width: 561px;
    margin-right: 20px;
}

#illustration_general6 #right {
    float: left;
    width: 301px;
}

#illustration_general6 .relevant {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

#illustration_general6 div.txt p {
    float: left;
    font-size: 16px;
    padding: 0 20px;
}

/* GENERAL 7 */

#illustration_general7 .element {
    position: relative;
    width: 862px;
    min-height: 500px;
    margin: 0 20px 0 0;
    padding: 20px;
}

#illustration_general7 .relevant {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

#illustration_general7 p.txt {
    font-size: 16px;
    padding: 0 20px;
}

#illustration_general7 img.skyline {
    position: absolute;
    bottom: 0;
    left: 0;
}

#illustration_general7 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
    margin: 20px -50px 0 0;
}

#illustration_general7 .img_bg .main {
    width: 300px;
    height: auto;
}

#illustration_general7 h1 {
    float: left;
    text-align: center;
    margin: 30px auto 20px;
    font-size: 48px;
    line-height: 48px;
    width: 100%;
}

#illustration_general7 .element3col {
    float: left;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 200px;
}

#illustration_general7 .element3col.last {
    margin-right: 0;
}

/* GENERAL 08 */

#illustration_general8 #illustration_content {
    float: left;
    width: 840px;
    padding: 31px;
    background: #EDEDED;
}

#illustration_general8 #left {
    float: left;
    width: 400px;
    margin: 0 40px 0 0;
}

#illustration_general8 #right {
    float: left;
    width: 400px;
    margin: 0
}

#illustration_general8 .foto img {
    width: 398px;
    height: 228px;
    margin: 15px 0 15px 0;
    border: #fff 1px solid;
}

#illustration_general8 h2.title {
    height: 37px;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 24px;
}

#illustration_general8 .mundo {
    background: url(img/mundo.png) no-repeat;
}

#illustration_general8 .dolar {
    background: url(img/dolar.png) no-repeat;
}

/* GENERAL 10 */

#illustration_general10 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_general10 #left {
    float: left;
    width: 414px;
    margin-right: 20px;
}

#illustration_general10 #right {
    float: left;
    width: 448px;
}

#illustration_general10 .square_pattern {
    width: 400px;
    height: 500px;
    background: url(img/square_bg.png);
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 99;
}

#illustration_general10 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_general10 .img_bg .main {
    width: 400px;
    height: 500px;
}

#illustration_general10 .img_bg .thumb {
    width: 161px;
    height: 104px;
}

#illustration_general10 .caption {
    width: 175px;
    margin: 0 10px 10px 0;
}

#illustration_general10 .img_bg .inline {
    max-width: 95px;
    height: auto;
}

/* GENERAL 11 */

#illustration_general11 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_general11 .txt, #illustration_general11 .title, #illustration_general11 .break {
    padding: 0 10px;
}

#illustration_general11 #left {
    float: left;
    width: 436px;
    margin-right: 10px;
}

#illustration_general11 #right {
    float: left;
    width: 436px;
}

#illustration_general11 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_general11 .img_bg .main {
    width: 400px;
    height: 500px;
}

#illustration_general11 .img_bg .thumb {
    width: 161px;
    height: 104px;
}

#illustration_general11 .caption {
    width: 175px;
    margin: 0 10px 10px 0;
}

#illustration_general11 .img_bg .inline {
    max-width: 95px;
    height: auto;
}

/* GENERAL 12 */
#illustration_general12 #mod1 .title {
    font-size: 30px;
}

#illustration_general12 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_general12 #left {
    float: left;
    width: 462px;
    margin-right: 20px;
}

#illustration_general12 #right {
    float: left;
    width: 400px;
}

#illustration_general12 .square_pattern {
    width: 400px;
    height: 500px;
    background: url(img/square_bg_grey.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

#illustration_general12 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_general12 .img_bg .main {
    width: 400px;
    height: 500px;
}

#illustration_general12 .img_bg .thumb {
    width: 161px;
    height: 104px;
}

#illustration_general12 .caption {
    width: 175px;
    margin: 0 10px 10px 0;
}

#illustration_general12 .img_bg .inline {
    max-width: 95px;
    height: auto;
}

/* CATÁLOGO AMPLIADO 01 */

#illustration_catalogoamp1 .shop_property {
    text-align: right;
    margin-bottom: 5px;
}

#illustration_catalogoamp1 .elementfull {
    width: 882px;
    padding: 15px 8px;
}

#illustration_catalogoamp1 #fotos {
    float: left;
    width: 394px;
}

#illustration_catalogoamp1 #texto {
    float: left;
    width: 478px;
}

#illustration_catalogoamp1 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
}

#illustration_catalogoamp1 .main {
    width: 358px;
}

#illustration_catalogoamp1 .thumb {
    width: 103px;
}

#illustration_catalogoamp1 h2.title {
    margin: 10px 0 15px 0;
}

#illustration_catalogoamp1 .txt p {
    margin-bottom: 15px;
    line-height: 18px;
    clear: both;
}

#illustration_catalogoamp1 h2.price {
    float: left;
    display: block;
    padding: 5px 50px 8px 50px;
    background: #514c40;
    margin-bottom: 15px;
    color: #FFF;
}

/* CATÁLOGO AMPLIADO 02 */

#illustration_catalogoamp2 .element {
    width: 882px;
    margin: 0 20px 0 0;
    padding: 10px;
}

#illustration_catalogoamp2 #top {
    float: left;
    width: 882px;
    margin-bottom: 20px;
}

#illustration_catalogoamp2 #left {
    float: left;
    width: 157px;
}

#illustration_catalogoamp2 #bottom {
    float: left;
    width: 882px;
}

#illustration_catalogoamp2 #top .txt {
    float: left;
    width: 725px;
}

#illustration_catalogoamp2 .img_bg {
    float: left;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 0;
}

#illustration_catalogoamp2 .img_bg .main {
    max-width: 131px;
    height: auto;
}

#illustration_catalogoamp2 .mini {
    float: left;
    width: 164px;
    margin-right: 15px;
}

#illustration_catalogoamp2 .mini_last {
    float: left;
    width: 164px;

}

#illustration_catalogoamp2 mini p, #illustration_catalogoamp2  .mini_last p {
    margin: 0 8px 8px 8px;
}

#illustration_catalogoamp2 .img_bg .thumb {
    width: 148px;
    height: 60px;
}

#illustration_catalogoamp2 h2.price {
    float: left;
    display: block;
    width: 147px;
    text-align: center;
    padding: 5px 0 8px 0;
    background: #514c40;
    margin-bottom: 15px;
    color: #FFF;
}

/* CATÁLOGO AMPLIADO 03 */

#illustration_catalogoamp3 .elementfull {
    width: 902px;
    padding: 15px 8px;
}

#illustration_catalogoamp3 #fotos {
    float: left;
    width: 394px;
}

#illustration_catalogoamp3 #texto {
    float: left;
    width: 498px;
}

#illustration_catalogoamp3 .img_bg {
    float: left;
    padding: 7px;
    background: #000;
    margin: 0 9px 9px 0;
    border: 1px solid #4e4e4e;
}

#illustration_catalogoamp3 .main {
    width: 358px;
}

#illustration_catalogoamp3 .thumb {
    width: 103px;
}

#illustration_catalogoamp3 .title {
    margin: 10px 0 15px 0 !important;
}

#illustration_catalogoamp3 .txt p {
    float: left;
    margin-bottom: 15px !important;
    line-height: 18px;
}

#illustration_catalogoamp3 h2.price {
    float: left;
    display: block;
    padding: 5px 50px 8px 50px;
    background: #514c40;
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
    color: #FFF;
}

/* CATÁLOGO 01 */

#illustration_catalogo1 .element4col {
    width: 168px;
    height: 245px;
    margin: 0 20px 20px 0;
    padding: 20px;
}

#illustration_catalogo1 .img_bg {
    width: 158px;
    margin: 0 auto;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
}

#illustration_catalogo1 h4.title {
    margin: 6px 0 15px 0;
    text-align: center;
}

#illustration_catalogo1 .txt p {
    margin-bottom: 15px;
}

#illustration_catalogo1 h3.price {
    float: left;
}

#illustration_catalogo1 .btn_clear {
    margin: 0;
}

#illustration_catalogo1 .txt {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #5b5b5b;
}

/* CATÁLOGO 02 */

#illustration_catalogo2 .element5col {
    width: 150px;
    height: 164px;
    margin: 0 18px 18px 0;
    padding: 7px;
}

#illustration_catalogo2 .img_bg {
    margin-bottom: 10px;
    padding: 7px;
    background: #FFF;
    border: 1px solid #dcdcdc;
}

#illustration_catalogo2 .img_bg img {
    width: 134px;
    height: 102;
}

/* CATÁLOGO 03 */

#illustration_catalogo3 .element4col {
    width: 168px;
    height: 245px;
    margin: 0 20px 20px 0;
    padding: 20px;
}

#illustration_catalogo3 .img_bg {
    width: 158px;
    margin: 0 auto;
    padding: 7px;
    background: #000;
    border: 1px solid #4e4e4e;
}

#illustration_catalogo3 h4.title {
    margin: 10px 0 15px 0;
    text-align: center;
}

#illustration_catalogo3 .txt p {
    margin-bottom: 15px;
}

#illustration_catalogo3 .price {
    float: left;
}

#illustration_catalogo3 .btn_dark {
    margin: 0;
}

/* CATÁLOGO 4 */

#illustration_catalogo4 .element {
    width: 860px;
    padding: 20px;
    background: #FFF;
}

#illustration_catalogo4 .element3col {
    float: left;
    width: 270px;
    margin-right: 25px;
}

#illustration_catalogo4 .element3col.last {
    margin: 0;
}

#illustration_catalogo4 h2.title {
    color: #ff6600;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
}

#illustration_catalogo4 .element3col .frame {
    position: relative;
    height: 375px;
    overflow: hidden;
}

#illustration_catalogo4 .element3col img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 270px;
}

/* Bubble with an isoceles triangle
------------------------------------------ */

#illustration_catalogo4 .triangle-isosceles {
    position: relative;
    padding: 15px;
    color: #000;
    background: #f3961c;

    /* css3 */
    background: -moz-linear-gradient(#F3961C, #F9D835) repeat scroll 0 0 transparent;
    background: linear-gradient(#F3961C, #F9D835) repeat scroll 0 0 transparent;
    -webkit-box-shadow: 0px 2px 2px 0px #999999;
    -moz-box-shadow: 0px 2px 2px 0px #999999;
    box-shadow: 0px 2px 2px 0px #999999;
}

/* creates triangle */
#illustration_catalogo4 .triangle-isosceles:after {
    content: "";
    display: block; /* reduce the damage in FF3.0 */
    position: absolute;
    top: -15px;
    right: 118px;
    bottom: auto;
    left: auto;
    width: 0;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #f3961c transparent;
}

#illustration_catalogo4 .txt p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    text-shadow: 0px -1px 0px #f19318;
    filter: dropshadow(color=#f19318, offx=0, offy=-1);
}

#illustration_catalogo4 span.price {
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
    float: right;
    padding: 5px;
    background: #fff;
}

#illustration_catalogo4 a.link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding: 5px;
    background: #f3961c;
}

#illustration_catalogo4 a.link:hover {
    background: #F5B628;
}

/* CATÁLOGO 5 */

#illustration_catalogo5 .element {
    width: 852px;
    margin: 0 20px 0 0;
    padding: 25px;
    background: #fff;
}

#illustration_catalogo5 .mini {
    float: left;
    width: 190px;
    margin-right: 30px;
}

#illustration_catalogo5 .mini_last {
    float: left;
    width: 190px;
}

#illustration_catalogo5 .mini p, #illustration_catalogo5  .mini_last p {
    margin: 8px;
}

#illustration_catalogo5 .nivoSlider {
    position: relative;
    width: 750px; /* Change this to your images width */
    height: 300px; /* Change this to your images height */
    background: url(../../modules/sliders/nivo-slider/themes/default/loading.gif) no-repeat 50% 50%;
    margin: 0 auto 40px;
}

#illustration_catalogo5 .nivo-caption {
    height: 90px;
}

#illustration_catalogo5 .pricetag {
    position: absolute;
    right: 20px;
    top: 10px;
    height: 35px;
    padding: 10px
}

#illustration_catalogo5 span.tagbg {
    float: left;
    max-width: 145px;
    height: 35px;
    color: #cccc99;
    font-size: 18px;
    text-shadow: 0px -1px 0px #3b382d;
    filter: dropshadow(color=#3b382d, offx=0, offy=-1);
    background: url(img/tag.png) no-repeat top left;
    padding: 5px 10px 0 40px;
}

#illustration_catalogo5 span.tagtrick {
    float: left;
    width: 6px;
    height: 35px;
    background: url(img/tag.png) no-repeat top right;
}

#illustration_catalogo5 .txt p {
    width: 550px;
    margin: 0 10px 10px 10px;
    color: #fff;
}

#illustration_catalogo5 h3.title {
    color: #fff;
    margin: 10px;
}

#illustration_catalogo5 .nivo-caption a.link {
    position: absolute;
    bottom: 10px;
    right: 40px;
    color: #fff;
}

/* CATÁLOGO 6 */

#illustration_catalogo6 .element {
    width: 852px;
    margin: 0 20px 0 0;
    padding: 25px;
    background: #fff;
}

#illustration_catalogo6 .break {
    margin: 30px auto;
}

#illustration_catalogo6 .mini {
    float: left;
    width: 190px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#illustration_catalogo6 .mini_last {
    float: left;
    width: 190px;
}

#illustration_catalogo6 .mini p, #illustration_catalogo6 .mini_last p {
    margin: 8px;
}

#illustration_catalogo6 .precio-compra {
    float: right;

    border: 1px solid #cccccc;

    border-radius: 10px; /* CSS3 */
    -ms-border-radius: 10px; /* para IE 8 */
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Webkit, Safari y chrome */
    -khtml-border-radius: 10px; /* Navegadores de linux */
    behavior: url(border-radius.htc); /* Todos los navegadores, sobre todo resto de IE */

    -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
    -moz-box-shadow: 0px 0px 10px 0px #cccccc;
    box-shadow: 0px 0px 10px 0px #cccccc;

    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
}

#illustration_catalogo6 span.price {
    float: left;
    padding: 10px;
    height: 15px;
    border-right: 1px solid #aaaaaa;
}

#illustration_catalogo6 span.link {
    float: left;
    padding: 10px;
    height: 15px;
    border-left: 1px solid #dddddd;
}

#illustration_catalogo6 span.price:hover, #illustration_catalogo6 span.link:hover {
    background: #c5c5c5;
    background: -moz-linear-gradient(top, #c5c5c5 0%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5c5c5), color-stop(100%, #e3e3e3));
    background: -webkit-linear-gradient(top, #c5c5c5 0%, #e3e3e3 100%);
    background: -o-linear-gradient(top, #c5c5c5 0%, #e3e3e3 100%);
    background: -ms-linear-gradient(top, #c5c5c5 0%, #e3e3e3 100%);
    background: linear-gradient(top, #c5c5c5 0%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#e3e3e3', GradientType=0);
}

#illustration_catalogo6 span.title {
    font-size: 36px;
    text-align: center;
    display: block;
}

/* CATÁLOGO 7 */

#illustration_catalogo7 {
    width: 902px;
}

#illustration_catalogo7 h3, #illustration_catalogo7 h2, #illustration_catalogo7 h1, #illustration_catalogo7 p, #illustration_catalogo7 li, #illustration_catalogo7 a {
    margin: 0 0 10px 0;
}

#illustration_catalogo7 .columna {
    float: left;
    width: 215px;
    padding: 5px;
}

#illustration_catalogo7 .columna img {
    margin-bottom: 8px;
}

#illustration_catalogo7 .texto {
    background: url(img/background02.png);
    padding: 8px;
}

#illustration_catalogo7 .columna h3 {
    text-transform: uppercase;
    color: #555;
}

#illustration_catalogo7 .bottom {
    background: url(img/bottom_bg.jpg);
    height: 16px;
    padding: 7px;
}

#illustration_catalogo7 .bottom h3 {
    float: left;
}

#illustration_catalogo7 .bottom a {
    float: right;
    display: block;
    color: #555;
}

#illustration_catalogo7 .txt {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #5b5b5b;
}

/* CATÁLOGO 8 */

#illustration_catalogo8 {
    width: 870px;
    padding: 15px;
}

#illustration_catalogo8 span.title {
    font-size: 18px;
    line-height: normal;
}

#illustration_catalogo8 span.price {
    font-size: 24px;
}

#illustration_catalogo8 table.productlist {
    width: 870px;
}

#illustration_catalogo8 th.item_title {
    width: 200px
}

#illustration_catalogo8 th.item_txt {
    width: 600px
}

#illustration_catalogo8 th.item_price {
    width: 40px
}

#illustration_catalogo8 th.item_link {
    width: 30px
}

#illustration_catalogo8 table.productlist td {
    padding: 0 10px;
    border-bottom: 1px solid #f5f5f5;
}

#illustration_catalogo8 table.productlist td:first-child {
    border-right: 1px solid #f5f5f5;
}

#illustration_catalogo8 a.link {
    width: 32px;
    height: 32px;
    display: block;
    background: url(img/play.png);
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#illustration_catalogo8 a.link:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

/****************************************************************************************/

.illustration_footer {
    width: 902px;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}

.illustration_footer ul li {
    display: inline;
    margin: 0 10px;
}

.illustration_footer a {
    color: #fff;
}

/* LOGIN PRIVATE AREA */
#login_privatearea {
    margin: 100px auto;
    width: 320px;
    padding: 40px;
    background: #EDEDED;
    -webkit-box-shadow: 0px 0px 5px 0px #444444;
    -moz-box-shadow: 0px 0px 5px 0px #444444;
    box-shadow: 0px 0px 5px 0px #444444;
}

#login_privatearea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#login_privatearea ul li {
    margin: 0 0 10px 0;
}

#login_privatearea input {
    padding: 5px;
    width: 310px;
    border-style: solid;
    border: 1px solid #DDD;
}

#login_privatearea button {
    width: 80px;
}

#login_privatearea .pa_button_li {
    padding-top: 20px;
    text-align: center;
    margin: 0;
}

#login_privatearea #errores {
    padding-top: 7px;
    height: 23px;
    background: #FFF;
    margin-bottom: 20px;
    display: none;
    color: #F00;
    text-align: center;
}

/* 404 */

.error404 {
    text-align: center;
    width: 605px;
    margin: 0 20px 0 0;
    padding: 10px;
    width: 882px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.error404 h1 {
    font-size: 100px !important;
    line-height: 55px !important;
    margin-bottom: 25px;
}

.error404 h2 {
    font-size: 40px !important;
    line-height: 40px !important;
}

/*BREADCRUMBS */
#illustration_cont ul.breadcrumb {
    width: 882px;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 10px;
    font-size: 11px;
    height: 16px;
    position: relative;
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
#illustration_cont ul.breadcrumb:before {
	border-bottom: 1px solid #fff;
	content: '';
	width: 882px;
	height: 25px;
	position: absolute;
}*/
#illustration_cont ul.breadcrumb li a {
    color: #AA8D48;
}

/********************************/
/*                              */
/*   FIX DISEÑOS NO-BOOTSTRAP   */
/*                              */
/********************************/

img {
    max-width: none;
}

label {
    line-height: normal;
}

h1 {
    line-height: normal;
}

/* BUSCADOR */

.search-results {
    min-height: 300px;
    padding-right: 45px;
}

.search-element {
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px dashed #86765d;
}

.search-element .title {
    font-size: 16px !important;
    display: block;
    line-height: 20px;
}

.search-breadcrumb ul {
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.search-breadcrumb ul li {
    display: inline;
}

.search-breadcrumb ul span.divider {
    margin: 0 5px;
}

.search-element .search_desc {
    margin-top: 10px;
}

.search-results .view-more {
    float: right;
    padding: 5px;
    background-color: #FFF;
}

.search-results h3 {
    line-height: 14px;
}

.search-results h2 {
    margin-bottom: 20px;
}

.search-results .search-group {
    margin: 10px 0;
}

.search-results .results-counter {
    font-size: 13px;
    font-weight: normal;
    color: #967754;
}

.search-results .quote {
    color: #AA8D48 !important;
}

.search-results img {
    border: 3px solid #ffffff;
    margin-right: 5px;
}

.search-input {
    margin: 0 45px 0 0;
    float: right;
}

.search-input input[type="text"] {
    padding: 4px;
    border-color: #DCDCDC;
}

.search-input button[type="submit"] {
    border-color: #DCDCDC;
    color: #000;
    background: #d0cbbc;
    color: #514C40;
    text-shadow: none;
    box-shadow: none;
}

.addtocart.disabled {
    opacity: 0.3;
}




/*FACEBOOK*/


.facebook #plantilla_search{
    display: none;
}
.facebook #plantilla_cont, .facebook #content , .facebook #wrapper {
    width: 810px;
    min-width: 810px;
}


.facebook .slice_menu {
    width: 810px;
    margin: 0 auto!important;
}

.facebook .slice_menu > div {
    width: 750px !important;
}

.facebook #menu4 {
    width: 780px;
}

.facebook #menu4 a .spn1 {
    padding-left: 10px;
    padding-right: 10px;
}

.facebook #slice_cont {
    width: 800px;
}
.facebook #illustration_cont {
    width: 800px;
}
.facebook #illustration_general3 .element {
    width: 765px;
}
.facebook .general3 {
    padding: 0 5px !important;
}
.facebook .contacto1 {
    padding: 0 5px !important;
}
.facebook #illustration_general3 #top .text {
    width: 600px;
}
.facebook #illustration_general3 .mini {
    margin-right: 8px;
    width: 185px;
}
.facebook #illustration_general3 #bottom {
    width: 770px;
}
.facebook #illustration_contacto1 .element {
    width: 765px;
}

.facebook #illustration_contacto1 #right {
    width: 420px;
}
.facebook #illustration_contacto1 .form input,
.facebook #illustration_contacto1 .form textarea {
    width: 410px;
}
.facebook #illustration_contacto1 .form .small_l input,
.facebook #illustration_contacto1 .form .small_r input {
    width: 410px;
}
.facebook #illustration_contacto1 .form .small_l,
.facebook #illustration_contacto1 .form .small_r {
    width: 410px;
}

.facebook #illustration_general12 #left {
    margin-right: 20px;
    width: 300px;
}
.facebook #illustration_general12 .element {

    width: 725px;
}

.facebook .slice_menu #menu2{
    font-size:14px;
}

.facebook #menu2 a .spn1 {
    padding: 11px 8px 0 10px;
}
.facebook #illustration_general1 .element {

    width: 740px;
}