/*
Theme Name: Next One
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the Radio Coco team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}

img.alignleft, img.alignright {
    margin-bottom: 5px;
    /*margin-top: 5px;*/
    padding: 3px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
img {
    border: 0 none;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    border-radius: 3px;

    background-color: #21759B;
    background-image: linear-gradient(to bottom, #2A95C5, #21759B);
    border-color: #21759B #21759B #1E6A8D;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    background-color: #21759B;
    background-image: linear-gradient(to bottom, #2A95C5, #21759B);
    border-color: #21759B #21759B #1E6A8D;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: linear-gradient(to bottom, #21759B, #278AB7) repeat scroll 0 0 #1B607F;
    border-color: #124560 #2382AE #2382AE;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
li.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
}
/*.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
     Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}*/
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 10px;
    line-height: 2;
    color: #757575;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}
#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}
.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden;
}
.author-description p {
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
    margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 87.5%;
}
body {
    /*	font-size: 14px;
            font-size: 1rem;
            font-family: Helvetica, Arial, sans-serif;
            text-rendering: optimizeLegibility;
            color: #444;*/
}
body {
    background: url("images/bg.png") repeat-x scroll 0 0 #E8E8E8;
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 13px;
}
body.custom-font-enabled {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
    outline: none;
    color: #21759b;
}
a:hover {
    color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
    /*background-color: #fff;*/
}
.site-content {
    margin: 24px 0 0;
    margin: 0 0 0;
}
.widget-area {
    margin: 10px 0 0;
    /*margin: 1.714285714rem 0 0;*/
    border-left: 1px dotted #E8E8E8;
    padding-left: 10px;
}

/* Header */
.site-header {
    /*	padding: 24px 0;
            padding: 1.714285714rem 0;*/
}
.site-header h1,
.site-header h2 {
    text-align: center;
}
.site-header h1 a,
.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #21759b;
}
.site-header h1 {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.285714286;
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.site-header h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.header-image {
    margin-top: 24px;
    margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
    /*margin-top: 24px;*/
    /*margin-top: 1.714285714rem;*/
    text-align: center;
}
.main-navigation li {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.42857143;
}
.main-navigation a {
    color: #5e5e5e;
}
.main-navigation a:hover {
    color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}

/* Banner */
section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
}



/* Sidebar */
/*Widgets personalizados*/
.widget-area ul {
    padding-right: 5px;
    list-style-image: url("images/bullet.png");
    padding-left: 25px;
}
/********/
.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.widget-area .widget h3 {
    color: #112857;
    margin-bottom: 5px;
    border-bottom: 2px dotted #E8E8E8;
    text-align: right;
    font-size: 15px;
    /*margin-bottom: 1.714285714rem;*/
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.widget-area .widget p {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
    margin-left: 36px;
    margin-left: 2.571428571rem;
}
.widget-area .widget a {
    color: #757575;
}
.widget-area .widget a:hover {
    color: #21759b;
}
.widget-area #s {
    width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}




