#tabs *, #tab_hor * {box-sizing: content-box;}
.ui-tabs .ui-tabs-nav {
    list-style: outside none none;
    padding: 0.2em 0.2em 0;
    position: relative;
}
.ui-corner-all {
}
.ui-widget-header {
    background: none;
    border: none;
    font-weight: normal;
}
.ui-tabs .ui-tabs-nav {
    list-style: outside none none;
    padding: 0;
    position: relative;
}
.ui-tabs .ui-tabs-nav li {
	border-color: #e1e1e1;
    -moz-user-select: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 -1px 0 0;
    padding: 0px 0px;
    position: relative;
    top: 1px;
    z-index: 2;
    margin: 0 0 -1px;
    top: 0;
    width: 100%;
    color: #919191;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: none;
    border: none;
    font-weight: normal;
    outline: medium none;
    color:#919191;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #919191;
    outline: medium none;
    text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-active {
   background-color: #f8f8f8;
    color: #666666;
    font-weight:bold;
    border-right:none !important;
}
.ui-state-default, .ui-widget-content .ui-state-active a{color: #666666;}
.ui-tabs .ui-tabs-nav li a {
    padding:1.5em;
    text-decoration: none;
    width:85%;
}
.tabcontainer {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    margin: 30px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tab_titles {
    clear: both;
    float: left;
    position: relative;
    z-index: 5;
}
.tab_titles {
    display: block;
    float: left;
    width: 29%;
    /*border-bottom:1px solid #e1e1e1;*/
}


.tab_titles li:last-child {
    border-top-right-radius: 2px;border-bottom:1px solid #e1e1e1 !important;
}
.tab_titles .tab:last-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
}

.ui-tabs .ui-tabs-panel {
    background-color: #f8f8f8;
    color: #666666;
    float: left;
    width: 67%;
    border:1px solid #e1e1e1;
    margin-left: -1px;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    padding: 10px 19px;
}
.ui-tabs .ui-tabs-panel a {color:#e52b37;}

#tab_hor li{ width: auto !important;}
#tab_hor .ui-state-active {
    border-bottom:1px solid #f8f8f8 !important;
}
#tab_hor .ui-tabs-panel {width:715px !important;margin-top:-1px;}
#tab_hor .ui-tabs-nav li {border-bottom-width:1px !important;}
#tab_hor .ui-tabs-nav li {border-right:1px solid #e1e1e1 !important;margin: 0 0 0 -1px;}
#tab_hor .ui-tabs-nav li a {width:auto !important;}

.enlaces_negro a {  color: #666666 !important;}
.ui-tabs-panel li {  margin-left: 0;padding: 8px 0;margin-bottom: 6px;}
.ui-tabs-panel ul ul  { margin: 4px 0 5px 30px;}

.avia-arrow {
    border-style: solid;
    border-width: 1px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    width: 10px;
}
.avia-arrow {
    top: 10px;
    background-color: #ffffff;
    border-color: #dddddd;
    color: rgba(255, 255, 255, 0);
}
.avia-menu-fx .avia-arrow-wrap {
    display: none;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 10px;
}
.avia-menu-fx > .avia-arrow-wrap {
    display: block;
}
.avia-menu-fx {
    bottom: -1px;
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 10;
     background-color: #fff;
}
.avia-menu-fx {
    opacity: 1;
    visibility: visible;
}


.alignright {
    display: block;
    float: right;
    margin: 4px 0 0 10px;
}
#cuerpo_texto {color:#666666;}
#cuerpo_texto ul {
    list-style: outside none none;
    margin-left: 7px;
    margin-bottom: 10px;
}
#cuerpo_texto ul ul {
    margin: 4px 0 5px 30px;
}
#cuerpo_texto li {
    margin-left: 0;
    padding: 8px 0;
     margin-bottom: 6px;
}
::-moz-selection{background-color: #e52b37;color: #ffffff;}::-webkit-selection{background-color: #e52b37;color: #ffffff;}::selection{background-color: #e52b37;color: #ffffff;}


#cuerpo_texto table, .directorio table {border-color: #e1e1e1;background: none repeat scroll 0 0 #f8f8f8;font-size: 13px;
    margin: 0 0 20px;
    padding: 0; border-collapse: collapse;
    border-spacing: 0;}
#cuerpo_texto td, .directorio td {
    border-left: medium none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-size: 13px;
    padding: 9px 12px;
    border-color: #e1e1e1;
}
#cuerpo_texto tr:first-child th, #cuerpo_texto tr:first-child td, .directorio tr:first-child th, .directorio tr:first-child td{
    border-top-style: solid;
    border-top-width: 1px;
}
#cuerpo_texto tr th:first-child, #cuerpo_texto tr td:first-child, .directorio tr th:first-child, .directorio tr td:first-child  {
    border-left-style: solid;
    border-left-width: 1px;
}
#cuerpo_texto tr:nth-child(2n), .directorio tr:nth-child(2n) {
    color: #919191;
    background-color: #ffffff;
}

blockquote {
	padding:;
	margin:0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    /*border-left-style: solid;
    border-left-width: 7px;*/
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 1em;
    margin-right: 1em;
    padding-left: 20px;
    border-color: #e52b37;
}

