html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #717171;
    font-weight: normal;
    line-height: 15px;
    /*overflow-x:hidden;*/
}

#main_content {
    min-height: 100%;
    position: relative;
}

p {
    margin-bottom: 15px;
}

hr {
    width: 100%;
    border: 0;
    color: #d0d0d0;
    background-color: #d0d0d0;
    height: 2px;
}

blockquote {
    border: 0;
}

#designs_hr {
    width: 960px;
    height: 0;
    border-top: 1px solid #91939d;
    border-bottom: 1px solid #e7e8eb;
    margin: 0 auto 15px auto;
}

h1 {
    font-weight: normal;
    font-size: 15px;
}

ol, ul {
    padding-left: 25px;
    margin-bottom: 10px;
}

.red {
    color: #cd1b07;
}

.blue {
    color: #397292;
}

.blanco {
    color: #FFFFFF;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.invisible {
    opacity: 0;
}

.txt11 {
    font-size: 11px;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt24 {
    font-size: 24px;
}

.txt34 {
    font-size: 34px;
}

#plantilla .left, #footer .left, #fancybox-wrap .left {
    float: left;
    display: block;
}

#plantilla .right, #footer .right, #fancybox-wrap .right {
    float: right;
    display: block;
}

.strong {
    font-weight: bold;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

img {
    border: 0;
}

input.error, textarea.error {
    border: 1px solid #f00 !important;
}

label.error, option.error {
    color: #f00 !important;
}

#blocker {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    display: block;
}

#bienvenido {
    padding: 60px 0;
    text-align: center;
}

#bienvenido p {
    color: #313131;
    margin-bottom: 30px;
}

#adminbar {
    position: fixed;

    top: 0;
    z-index: 4000;
    width: 100%;
    height: 20px;
    background-color: #FF5559;
    color: #000;
    font-site: 14px;
    text-align: center;
    font-weight: bold;
    padding: 4px 0;
    text-shadow: 0 0 1px #FFF; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 1px #FFF;
    -webkit-text-shadow: 0 0 1px #FFF;

}

#prev_ribbon {
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 3000;
    width: 165px;
    height: 87px;
    background: url("../img/theme/prev-ribbon.png") no-repeat;
}

.preview-back-button.btn {
    width: 130px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -70px;
}

.footer_room {
    padding-bottom: 187px;
}

/************************/
/* MESSAGE BOX */
/************************/

#messageBox {
    position: fixed;
    padding: 5px;
    background: #FFF;
    z-index: 3000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    /*behavior: url("../css/border-radius.htc");*/
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;

}

#messageBoxCont {
    text-align: center;
    background: #000;
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
    width: 300px;
    color: #FFF;
}

#messageBoxCont.ok, #messageBoxCont.ko, #messageBoxCont.loading {
    padding: 15px 20px 10px 90px;
    height: 64px;
}

#messageBoxCont.ok {
    background: url("../img/theme/messageBox-ok.png") no-repeat 20px 10px #000;
}

#messageBoxCont.ko {
    background: url("../img/theme/messageBox-ko.png") no-repeat 20px 10px #000;
}

#messageBoxCont.loading {
    background: url("../img/theme/messageBox-loading.gif") no-repeat 25px 35px #000;
}

#volver {
    float: right;
    line-height: 54px;
    margin-right: 10px;
    font-size: 11px;
}

#volver a:hover {
    color: #cd1b07;
}

#wrapper {
    position: relative;
    min-width: 940px;
}

#wrapper.edit {
    background: url(../img/theme/wrapper_bg.jpg) repeat;
    padding-bottom: 0;
}

#wrapper_bg_fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 307px;
    background: url(../img/theme/wrapper_bg_fix.png) repeat-x;
    z-index: 1;
}

#bienvenido_topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93px;
    background: url(../img/theme/bienvenido_topbar_bg.png) repeat-x;
    z-index: 2;
}

#cab, #cont {
    /*#menu_edit*/
    width: 992px;
    margin: 0 auto;
}

#cab {
    height: 100px;
}

#cab a {
    margin-left: 100px;
}

#logomini {
    width: 38px;
    height: 38px;
    float: right;
    margin-top: 3px;
    margin-right: 13px;
}

/*************************
	MENU EDIT
***************************/
#menu_edit {
    width: 100%;
    min-width: 820px;
    height: 40px;
    background: url("../img/theme/menu_edit_bg.png") repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#menu_edit .menu_edit_left {
    float: left;
}