/* Footer */
footer[role="contentinfo"] {
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 24px;
    margin-top: 1.714285714rem;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
    color: #686868;
}
footer[role="contentinfo"] a:hover {
    color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

/*MOSTRAR ARTICULOS*/
p {
    line-height: 150%;
    margin: 0.25em 0 0.75em;
}

.hentry{
    /*margin-bottom: 8px;
    padding-bottom: 0;*/
    /*margin-bottom: 10px;*/
    /*padding-bottom:10px;*/
    position: relative;
    /*border-bottom:1px dotted #e8e8e8;*/
    /*border-bottom:1px solid #CCCCCC;*/
    width: 645px;
}

/*.hentry.sticky{
    font-size: 125%;
}*/

/* using shrinkwrap method - thanks Ray: http://www.css-lab.com/lab-work/auto-width/shrink-wrap-col.html */
.hentry .post-details{overflow:hidden;}
.hentry.thumb-left .post-details, .hentry.thumb-right .post-details{min-height:140px;} /* adjust this dynamically? */

/* thumbnail-only based post previews (looks pretty cool) */
.hentry.thumb-only{
    float:left;
    border:0;
    padding:0;
    margin:0;
}

/* post titles */
.hentry h2.title, h2.title{
    margin:0;
    /*padding:0 0 5px 0;*/
    padding:0;
    /*font-size:170%;*/
    font-size:150%;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: normal;
}

.hentry h2.title-inside{
    margin:0;
    padding:0;
    color: #112857;
    font-size:200%;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: normal;
}

.hentry h2.title a:hover, h2.title a:hover{
    color: #0F4EB8;
    text-decoration:none;
}

/* large title on sticky posts */
/*.hentry.sticky h2.title{
    font-weight:bold;
    font-size: 300%;
}*/

.hentry .post-thumb{
    border: 5px solid #f2f2f2;
}

.hentry.thumb-left .post-thumb{
    float:left;
    margin-right:10px;
}

.hentry.thumb-right .post-thumb{
    float:right;
    margin-left:10px;
}

/* float is moved to the parent element in thumb-only mode */
.hentry.thumb-only .post-thumb{
    float:none !important;
    margin:0 10px 10px 0;
    display:block;
    border: 0;
}

.hentry .post-thumb img{display:block;}

/* main info bar */
.hentry .categories {
    width: 70%;
    color: #B2B2B2;
    /*font-weight:bold;*/
    padding: 1px;
    font-size: 11px;
    text-align: left;
}
.categories .categories-inside a{color: #B2B2B2;font-weight:bold;}
.categories  a:hover{color:#ed1e24;text-decoration:underline;}

.hentry .categories-inside{
    width: 70%;
    color: #000000;
    padding: 1px;
    font-size: 12px;
    text-align: left;
}
.categories-inside a:hover{color:#ed1e24;text-decoration:underline;}

.hentry .post-info {
    /*background-color: #F3F3F3 !important;
    border: 1px solid #E8E8E8;*/
    color: #B2B2B2;
    font-size: 11px;
    /*padding: 4px;*/
    padding: 1px;
    text-align: left;
}

.post-zone {
    background-color: #F8F8F8 !important;
    border: 1px solid #DFDFDF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 2px 2px 15px;
}

.hentry .post-info .author-inside {
    color: #000000;
    font-size: 12px;
    padding: 1px;
    text-align: left;
}

.post-info .author-inside a{
    font-weight:bold;
    color:#112857;
    /*text-transform: uppercase;*/
}

.hentry .post-std{
    overflow: hidden; /* shrinkwrap */
}

/*.hentry .post-info{
    background:transparent url(images/post-std.png) no-repeat right top;
    height: 31px;
    line-height: 25px;
    display: block;
    padding-left: 10px;
    overflow: hidden;
    color:#bbb;
    text-shadow:1px 1px 1px #fff;
}*/

/* chrome text shadow antialias fix */
.browser-chrome .post-info{text-shadow:0 0 0 transparent, 1px 1px 1px #fff;}

.post-info a{
    /*font-weight:bold;*/
    color:#999;
}

.post-info a:hover{color:#ed1e24;text-decoration:underline;}

.hentry .post-date{
    background:transparent url(images/post-std.png) no-repeat left -33px;
    padding-left: 9px;
    float: left;
}

.hentry .post-date .ext{
    background:transparent url(images/post-std.png) no-repeat right -33px;
    padding-right: 15px;
    height: 29px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

/* post tags */
.hentry .post-tags{
    overflow:hidden;
    margin-top: 7px;
    overflow:hidden;
    font-size:85%;
}

.hentry .post-tags a{
    padding:2px 5px 3px 5px;
    margin-bottom:2px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    display:inline-block;
    background-color: #ddd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -moz-linear-gradient(top, #eee, #ddd);
    background-image: -ms-linear-gradient(top, #eee, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
    background-image: -webkit-linear-gradient(top, #eee, #ddd);
    background-image: -o-linear-gradient(top, #eee, #ddd);
    background-image: linear-gradient(top, #eee, #ddd);
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
    color: #808080;
    text-shadow: #fff 0px 1px 0px;
}

.hentry .post-tags a:hover{
    background-color: #222;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#333), to(#222));
    background-image: -moz-linear-gradient(top, #333, #222);
    background-image: -ms-linear-gradient(top, #333, #222);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #222));
    background-image: -webkit-linear-gradient(top, #333, #222);
    background-image: -o-linear-gradient(top, #333, #222);
    background-image: linear-gradient(top, #333, #222);
    text-decoration:none;
    color:#fff;
    text-shadow: none;
}

/* comments link */
.hentry .comments{
    background:transparent url(images/icons.png) no-repeat -55px -154px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    text-shadow: 0px 1px 1px #fff;
    float:right;
}

.hentry .comments:hover{
    background-position: -55px -200px;
    color: #fff;
    text-shadow: 0px -1px -1px rgba(0,0,0, 0.25);
}


/* this class should not have any graphic styles on it, because the element that has it could be empty */
.hentry .controls{
    display: none;
    position: absolute;
    z-index: 5;
    right: 10px;
    bottom: 30px;
}

.single .hentry .controls{
    bottom: auto;
    /*top: 10px;*/
}


.hentry:hover > .controls{display:block;}

/* buttons, used for various things... */
.controls > a{
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 2px;
    font-size:100%;
    cursor: pointer;
    outline: none;
    position: relative;
    background-color: #ddd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -moz-linear-gradient(top, #eee, #ddd);
    background-image: -ms-linear-gradient(top, #eee, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
    background-image: -webkit-linear-gradient(top, #eee, #ddd);
    background-image: -o-linear-gradient(top, #eee, #ddd);
    background-image: linear-gradient(top, #eee, #ddd);
    text-decoration: none;
    text-shadow:#fff 0 1px 1px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
    border-bottom: 1px solid rgba(0,0,0, 0.25);
    color: #808080;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.comment .controls a{
    font-size: 85%;
    font-weight: normal;
    padding: 3px 10px 4px;
}

input[type=submit]{z-index: 20;}

.controls a:hover{
    background-color: #191919;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
    background-image: -moz-linear-gradient(top, #292929, #191919);
    background-image: -ms-linear-gradient(top, #292929, #191919);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
    background-image: -webkit-linear-gradient(top, #292929, #191919);
    background-image: -o-linear-gradient(top, #292929, #191919);
    background-image: linear-gradient(top, #292929, #191919);
    color:#fff;
    text-decoration:none;
    text-shadow:#000 0 1px 1px;
}



/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
    margin-bottom: 10px;
    /*margin-bottom: 3.428571429rem;*/
    /*padding-bottom: 22px;*/
    /*padding-bottom: 1.571428571rem;*/
    border-bottom: 1px solid #ededed;
}
.archive-meta {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 22px;
    margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
    overflow: hidden;
}
.image-attachment div.attachment {
    text-align: center;
}
.image-attachment div.attachment p {
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a;
}
article.format-aside h1 a:hover {
    color: #2e3542;
}
article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8;
}
article.format-aside p {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
    margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    font-weight: normal;
}
article.format-image footer h2 {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}
article.format-image footer a h2 {
    font-weight: normal;
}

/* Link posts */
article.format-link header {
    padding: 0 10px;
    padding: 0 0.714285714rem;
    float: right;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px;
}
article.format-link .entry-content {
    max-width: 80%;
    float: left;
}
article.format-link .entry-content a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}

/* Status posts */
.format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
    display: inline-block;
}
.format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}
.format-status .entry-header h2 {
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    line-height: 2;
    margin: 0;
}
.format-status .entry-header header a {
    color: #757575;
}
.format-status .entry-header header a:hover {
    color: #21759b;
}
.format-status .entry-header img {
    float: left;
    margin-right: 21px;
    margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */
.comments-area {
    width: 645px;
    /*padding: 10px;*/
}

.comment {
    margin-bottom: 10px;
    /*background-color: #F3F3F3 !important;*/
}

.comments-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    color: #112857;
}
.comments-area article {
    /*margin: 24px 0;*/
    padding: 6px;
}
.comments-area article header {
    margin: 0 0 6px;
    overflow: hidden;
    position: relative;
}
.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
    display: block;
    /*margin-left: 85px;*/
}
.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    line-height: 1.42857143;
    font-weight: bold;
}
.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.857142857rem;
    color: #5e5e5e;
}
.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e;
}
.comments-area article header a:hover {
    color: #21759b;
}
.comments-area article header cite a {
    color: #444;
}
.comments-area article header cite a:hover {
    text-decoration: underline;
}
.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    padding: 0.428571429rem 0.857142857rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    background-image: linear-gradient(top, #009cee, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color: #21759b;
}
.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.commentlist .children {
    margin-left: 48px;
    /*border: 1px solid #F3F3F3;*/
}

.depth-1, #respond {
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    background: linear-gradient(to top, #F5F5F5, #F9F9F9) repeat scroll 0 0 #F5F5F5;
}

/* Comment form */
#respond {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px;
}

.comment > #respond {
    border: 0;
    border-top: 1px solid #DFDFDF;
    border-radius: 0;
}


#respond h3#reply-title {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.714285714rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.857142857rem;
}
#respond form {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
#respond form p {
    margin: 11px 0;
    margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
#respond form label {
    display: block;
    line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form input[type="email"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    /*padding: 0.714285714rem;*/
    padding: 0.414285714rem;
    width: 100%;
}
#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e;
}
.required {
    color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0;
}

.post-content p {
    /*-webkit-hyphens: auto;*/
    /*-moz-hyphens: auto;*/
    /*hyphens: auto;*/
    text-align: justify;
}
.template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    margin: 0.571428571rem 0 0;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
    color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
    color: #21759b;
}
.template-front-page .widget-area .widget_text img {
    float: left;
    margin: 8px 24px 8px 0;
    margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
.widget_rss li {
    margin: 12px 0;
    margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: 0.785714286rem;
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}
#wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right;
}
.widget_search label {
    display: block;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.widget_twitter li {
    list-style-type: none;
}
.widget_twitter .timesince {
    display: block;
    text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
.author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.571428571rem;
}
.author-description {
    float: right;
    width: 80%;
}
.site {
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
}
.site-content {
    float: left;
    width: 65.104166667%;
}
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
    width: 100%;
}
.widget-area {
    float: right;
    width: 290px;
}
.site-header h1,
.site-header h2 {
    text-align: left;
}
.site-header h1 {
    font-size: 26px;
    font-size: 1.857142857rem;
    line-height: 1.846153846;
    margin-bottom: 0;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    /*		border-bottom: 1px solid #ededed;
                    border-top: 1px solid #ededed;*/
    margin-top: 3px;
    display: inline-block !important;
    text-align: left;
    width: 100%;
    margin-left: 15px;
}
.main-navigation ul {
    margin: 0;
    text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
    display: inline-block;
    text-decoration: none;
}
.main-navigation li a {
    border-bottom: 0;
    color: white;
    font-weight: bold;
    line-height: 3.692307692;
    white-space: nowrap;
}
.main-navigation li a:hover {
    color: #fff;
}
.main-navigation li {
    margin: 0 40px 0 0;
    position: relative;
}
.main-navigation > div > ul > li {
    border: 1px solid transparent;
}

.main-navigation > div > ul > li:hover {
    background-color: rgb(19,48,108);
    border: 1px solid rgb(12,71,191);
}

li ul.sub-menu li {
    margin: 0 !important;
    /*border: 1px solid red;*/
}

.main-navigation li:hover {
    border-radius: 5px 5px 0 0;
}

.main-navigation li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
}
.main-navigation li ul ul {
    top: 0;
    left: 100%;
}
.main-navigation ul li:hover > ul {
    border-left: 0;
    display: block;
}
.main-navigation li ul li a {
    background: none repeat scroll 0 0 rgba(19,48,108, 0.9);
    border-radius: 3px 3px 3px 3px;
    border-top: 1px solid rgb(12,71,191);
    display: block;
    font-weight: normal;
    font-size: 11px;
    font-size: 0.888714286rem;
    line-height: 1.281818182;
    padding: 8px 10px;
    padding: 0.571428571rem 0.714285714rem;
    min-width: 140px;
    width: 10.85714286rem;
    white-space: normal;
}
.main-navigation li ul li a:hover {
    background: #202020;
    /*color: rgb(12,71,191);*/
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
    color: #FFFFFF;
    font-weight: bold;
}

ul#menu-principal > li > a{
    margin: 0 5px 0 5px;
    line-height: 36px !important;
}


.menu-toggle {
    display: none;
}
.entry-header .entry-title {
    font-size: 22px;
    font-size: 1.571428571rem;
}
#respond form input[type="text"], #respond form input[type="email"] {
    width: 46.333333333%;
}
#respond form textarea.blog-textarea {
    width: 79.666666667%;
}
.template-front-page .site-content,
.template-front-page article {
    overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
}
.entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
}
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
}
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
}


/*NUEVOS ESTILOS*/
a, a:hover {
    color: #112857;
    text-decoration: none;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.toppanel {
    color: white;
    font-size: 10px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 990px;
}

.links-top-language {
    float: right;
    margin: 7px 0 0;
    margin-right: 50px;
}

.links-top {
    float: left;
    margin: 7px 0 0;
    /*text-transform: uppercase;
    text-transform: capitalize;*/
}

.links-languaje {
    float: right;
    margin: 7px 7px 0;
}

.head-bg {
    margin: 0 auto;
    width: 990px !important;
}

.head-bg div {
    background: url("images/head-bg.png") no-repeat scroll 0 0 transparent;
    height: 160px;
    position: absolute;
    top: 0;
    width: 990px;
    z-index: -2;
}

.black-line-bg {
    /*background-color: black;*/
    background: none repeat scroll 0 0 rgba(4,39,82, 0.9);
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#header {
    color: #77B272;
    font-size: 11px;
    height: 70px;
    margin-bottom: 10px;
    overflow: visible;
}

#header .logo{
    background: url("images/coco-logo.png") no-repeat scroll 0 0 transparent;
    height: 85px;
    overflow: hidden;
    width: 175px;
}

#footer .logo {
    background: url("images/coco-logo.png") no-repeat scroll 0 0 transparent;
    height: 85px;
    overflow: hidden;
    width: 175px;
}

#header .logo a{
    display: block;
    height: 85px;
    width: 175px;
}

#footer .logo a {
    display: block;
    height: 85px;
    width: 175px;
}

.span-2 {
    width: 175px;
}

.span-4 {
    width: 150px;
}

.span-8 {
    width: 310px;
}

.span-11 {
    width: 290px;
}

.span-12 {
    width: 200px;
}

#footer .coco-copy-rigth {
    float: left;
    width: 450px;
    margin: 20px 0 0 -10px;
    text-align: left;
    /*text-align: center;*/
}
.span-24 {
    margin-right: 0;
    width: 950px;
}
.span-25 {
    width: 700px;
}