.avia-button {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 3px 0;
    max-width: 100%;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.avia-button.avia-size-large {
    font-size: 13px;
    min-width: 127px;
    padding: 13px 30px;
}
.avia-button.avia-position-right {
    display: block;
    float: right;
}
.directorio {float: right;max-width: 700px;}
.buscadordirectorio {float: left;width: 235px;}
.buscadordirectorio h1 {font-size: 34px;line-height: 1.1em;margin-bottom: 14px;}
.buscadordirectorio fieldset {margin:0;margin-bottom: 20px;border:none;padding:0;}
.buscadordirectorio label {
    display: block;
    font-size: 17px;
}
.buscadordirectorio  select, .buscadordirectorio  input[type="text"], .buscadordirectorio  input[type="password"], #cuerpo_texto form input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #777;
    display: block;
    font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 20px;
    max-width: 100%;
    outline: medium none;
    padding: 5px 6px;
    width: 210px;
}
.buscadordirectorio select, .buscadordirectorio  input[type="text"], .buscadordirectorio  input[type="password"], .buscadordirectorio  input[type="submit"], .buscadordirectorio  input[type="button"]{
    background-color: #f8f8f8;
    border-color: #e1e1e1;
    color: #919191;
}
#cuerpo_texto form input[type="text"] {margin:0;border-color:#bbb;width: 250px;}
.buscadordirectorio select:focus, .buscadordirectorio  input:focus {box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.2);}
.buscadordirectorio  input[type="submit"], .buscadordirectorio  input[type="button"] { background-color: #e52b37;
    border-color: #c30915;
    color: #ffffff;
     border-radius: 0;
    cursor: pointer;
    padding: 9px 22px;
        border:0;
    }
#sobrecabecera .volver {float:right;}
#sobrecabecera input[type="button"] {cursor: pointer; border:0;background-color: #e52b37; border-color: #c30915;color: #ffffff;padding:4px 10px !important;margin-top:2px;}
#adminbar {
    background: none repeat scroll 0 0 #222;
    color: #ccc;
    direction: ltr;
    font: 400 13px/32px "Open Sans",sans-serif;
    height: 32px;
    left: 0;
    min-width: 600px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#adminbar a {color:#fff;text-decoration:none;}
#adminbar a:hover {color:#e52b38;text-decoration:none;}
#adminbar * {
    border-radius: 0;
    box-sizing: content-box;
    font: 400 13px/32px "Open Sans",sans-serif;
    height: auto;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    position: static;
    text-shadow: none;
    text-transform: none;
    transition: none 0s ease 0s ;
    width: auto;
}

.av_promobox {
    border-style: solid;
    border-width: 1px;
    clear: both;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 20px 5px;
    position: relative;
    width: 100%;
     border-color: #e1e1e1;
     background: none repeat scroll 0 0 #f8f8f8;
}
.av_promobox a {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 3px;
    display: block;
    float: right;
    font-weight: normal;
    line-height: 1.2em;
    margin: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    min-width: 127px;
    padding: 13px 30px;
    clear: right;
    background-color:#e52b38; border-color:#e52b38; color:#ffffff;
}
.av_promobox p {display:block;clear:both;}
.xnoticia input[type="button"], .xnoticia input[type="submit"], .xnoticia input[type="reset"]  {
border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 3px 0;
    max-width: 100%;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-width:0;
}
.xnoticia input[type="button"], .xnoticia input[type="submit"], .xnoticia input[type="reset"] {
background-color: #e52b38;
    border-color: #e52b38;
    color: #ffffff;
    font-size: 13px;
    min-width: 127px;
    padding: 13px 30px;
    display: block;
    float: right;
}

.contenedorportadas {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin-bottom: 0;
    margin-right: 3%;
    min-width: 350px;
    overflow: hidden;
    padding: 10px 0 5px 20px;
    border-color: #e1e1e1;
}
.cajacontenidoportadas {
    float: left;
    max-width: 210px;
    padding-top: 30px;
}
.cajaportadas {
    float: left;
    margin-right: 30px;
    width: 81px;
}
.portadas {
    border: 1px solid #e52b38 !important;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.tproducto{
	margin: 0 1% 1% 0;
  width: 19.2%;
  float:left;
   border:1px solid #e1e1e1;
    color: #666666;
}
.tproducto h3{font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding-top: 5px;
}
.tproducto a, div .tproducto a img {
    border-radius: 1px;
    display: block;
    overflow: hidden;
color: #222222;
text-decoration:none;
}
.tproducto-last {margin-right:0;}
.inner_product_header {
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    min-height: 91px;
    padding: 10px 15px 15px;
    position: relative;
    border-color:#fff;
}
.inner_product_header .avia-arrow {
    border-bottom: medium none;
    border-right: medium none;
    margin-left: -6px;
    top: -12px;
    z-index: 1000;
     background-color: #ffffff;
}
.avia_cart_buttons {
    border-top-style: solid;
    border-top-width: 1px;
    opacity: 0.2;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
     border-color: #e1e1e1;
      background-color: #f8f8f8;
}
.avia_cart_buttons a {font-size: 11px;}
.avia_cart_buttons:hover {opacity:1;}

.av_one_half {
    margin-left: 6%;
    width: 47%;
    float:left;
}
.galeria-central {
    border-radius: 2px;
    float: left;
    padding: 1%;
    width: 30%;
}
.galeria-central a {
border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 3px;
    display: inline-block;
    font-weight: normal;
    line-height: 1.2em;
    margin: 3px 0;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-width:0;
	background-color: #e52b38;
    border-color: #e52b38;
    color: #ffffff;
    font-size: 13px;
    padding: 13px 30px;
    display: block;
    float: right;
min-width:60px !important;padding:7px !important;margin-right:10px;}

@media only screen and (max-width: 980px) {
	.tab_titles {width:20%;overflow:hidden;}
	.ui-tabs .ui-tabs-panel {/*width:auto;*/}
	.ui-tabs .ui-tabs-panel img {max-width:90%}
	.buscadordirectorio {width:100%;}
}