#menu_edit .menu_edit_right {
    float: right;
}

#menu_edit_logo {
    display: block;
    float: left;
    width: 38px;
    height: 32px;
    margin: 2px 5px 0 10px;
}

#assignDesign {
}

#menu_edit a.menu_edit_boton, #menu_edit a.menu_edit_boton2 {
    display: block;
    float: left;
    margin: 3px;
    width: 123px;
    height: 28px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    color: #F7F7F7;
}

#menu_edit a.menu_edit_boton2 {
    width: 175px;
}

#menu_edit a.menu_edit_boton:hover, #menu_edit a.menu_edit_boton2:hover {
    background-position: 0 -28px;
}

#menu_edit a.menu_edit_boton.activo {
    background-position: 0 -56px;
}

#menu_edit a.menu_edit_boton2 {
    background: url("../img/theme/menu_edit_boton2.png");
    position: absolute;
    left: 50%;
    float: none;
    margin-left: -88px;
}

a.menu_edit_boton span, a.menu_edit_boton2 span {
    float: left;
    text-shadow: 1px -1px 0px #333;
    margin: 5px 0 0 5px;
    padding: 1px 0 0 22px;
}

#menu_edit a.menu_edit_boton.activo span {
    color: #FFF;
}

.menu_edit_seleccionar {
    background: url("../img/theme/elements.png") -271px 0 no-repeat;
}

.menu_edit_config {
    background: url("../img/theme/menu_edit_configuracion.png") no-repeat;
}

.menu_edit_content {
    background: url("../img/theme/menu_edit_contenido.png") no-repeat;
}

.menu_edit_update {
    background: url("../img/theme/menu_edit_actualizacion.png") no-repeat;
}

.menu_edit_publicar {
    background: url("../img/theme/menu_edit_publicar.png") no-repeat;
}

.menu_edit_preview {
    background: url("../img/theme/menu_edit_preview.png") no-repeat;
}

#menu_edit_contratarya {

}

.menu_edit_contratarya {
    background: url("../img/theme/cart.png") no-repeat;
}

#menu_edit a.menu_edit_desplegable, #menu_edit a.menu_edit_link {
    display: block;
    position: relative;
    float: left;
    padding: 4px 10px 11px 10px;
    text-decoration: none;
    color: #c9c9c9;
    font-size: 11px;
    margin: 6px 6px 0 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#menu_edit a.menu_edit_desplegable:hover, #menu_edit a.menu_edit_link:hover {
    color: #FCFCFC;
}

#menu_edit a.menu_edit_desplegable span, #menu_edit a.menu_edit_link span {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
}

.menu_edit_disenho {
    background: url("../img/theme/menu_edit_disenho.png") no-repeat;
}

.menu_edit_license {
    background: url("../img/theme/menu_edit_license.png") no-repeat;
}

.menu_edit_volver_disenhos {
    background: url("../img/theme/menu_edit_volver_disenhos.png") no-repeat;
}

#menu_edit a.menu_edit_desplegable span.menu_edit_flecha {
    float: left;
    margin: 5px 0 0 5px;
    padding: 0;
    width: 7px;
    height: 6px;
    /*background:url("../img/theme/menu_edit_flecha.png");*/
    background: url("../img/theme/elements.png") -31px -1px no-repeat;
}

.menu_edit_separador {
    float: left;
    width: 2px;
    height: 22px;
    /*background:url("../img/theme/menu_edit_separador.png") no-repeat;*/
    background: url("../img/theme/elements.png") -266px 0 no-repeat;
    margin: 6px 0 0 5px;
}

.menu_edit_desplegable_opciones {
    display: none;
    position: absolute;

    min-width: 140px;

    padding: 11px 10px 9px 10px;

    background: #545454; /* Old browsers */
    background: -moz-linear-gradient(top, #545454 0%, #424242 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #424242)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #545454 0%, #424242 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #545454 0%, #424242 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #545454 0%, #424242 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#424242', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #545454 0%, #424242 100%); /* W3C */

    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;

    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);

}

.menu_edit_desplegable_opciones ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.menu_edit_desplegable_opciones li {

}

.menu_edit_desplegable_opciones a {
    float: left;
    display: block;
    color: #c9c9c9;
    font-size: 11px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 0;
    width: 100%;
}