.top-banner .top-banner-frecuencia{
    background: url("images/frecuencia.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 67px;
}

.top-banner .top-banner-frecuencia{
    background-position: 0 0;
    height: 60px;
    margin: 10px 0 0 5px;
    width: 200px;
}

.top-banner .top-banner-audio, .top-banner .top-banner-play, .top-banner .top-banner-real {
    background: url("images/audio-real-link-blue.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 67px;
}

.top-banner .top-banner-audio {
    background-position: 0 0;
    height: 60px;
    margin: 8px 0 0 50px;
    width: 70px;
}

.top-banner .top-banner-play {
    background-position: -72px 0;
    height: 60px;
    margin: 10px 0 0 5px;
    width: 56px;
    transition: opacity 1s ease-in-out 0s;
    /*opacity: 0;*/
}

.top-banner .top-banner-play:hover {
    background: url("images/audio-real-link-red.png") no-repeat scroll 0 0 transparent;
    background-position: -72px 0;
    height: 60px;
    margin: 10px 0 0 5px;
    width: 56px;
    transition: opacity 1s ease-in-out 0s;
    /*opacity: 0;*/
}

.top-banner .top-banner-real {
    background-position: -132px 0;
    margin: 8px 0 0 5px;
    width: 100px;
}

#header .social-links {
    float: right;
    margin-top: 23px;
    width: 265px;
}
#header .social-links li, #footer .social-links li {
    float: left;
    list-style: none outside none;
}

