/** NEWSLETTER **/

@media projection, screen{ /* mostrar/ocultar contenido */
.tabs-hide{
display: none;
}
}
@media print{ /* ocultar elementos inútiles en los diseños de impresión */
.tabs-nav{
display: none;
}
}
.tabs-container{
padding: 1em 8px;
border-top: 1px solid #97a5b0;
}
.tabs-nav{
width: 960px;
margin: 0;
padding: 0 0 1px 4px;
list-style: none;
list-style-image: none !important;
}
.tabs-nav:after{
display: block;
clear: both;
content: " ";
}
.tabs-nav li{
float: left;
margin: 0 0 0 2px;
}
.tabs-nav a{
color: #818183;
font-weight: bold;
line-height: 1.2;
text-align: center;
text-decoration: none;
white-space: nowrap;
height: auto;
width: 140px;
position: relative;
padding: 5px 0;
top: 1px;
z-index: 2;
display: block;
background: #ffc039;
border-left: 1px solid #97a5b0;
border-right: 1px solid #97a5b0;
border-top: 1px solid #97a5b0;
}
.tabs-nav a:hover{
color: #000;
}
.tabs-selected a span{
color: #000;
}