.menu_edit_desplegable_opciones a.menu_edit_disabled span {
    color: #888;
}

.menu_edit_desplegable_opciones a.menu_edit_disabled:hover {
    background: none;
    border-spacing: 0;
    color: #888;
    text-decoration: none;
    cursor: default;
}

.menu_edit_desplegable_opciones a span {
    float: left;
    margin-right: 3px;
}

#menu_edit_sesion {
    margin: 1px 5px 0 3px;
    width: 14px;
    height: 14px;
    /*background:url("../img/theme/menu_edit_sesion.png") no-repeat;*/
    background: url("../img/theme/elements.png") -226px 0 no-repeat;
}

#menu_edit_disenhos {
    margin: 1px 5px 0 3px;
    width: 14px;
    height: 14px;
    /*background:url("../img/theme/menu_edit_disenhos.png") no-repeat;*/
    background: url("../img/theme/elements.png") -108px 0 no-repeat;
}

#menu_edit_editar {
    margin: 1px 5px 0 3px;
    width: 14px;
    height: 14px;
    /*background:url("../img/theme/menu_edit_editar.png") no-repeat;*/
    background: url("../img/theme/elements.png") -90px 0 no-repeat;
}

#menu_edit_eliminar {
    margin: 1px 5px 0 3px;
    width: 14px;
    height: 14px;
    /*background:url("../img/theme/menu_edit_eliminar.png") no-repeat;*/
    background: url("../img/theme/elements.png") -206px -4px no-repeat;
}

#menu_edit_listadisenhos {
    margin: 0 0 0 0;
    height: 7px;
    /*width: 250px;*/
    text-align: left;
    background: #fcfcfc;
    -webkit-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

#menu_edit_listadisenhos span {
    margin: 0;
    padding: 0 !important;
    color: #333;
}

.menu_edit_desplegable_opciones a:hover {
    background: #666;
    border-spacing: 0;
    color: #c9c9c9;
}

#opciones_license {
    top: 35px;
}

#opciones_disenho {
    top: 35px;
}

#opciones_listadisenhos {
    top: 28px;
    padding: 0;
    max-height: 392px;
    overflow-y: scroll;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 0 04px;
    border-radius: 4px 0 0 4px;
}

#opciones_listadisenhos li {
    height: 56px;
    cursor: pointer;
    position: relative;
}

#opciones_listadisenhos img {
    float: left;
    margin: 2px 10px;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0px 1px 4px 0px #000000;
    -moz-box-shadow: 0px 1px 4px 0px #000000;
    box-shadow: 0px 1px 4px 0px #000000;
}

#opciones_listadisenhos a {
    margin: 0;
}

#opciones_listadisenhos a {
    text-decoration: none;
}

#opciones_listadisenhos span {
    float: left;
    margin: 17px 20px 0 0;
}

.menu_edit_desplegable_activo {
    background: #545454;

    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;

    -moz-border-bottom-right-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;

    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;

}

.menu_edit_disenho_seleccionado {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 28px;
    height: 56px;
    background: url(../img/theme/designs_arrow.png) no-repeat;
}

#disenho_actual {
    display: block;
}

/**************************
	FIN MENU EDIT
****************************/

a .buttont, a .buttonr {
    cursor: pointer;
    height: 28px;
    display: block;
    float: left;
    overflow: hidden;
}

a .buttont {
    padding: 8px 16px 0 15px;
}

a .buttonr {
    padding-top: 8px;
    width: 8px;
}

a .buttont.activo, a:hover .buttont {
    color: #FFF;
}

a .buttonr.activo, a:hover .buttonr {
    width: 8px;
}

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

#content_designs {
    width: 1024px;
    margin: 0 auto;
    padding-top: 43px;
}

#push {
    height: 212px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url("../img/theme/background-footer.png") repeat-x;
    height: 162px;
    color: #d3d3d3;
    font-size: 15px;
    padding-top: 25px;
    border-top: 4px solid #FFF;
}

#footer #contentfooter {
    width: 992px;
    margin: 0 auto;
}

#footer #contentfooter #logofooter {
    float: left;
    width: 86px;
    height: 120px;
    margin-right: 30px;
}

#footer #contentfooter #copyright {
    width: 300px;
    margin: 0 auto;
}

#footer #contentfooter #blockquote {
    *width: 490px;
    max-width: 490px;
    background: url("../img/theme/quote-left.png") no-repeat;
    padding: 30px 0 0 40px;
    color: #717171;
    line-height: 20px;
}