.social-links {
    color: white;
    margin-left: 10px;
    margin-top: 22px;
    text-align: right;
}

.social-links span {
    display: block;
    float: left;
    height: 25px;
    margin-left: 12px;
    width: 25px;
}
.social-links span.fb {
    background: url("images/social.png") no-repeat scroll 0 0 transparent;
}
.social-links span.gp {
    background: url("images/social.png") no-repeat scroll -25px 0 transparent;
}
.social-links span.tw {
    background: url("images/social.png") no-repeat scroll -50px 0 transparent;
}
.social-links span.yt {
    background: url("images/social.png") no-repeat scroll -75px 0 transparent;
}
.social-links span.rs {
    background: url("images/social.png") no-repeat scroll -100px 0 transparent;
}
.social-links span.gc {
    background: url("images/social.png") no-repeat scroll -124px 0 transparent;
}
.social-links span.ne {
    background: url("images/social.png") no-repeat scroll -149px 0 transparent;
    width: 30px;
}
.social-links span.fo {
    background: url("images/social.png") no-repeat scroll -179px 0 transparent;
    width: 30px;
}
.social-links span.p18 {
    background: url("images/social.png") no-repeat scroll -180px 0 transparent;
}
.social-links-small {
    height: 30px;
    margin-top: 15px;
    text-align: left;
}
.social-links-small > span {
    float: left;
}
.social-links-small ul, .social-links-small li {
    float: left;
    list-style: none outside none;
}
.social-links-small a span {
    display: block;
    float: left;
    height: 16px;
    margin-left: 12px;
    width: 16px;
}
.social-links-small span.fb {
    background: url("images/all.png") no-repeat scroll -19px -384px transparent;
}
.social-links-small span.gp {
    background: url("images/all.png") no-repeat scroll -3px -384px transparent;
}
.social-links-small span.tw {
    background: url("images/all.png") no-repeat scroll -35px -384px transparent;
}
.social-links-small span.yt {
    background: url("images/all.png") no-repeat scroll -51px -384px transparent;
}
.social-links-small span.rs {
    background: url("images/all.png") no-repeat scroll -67px -384px transparent;
}
.social-links-small span.gc {
    background: url("images/all.png") no-repeat scroll -99px -384px transparent;
}