#footer #contentfooter #quoteright {
    width: 29px;
    height: 27px;
    background: url("../img/theme/quote-right.png") no-repeat;
    margin-top: 25px;
}

.captura {
    padding-bottom: 4px;
    /*background:url("../img/theme/dribbble-shadow-lg.png") no-repeat bottom;*/
}

.captura .img {
    background: #FFF;
    padding: 4px;
    width: 290px;
    height: 130px;
}

.captura .img {
    position: relative;
}

.captura img.a {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 10;
}

.captura img.b {
    position: absolute;
    left: 4px;
    top: 4px;
}

.ficha, .captura {
    width: 298px;
}

.ficha {
    float: left;
    margin: 0 33px 0 0;
    height: 185px;
    background: url(../img/theme/designslist_thmb.png) no-repeat;
}

.ficha .nombre {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    color: #484848;
    font-size: 14px;
    text-shadow: 0 -1px 0 #CCC;
}

.mydesign_ficha {
    float: left;
    margin: 0 20px 10px 0;
    height: 168;
    background: url(../img/theme/mydesign_thmb.png) no-repeat;
}

.ficha .numero {
    position: relative;
    text-align: center;
    width: 37px;
    height: 37px;
    float: left;
    line-height: 32px;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
    color: #4b4b4b;
    z-index: 3;
}

.ficha .numeroBack, .ficha .numeroHover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
}

.ficha .numeroBack {
    z-index: -10;
}

.ficha .numeroHover {
    z-index: -11;
    visibility: hidden;
}

.mydesign {
    position: relative;
    margin: 0 0 20px 30px;
    width: 960px;
    top: 0;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    width: 960px;
    height: 240px;
    color: #FFF;
    text-shadow: 0 -1px 0 #333;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;

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

    background: url(../img/theme/mydesign_bg.png) repeat-x #3a3736;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);

}

.mydesign h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 -1px 0 #000000;
    margin-bottom: 10px;
}

.mydesign_left {
    float: left;
    width: 298px;
    margin: 13px 46px 0 22px;
}

.mydesign_left h1 a {
    font-size: 12px;
    text-shadow: none;
    font-weight: normal;
    margin-left: 5px;
}

.mydesign_info {
    position: relative;
    float: left;
    margin-top: 10px;
}

.mydesign_info span {
    float: left;

}

.mydesign_info span.blackspan {
    float: left;
    text-shadow: none;
    color: #AAA;
    font-weight: normal;
    margin-left: 5px;
}

.mydesign_switch {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    background: url(../img/theme/switch.png) no-repeat;

}

.mydesign_info_right a {
    color: #6f6f6f;
    text-decoration: none;
}

.mydesign_separator {
    float: left;
    width: 0;
    height: 208px;
    margin-top: 16px;
    border-left: 1px solid #2d2d2f;
    border-right: 1px solid #4e4b4e;
}

.mydesign_right {
    float: left;
    width: 515px;
    margin: 13px 0 0 45px;
}

.mydesign_right h1 {
    text-align: left;
}

h1.designslist {
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 2px;
    color: #404040 !important;
    text-shadow: 0 1px 1px #FFFFFF !important;
}

.mydesign_complemento {
    display: block;
    text-decoration: none;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    color: #AAAAAA;
}

.mydesign_complemento:hover {
    text-decoration: none;
}

.mydesign_complemento img {
    float: left;
}

.mydesign_complemento span {
    float: left;
    width: 130px;
    margin: 8px 0 0 5px;

}

#plantilla {
    padding: 0;
    position: relative;
    /*-moz-box-shadow: 0 0 10px #5b5b5b;
    -webkit-box-shadow:0 0 10px #5b5b5b;
    box-shadow:0 0 10px #5b5b5b;
    background-color:#FFF;*/
}

#plantilla ol, #plantilla ul {
    list-style: outside;
}

.plantilla_menu,
#plantilla_cont,
#plantilla_cab,
#plantilla_footer {
    position: relative;
}

.slice {
    position: relative;
    /*position:absolute;*/
    overflow: hidden; /*A lo mejor hay que activarlo si falla en IE*/
}

.slice img {
}

#plantilla .prev, #plantilla .next {
    position: absolute;
    top: 0;
    width: 46px;
    /*display: block;*/
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity:40);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