.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24, .span-25 {
    float: left;
    margin-right: 10px;
}

* {
    margin: 0;
    outline: medium none;
    padding: 0;
}

.container {
    margin: 0 auto;
    width: 950px;
}

.container_top {
    margin: 0 auto;
    width: 990px;
}

.clearfix:after, .container_top:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.top-navigation {
    height: 40px;
    overflow: visible !important;
    position: relative;
    width: 990px;
    z-index: 150;
}

.transparent {
    background: none repeat scroll 0 0 #1A1A1A;
    border-radius: 5px 5px 0 0;
    height: 40px;
    opacity: 0.5;
}

.top-theme-list {
    background: url("images/bgs.gif") repeat-x scroll 0 -460px #DEDEDE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 2px #ABABAB;
    height: 40px;
    overflow: visible !important;
    position: relative;
    width: 990px;
    z-index: 50;
}

.pagebody {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 10px;
    overflow: visible !important;
    padding: 10px 20px 2px;
    /*    padding: 20px 20px 0;*/
}

/*#footer {*/
/*background: url("images/bg-line-green.png") repeat-x scroll 0 0 #262626;*/
/*color: #FFFFFF;*/
/*margin-top: 10px;*/
/*width: 100%;*/
/*}*/

.menu {
    height: 33px;
    /*padding-top: 5px;*/
    width: 980px;
    z-index: 100;
}

.top-menu {
    left: 0;
    margin-top: 1px;
    padding-bottom: 1px;
    position: absolute;
    top: 0;
}

/*.top-menu a:focus, .top-menu a:hover {
    color: #64BE2B !important;
    display: inline-block;
    padding: 5px 12px 10px;
    text-decoration: none;
}*/

/*Menu secundario*/
.second-menu {
    font-size: 12px;
    height: 18px;
    margin: 12px 20px 0;
    overflow: hidden;
    width: 725px;
}

.second-menu li:first-child {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}
.second-menu li {
    color: #112857;
    float: left;
    list-style: square outside none;
    margin-left: 30px;
    overflow: visible;
    padding-left: 5px;
}

.second-menu li a, .second-menu li a:visited {
    color: #1A1A1A;
    line-height: 18px;
    text-shadow: 0 1px #FFFFFF;
}

.second-menu li a:focus, .second-menu li a:hover {
    border-bottom: 1px solid #112857;
    text-decoration: none;
}


/*FOOTER*/
#footer {
    /*background: url("images/bg-line-blue.png") repeat-x scroll 0 0;*/
    background: url("images/bg-footer.png") repeat-x scroll 0 0 #E8E8E8;
    color: #FFFFFF;
    margin-top: 10px;
    width: 100%;
}
#footer .container {
    /*background: url("images/footer.jpg");*/
    margin: 0 auto;
    padding: 15px 0 15px;
    width: 990px !important;
}

.footer-ctrl .form-search-small {
    margin-right: 0;
}


#footer .form-search-small .form-input {
    width: 310px;
}
#footer .form-search-small .form-input input {
    width: 283px;
}

#footer p {
    margin: 0;
}
#footer .footer-logo {
    margin: 10px 0 0 0;
    width: 170px;
}
#footer .footer-ctrl {
    width: 330px;
}
/*#footer .footer-logo .logo {
    background: url("images/rt-logo.png") no-repeat scroll 0 -70px transparent;
}*/
#footer .footer-map {
    text-align: left;
}

#footer .footer-map li a {
    color: white;
    font-weight: bold;
}
#footer .footer-map li{
    border-right: 1px solid white;
    padding: 0 5px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
}

#footer  ul li {
    display: inline;
}
/*menu acerca de nosotros*/
#footer .footer-aboutme {
    text-align: right;
    float: right;
    width: 200px;
    margin: 0 5px 0 0;
}

#footer .footer-aboutme li a {
    color: white;
    font-weight: bold;
}
#footer .footer-aboutme li{
    border-left: 1px solid white;
    padding: 0 5px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
}
/* FIN MENU acerca de nosotros*/

.last {
    margin-right: 0;
}

#footer .site-versions {
    margin: 0 0 20px 20px;
}
#footer .site-versions ul {
    overflow: auto !important;
}
#footer .site-versions li {
    background: url("images/all.png") no-repeat scroll -120px 3px transparent;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    list-style: none outside none;
    margin-right: 5px;
    padding-left: 5px;
}
#footer .site-versions li:first-child {
    background: none repeat scroll 0 0 transparent;
}
#footer .site-versions li.last {
    border: medium none;
}
#footer .rt-copy {
    width: 990px;
}
#footer .rt-copy p {
    float: left;
    font-size: 12px;
    padding-left: 180px;
}
#footer .back-top {
    float: right;
}
#footer .back-top a {
    color: #64BE2B;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#footer .back-top a:hover {
    text-decoration: underline;
}

#footer .social-links {
    color: white;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    text-align: right;
}
/*para la barra de link afiliacion*/
.transparent-link-footer {
    background: none repeat scroll 0 0 #1A1A1A;
    border-radius: 5px 5px 5px 5px;
    margin-top: 20px;
    height: 30px;
    opacity: 0.6;
}
/*Menu Footer Afiliacion*/
.footer-menu {
    font-size: 11px;
    height: 18px;
    margin: 5px 20px 0 10px;
    overflow: hidden;
    width: 970px;
}