#plantilla .prev {
    background: #ffffff url("../ui/img/edit-design-arrow-left.png") no-repeat 10px center;
    float: left;
    left: -46px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

#plantilla .next {
    right: -46px;
    background: #ffffff url("../ui/img/edit-design-arrow-right.png") no-repeat 10px center;
    float: right;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

.vertical-menu-design .prev_cont,
.vertical-menu-design .next_menu {
    /*display: none !important;*/
}

#plantilla.vertical-menu-design .prev_cont {
    left: -26px;
}

.arrows-wrapper {
    position: relative;
}

.menu ul, .menu ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.arrow:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity:100);
}

.flash {
    padding: 0 42px 0 47px;
}

.edit_area {
    position: absolute;
    padding: 0;
    z-index: 90;
    cursor: pointer;
    display: block;
    border: 3px solid #CCC;
}

.edit_area_save {
    background-color: #FFF;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    border: 3px solid #FFF;
    background-image: url(../img/theme/edit_area-ok.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.edit_area a {
    display: block;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.edit_area:hover {
    border: 3px solid #000;
    background-color: #CCC;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    cursor: pointer;
}

#add {
    display: block;
    position: absolute;
    padding: 8px 8px 8px 30px;
    z-index: 100;
    background: url("../img/theme/add.png") no-repeat 8px 8px #333;
    border: 1px solid #FFF;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
}

#add:hover {
    background-color: #666;
}

.menu {
    display: none;

}

.menu ul li {
    list-style: none;
    z-index: 1600;
}

/* ----------- popup ----------- */
.window p, .window h1, .window form, .window button {
    border: 0;
    margin: 0;
    padding: 0;
}

.window .spacer {
    clear: both;
    height: 1px;
}

.window {
    padding: 20px;
    width: 700px;
}

.smallwindow {
    width: 300px;
}

.window h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.window .desc {
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 10px;
}

.window label, .window p {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;

}

.window .small {
    color: #666666;
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.window input[type='text'], .window textarea, .window select, .window input[type='password'] {
    background-color: #EDEDED;
    border-color: #C2C2C2 #E1DEDE #E1DEDE #C2C2C2;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    font-size: 14px;
    padding: 5px;
    width: 690px;
    margin: 0 0 16px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px 3px 3px 3px;

}

.window input.disabled[type='text'], .window select.disabled {
    background-color: #f8f8f8;
    color: #c0c0c0;
    cursor: default;
}

.window select.disabled:hover {

}

.window select {
    /*width:700px;*/
}

.window input.smallinput {
    width: 290px;
}

.window .smallselect {
    width: 300px;
}

.window input:hover, .window textarea:hover, .window select:hover {
    background-color: #CEDDDF;
}

.window input:focus, .window textarea:focus, .window select:focus {
    background-color: #F3F8F8;
    border-color: #6DACE2;
    box-shadow: 0 0 4px rgba(109, 172, 226, 0.6);
    outline: medium none;
}

.window textarea {
    height: 100px;
}

.window input.file {
    width: 700px;
}

.window button {
    float: right;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top, #EEEEEE, #CCCCCC);
    -pie-background: linear-gradient(center top, #EEEEEE, #CCCCCC);
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 1px 0 #EEEEEE;
    width: 150px;
    font-weight: bold;
    cursor: pointer;

}

.hideWindow {
    float: right;
    margin: 20px 10px 0 0;
}

/*[inicio codigo NACHO]*/
.window  div.editor_contenedor {
    margin: 5px 0 16px 0;
}

.window  div.editor_contenedor textarea {
    border: 0;
    padding: 0;
    margin: 0;
}

/*[fin codigo NACHO]*/

.shadow {
    /*-moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;*/

}

/* FIX para BOOTSTRAP (sidebar + modals) */
#sidebar label {
    color: #AAAAAA;
}

#sidebar label, #sidebar input, #sidebar button, #sidebar select, #sidebar textarea {
    font-size: 11px;
    line-height: 16px;
}

#sidebar input, #sidebar textarea {
    -moz-transition: none;
}

#sidebar input:focus, #sidebar textarea:focus {
    border: none;
    box-shadow: none;
}

#sidebar [class*="span"], .window [class*="span"] {
    margin: 0;
}

.window a {
    outline: hidden;
}

.window h1 {
    line-height: 15px;
}

.window, #sidebar {
    color: #717171;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
}