.footer-menu li:first-child {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}
.footer-menu li {
    color: white;
    float: left;
    list-style: square outside none;
    margin-left: 20px;
    overflow: visible;
    padding-left: 5px;
}

.footer-menu li a, .footer-menu li a:visited {
    color: white;
    line-height: 18px;
}

.footer-menu li a:focus, .footer-menu li a:hover {
    border-bottom: 1px solid white;
    text-decoration: none;
}
/*FIN FOOTER-MENU-AFILIACION*/

.festival-banner {
    margin: 60px 0 26px 17px;
}
.festival-banner .fb-wrap-link {
    background: url("images/bg-medalla.png") no-repeat scroll 0 0 transparent;
    color: inherit;
    display: block;
    height: 42px;
    outline: medium none;
    padding: 12px 0 0 45px;
    text-decoration: none;
}

/*FORMULARIOS*/

input, textarea {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input, textarea, select, .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    /*    display: inline-block;
        font-size: 13px;
        height: 18px;
        line-height: 18px;
        margin-bottom: 9px;
        padding: 4px;*/
    /*width: 210px;*/
}

input:focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

/*RESUMEN DE NOTICIAS POR SECCIONES*/
.top-resumen {
    color: #112857;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #E8E8E8;
    margin-top: 15px;
    background-color: #F3F3F3;
    position: relative
}
.seccion {
    width: 180px;
    height: 330px;
    border: 1px solid #CECECE;
    font-size: 11px;
    margin-left: 8px;
    border-radius: 2px;
}

.seccion-contenedor {
    /* border-top: 1px dotted #E8E8E8;*/
    margin: 5px 0 5px 0;
    overflow: hidden;
    padding-top: 5px;
}

/*Encabezado*/
.seccion .encabezado {
    color: #112857;
    background-color: #F3F3F3;
    font-size: 18px;
    padding: 5px;
    font-weight: bold;
    position: relative;
    height: 18px;
}
.seccion .encabezado .icon {
    float: left;
    width: 20px;
    height: 20px;
}

.seccion .encabezado .capitalinas {
    background: url("images/icon-capitalinas.png") no-repeat scroll 0 0 transparent;
}
.seccion .encabezado .cultura {
    background: url("images/icon-cultura.png") no-repeat scroll 0 0 transparent;
}
.seccion .encabezado .deportes {
    background: url("images/icon-deporte.png") no-repeat scroll 0 0 transparent;
}
.seccion .encabezado .economia {
    background: url("images/icon-economia.png") no-repeat scroll 0 0 transparent;
}
.seccion .encabezado .tecnologia {
    background: url("images/icon-tecnologia.png") no-repeat scroll 0 0 transparent;
}

.seccion .encabezado .texto {
    margin: 3px;
    margin-bottom: 0px;
    width: 20px;
    height: 20px;
    float: left;
}

.esquina {
    background: none repeat scroll 0 0 white;
    border-color: transparent transparent #CECECE;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    height: 0;
    margin-right: -1px;
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

/*Titular*/
.seccion .titular {
    width: 100%;
    /*border: 1px solid #CECECE;*/
    font-size: small;
    text-align: center;
}

.seccion .titular .foto {
    border-color: #CECECE;
    border-style: solid;
    border-width: 2px;
}

.seccion .titular .titulo{
    background-color: #F3F3F3;
    text-align: left;
    margin-bottom: 8px;
    padding: 5px;
    font-size: 12px;
}


/*Relacionados*/
.seccion .relacionados {
    width: 100%;
}

.seccion .relacionados ul {
    padding-right: 5px;
    list-style-image: url("images/bullet.png");
    padding-left: 25px;
}

.seccion .relacionados ul li{
    margin-top: 5px;
}

/*BUSCADOR*/

.form-search-small {
    height: 33px;
    margin: 8px 20px 0 0;
    z-index: 1000;
}

.form-input:hover {
    border-color: #112857;
}

.form-input input.small {
    font-size: 13px;
    height: 20px;
    border: 0px;
}

.form-search-small .form-input input {
    margin-left: 2px;
    width: 160px;
}

.form-search-small .form-input {
    height: 22px;
    width: 200px;
}

#footer .form-search-small {
    margin: 8px 5px 0 0;
}

#footer .form-search-small .form-input input {
    margin-left: 2px;
    width: 160px;
}

#footer .form-search-small .form-input {
    height: 22px;
    width: 200px;
}

.form-search-small div {
    float: right;
}

.form-input {
    background: url("images/bgs.gif") repeat-x scroll 0 -263px #FFFFFF;
}

.form-input {
    border: 1px solid #BFBFBF;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
}

.form-input input {
    background: url("images/bgs.gif") repeat-x scroll 0 -264px #FFFFFF;
    float: left;
    font-size: 17px;
    height: 20px;
    line-height: 17px;
    margin: 1px;
}