.window label {
    display: inline;
}

.window input[type="file"] {
    height: 148px;
}

/*********************
	TOOLTIP
**********************/

/* Core qTip styles */
.ui-tooltip, .qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    line-height: 18px;
    z-index: 15000;
}

/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid {
    display: block;
    visibility: hidden;
    position: static !important;
    float: left !important;
}

.ui-tooltip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    word-wrap: break-word;
    overflow: hidden;
}

.ui-tooltip-titlebar {
    position: relative;
    min-height: 14px;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 1px 1px 0;
    border-style: solid;
    font-weight: bold;
}

.ui-tooltip-titlebar + .ui-tooltip-content {
    border-top-width: 0px !important;
}

#tooltip {
    display: none;
}

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

.qtip ul {
    margin: 0;
    padding: 0;
}

.qtip li {
    border-bottom: 1px solid #e0e0e0;
}

.qtip li:last-child {
    border-bottom: none;
}

.qtip a {
    text-decoration: none;
    color: #534d41;
    background: #FFF;
    display: block;
    padding: 3px;
    line-height: 25px;
    height: 25px;
}

.qtip a:hover {
    /*background: #d42617;*/
    color: #fff;
    text-decoration: none;
}

.qtip span {
    display: block;
    width: 17px;
    height: 17px;
    float: left;
    margin: 4px 10px 0 5px;
}

.qtip .configOption span {
    background: url("../img/theme/edit-snippet.png") 0 0 no-repeat;
}

.qtip .addSubOption span {
    background: url("../img/theme/edit-snippet.png") 0 -18px no-repeat;
}

.qtip .delOption span {
    background: url("../img/theme/edit-snippet.png") 0 -39px no-repeat;
}

.saveWrapper {
    background: #000 transparent;
    /*border:1px solid #0F6;*/
}

.saveSlice, .saveWrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    float: right;
}

.saveSlice {
    z-index: 1601;
    display: block;
    width: 37px;
    height: 37px;
    background: url("../img/theme/save-slice.png") no-repeat;
    cursor: pointer;
}

.saveSlice:hover, .assignedSlice {
    background: url("../img/theme/save-slice.png") 0 -37px no-repeat;
}

.saveWrapper {
    z-index: 1600;
    width: 200px;
    background: #FFFFC4;
    color: #333;
    cursor: pointer;
    line-height: 20px;
    padding: 7px;
    font-size: 11px;
}

/*
#assignDesign{
	width:100%;
	position:fixed;
	top:-149px;
}
#assignDesign div{
	background:#000;		
	height:65px;
	position:relative;
	z-index:996;
	border-bottom:1px solid #666;	
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;	
	

}
#assignDesign span{
	display:block;
	width:280px;
	height:60px;
	background:url("../img/theme/assignDesign.png") 0 0 no-repeat;
	cursor:pointer;
	margin:0 auto;
	position:relative;
	bottom:-65px;
	z-index:997;
	margin-top:5px;
}
#assignDesign span:hover{
	background:url("../img/theme/assignDesign.png") 0 -62px no-repeat;
}*/

/* DESIGNS BAR */
#designs_bar {
    visibility: hidden;
    position: fixed;
    bottom: -124px;
    left: 0;
    width: 100%;
    height: 124px;
    background: url(../img/theme/mydesign_bg.png) repeat-x;
    z-index: 1000;
    -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.4);

}

#designs_bar #designs_bar_tab {
    display: block;
    position: absolute;
    width: 100px;
    height: 38px;
    top: -36px;
    right: 20px;
    background: url(../img/theme/designs_bar_tab_up.png) no-repeat;
}

#designs_bar #designs_bar_tab:hover {
    background-position: 0 -38px;
}

#designs_bar #designs_bar_left {
    display: block;
    position: absolute;
    width: 16px;
    height: 72px;
    top: 27px;
    left: 20px;
    background: url(../img/theme/designs_bar_left.png) no-repeat;
}

#designs_bar #designs_bar_left:hover {
    background-position: -16px 0;
}

#designs_bar #designs_bar_right {
    display: block;
    position: absolute;
    width: 16px;
    height: 72px;
    top: 27px;
    right: 20px;
    background: url(../img/theme/designs_bar_right.png) no-repeat;
}

#designs_bar #designs_bar_right:hover {
    background-position: -16px 0;
}