.form-search-small .form-input .search-small-button {
    background: url("images/all.png") no-repeat scroll -74px -72px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin: 3px 5px 3px 3px;
    width: 16px;
}

/*BUSCADOR PAGINA*/
#searchform input#s{
    border: 1px solid #BFBFBF;
    border-radius: 5px 5px 5px 5px;
    height: 25px;
}

/*-[ Related Posts ]---------------------------*/
.related-posts {
    background-color: #F8F8F8;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    padding: 5px;
    width: 633px;
}
.related-posts ul {
    margin-left:0;
    overflow: hidden;
    margin-top:0;
}
.related-posts h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #666;
}
.relatedthumb img {
    width: 75px;
    height: 75px;
    margin-top: 5px;
    margin-bottom:0;
    border: 1px solid #DFDFDF;
}
.related-posts li {
    width:48%;
    float: left;
    list-style:none;
    margin-right: 4%;
    border-bottom: 1px solid #EEE;
    margin-bottom: 12px;
    min-height: 100px;
}
.rthumb {
    float: left;
}
.related-posts .last {
    margin-right:0;
}
.related-posts a {
    color: #777;
    font-weight: bold;
}
.related-posts a:hover {
    color: #333;
}
.postauthor {
    padding: 1.5em 1.6em 0.5em;
    margin: 1.5em 0 1em 0; background-image: url(images/hbg.gif); border: 1px solid #D4CFC1; min-height: 100px;
}
.postauthor h4 {
    color: #666;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 5px;  font-family: 'BebasNeueRegular', sans-serif;
    text-shadow: 0px 2px whitesmoke;
}
.postauthor img {
    float: right;
    margin: 5px 0 15px 25px;
}
.postauthor h4 a {
}
.clear{
    clear:both;
}
.left {
    float:left;
}
.right {
    float:right;
}
.last {
    margin-right:0!important;
    padding-right:0!important;
}

/**/
.wp-post-image {
    float: left;
    margin: 7px 15px 10px 0;
}
#featured-thumbnail {
    float: left;
    margin-right: 15px;
}
.featured-thumbnail img {
    margin-bottom:0;
    margin-top: 3px;
    margin-right: 0;
}
/*blogs styles*/
.blogs-container {
    border-top: 1px dotted #E8E8E8;
    margin: 5px 0 5px 0;
    overflow: hidden;
    padding-top: 5px;
}
.blogs{	
    background-color: #F3F3F3;
    position: relative;
    width: 310px; 
    height: 90px;	
    border: 1px solid #CECECE;
    margin: 5px 5px;
    border-radius: 4px;
}

.blog-avatar {
    border: 1px solid #CECECE;
    margin: 8px 5px;
    width: 25%;
    height: 80%;
}
.blog-link { 
    text-align: left;
    margin: -95px 90px;
    width: 70%;
    color: #112857;    
}
.blog-link-bold{ 
    font-weight: bold;
    font-size: 16px;
}
.blog-author { 
    color: #B2B2B2;
    font-size: 12px;
    width: 70%;
    height: 10%;
    margin-top: 10px;
    font-weight: regular;
    position: relative;
}
/*end blogs styles*/

/*Boletin*/
.widget_newsletterwidget {
    border: 1px solid #617AAB;
    padding: 2px;
}

.newsletter {
    padding: 5px;
    text-align: center;
}

.newsletter #s2email{
    height: 25px;
    width: 100%;
}

.newsletter p {
    margin: 8px 0 !important;
}

.post-content a span {
    color: #CC0000 !important;
    font-weight: bold;
    text-decoration: underline;
}

.post-content a {
    color: #CC0000 !important;
    font-weight: bold;
    text-decoration: underline;
}
/*player*/
#posdivcv {
    /*border: 1px solid rgb(255, 0, 0);*/
    height: 195px;
    overflow: hidden;
    position: relative;
    width: 635px;
}
#inneriframe {
    height: 1130px;
    left: 0;
    position: absolute;
    top: -682px;
    width: 1430px;
}

/* comments style*/
#respond form input.author, #respond form input.email, #respond form input.url
{ 
    padding: 6px 6px 6px 25px; 
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: #555555;
    display: block;
}
#respond form input.author:focus, #respond form input.email:focus, #respond form input.url:focus
{ 
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
input.author{
    background: url("images/comments-sprites.png") no-repeat scroll 0 0 transparent; 
    background-position: 5px -47px;
} 
input.email{
    background: url("images/comments-sprites.png") no-repeat scroll 0 0 transparent; 
    background-position: 5px -20px;
} 

input.url{
    background: url("images/comments-sprites.png") no-repeat scroll 0 0 transparent; 
    background-position: 5px 5px;
} 