#designs_bar_thumbs_content {
    margin: 10px 60px 12px 60px;
    overflow: hidden;
    height: 117px;
    position: relative;
}

#designs_bar_thumbs_list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 117px;
    position: absolute;
}

.designs_bar_thumb {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 0;
    width: 178px;
    height: 100px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.6);
    border: 1px solid #e3e3e3;

}

.db_a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.db_b {
    position: absolute;
    top: 0;
    left: 0;
}

.designs_bar_thumb_title {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 178px;
    height: 18px;
    background: #000;
    z-index: 11;
    text-align: center;
    padding-top: 2px;
    /*-moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    border-top:1px solid #2b2b2b;
    border-left:1px solid #2b2b2b;
    border-right:1px solid #2b2b2b;*/
    background: #222;
    /*background: #464646;
    background: -moz-linear-gradient(top, #464646 0%, #2b2b2b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(100%,#2b2b2b));
    background: -webkit-linear-gradient(top, #464646 0%,#2b2b2b 100%);
    background: -o-linear-gradient(top, #464646 0%,#2b2b2b 100%);
    background: -ms-linear-gradient(top, #464646 0%,#2b2b2b 100%);
    background: linear-gradient(top, #464646 0%,#2b2b2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#2b2b2b',GradientType=0 ); 	*/
}

.designs_bar_thumb_link {
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
}

.designs_bar_thumb_link_noedit {
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
}

.designs_bar_thumb_link:hover {
    color: #FFF;
    text-decoration: none;
}

.designs_bar_thumb_link_noedit:hover {
    color: #FFF;
    text-decoration: none;
}

/* !DESIGNS BAR*/

/* --- :hover Edición de Contenido --- */

.modulo {
    /* position:relative; */
    /*padding:0;
    margin:0;*/

}

.modulo:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.modulo h2 {
    padding: 0;
    margin: 0;
}

.modulo h3 {
    padding: 0;
    margin: 0;
}

.modulo input, .modulo textarea {
    cursor: pointer;
}

#iealert {
    width: 600px;
    margin: 10px;
}

#iealert a, #iealert img {
    float: left;
}

#iealert #iealert_msg {
    height: 64px;
}

#iealert #iealert_msg p {
    float: left;
    margin: 12px 0 0 15px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
}

#iealert #iealert_msg {
    margin-bottom: 20px;
}

#iealert_icons a {
    float: left;
    margin-right: 20px;
}

.form_alert {
    display: none;
}

/*** FIX CONTENIDO MAPAS **************************************/
.gmaps-fix {
    position: relative;
    float: left;
}

.gmaps-fix-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/*** FIX OUTLINE LINKS *****************************************/
a,
a:focus,
a:active {
    outline: 0 none;
}

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

/*** BREADCRUMBS ***********************************************/
ul.breadcrumb {
    margin: 10px 0;
    padding: 0;
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb span.divider {
    margin: 05px;
}

/*permalinks configurar*/

.permalink_cont {
    height: 36px;
    margin-bottom: 16px;
}

.permalink_url, .permalink_input, .permalink_hidden, .permalink_span {
    float: left;
}

.permalink_url, .permalink_span {
    margin-top: 3px;
}

.permalink_span {
    background: #FF9;
}

.permalink_input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    width: 145px;
    margin-left: 0;
    color: #717171;
    font-weight: normal;
    float: left;
}

.permalink_ok {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 10px;
    padding: 2px;
    margin-left: 0;
    color: #717171;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 0 5px;
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
}

.permalink_ok:hover {
    background: #E8E8E8;
}

.permalink_edit {
    display: block;
    width: 13px;
    height: 13px;
    background: url(../img/theme/pencil.png);
    float: left;
    margin: 4px 0 0 4px;
}

.permalink_edit:hover {
    background-position: 0 -13px;
}

/*** jHeader *****************************************/

.jheader {
    margin: 0 auto;
    position: relative;
}

.jheader-logo {
    position: absolute;
    z-index: 999;
}

.jheader-logo.left {
    left: 0;
}

.jheader-logo.right {
    right: 0;
}
/*
* FACEBOOK TAB SCREEN
*/
body.facebook{
    width:810px;
}
body.facebook .container{
    width:100%;
}
body.facebook .main-nav{
    display: none;
}
body.facebook #plantilla_cab{
    display: none;
}
body.facebook #plantilla_footer{
    display: none;
}
body.facebook #cookie-bar{
    display: none;
}