/* 
    Document   : style
    Created on : 15/05/2014, 05:05:46 PM
    Author     : Crumor
    Description:
        Purpose of the stylesheet follows.
*/
body {
    background: #f4f4f4;
    font: 12px/20px Century Gothic;
    margin: 0;
    padding: 0;
}

#body-container {
    min-width: 1150px;
}

#top-main {
    background: #fff;
    border-bottom: 1px solid #959595;
    width: 100%;
}

#header-top {
    background: #FFF;
    width: 980px;
    margin: 0 auto;
    height: 36px;  
}

#left-header-top-content {
    color: #959595;
    float: left;
    font-size: 11px;
    line-height: 17px;
    margin: 10px auto;
    width: 500px;
}

#right-header-top-content {
    color: #8f8f8f;
    float: right;
    font-size: 11px;
    line-height: 17px;
    margin: 4px 0px;
}

#right-header-top-content ul{
    list-style: none;
    margin: 0;
}

#right-header-top-content ul li{
    list-style: none;
    float: left;
}

#header-main {   
    background-color: #FFF;
    clear: both;
    min-height: 155px;
    overflow: hidden;
}

#menu-primario {
    background: #fff;
    border-bottom: 1px solid #959595;
    border-top: 1px solid #959595;
    clear: both;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    height: 56px;
}

#menu-primario-container {
    margin: 0 auto;
    width: 980px;
}

.error{
    color: #FF0000;
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-align: center;
}

.menu-secundario {
    background: #F7F7F7;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f2f2f2));
    background: -moz-linear-gradient(top, #fafafa, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f2f2f2');
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e4e4e4;
    color: #8f8f8f;
    font: 11px/11px Century Gothic;
    min-height: 50px;
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
    box-shadow: 0 0 8px #999;
}

.menu-secundario .sep {
    color: transparent;
    display: inline-block;
    height: 11px;
    text-indent: -9999em;
    width: 20px;
}

.menu-secundario-tren {
    padding: 10px 0 0 20px;
}

.menu-secundario-tren ul {
    list-style: none;
    margin: 0;
}

.menu-secundario-tren ul li {
    list-style: none;
    float: left;
}

#contenedor {
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#ffffff));
    background: -moz-linear-gradient(top, #f9f9f9, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ffffff');
    margin: 0 auto;    
    padding: 0 0 22px 0;
    overflow: hidden;
    width: 980px;
    box-shadow: 0 0 8px #999;
    min-height: 100%;
}

#contenido {
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#ffffff));
    background: -moz-linear-gradient(top, #f9f9f9, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ffffff');
    padding: 0 0 22px 0;
    overflow: hidden;
    margin: 0 auto;
    width: 980px;
}

.noticias {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 1px #e7e7e7;
    color: #666;
    display: inline;
    float: left;
    font: 14px/24px Century Gothic;
    margin: 20px 0 0 20px;
    width: 940px;

}

.header-noticias {
    background: #f8f8f8;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px dotted #e4e4e4;
    clear: both;
    color: #999;
    font: 11px/24px Century Gothic;
    overflow: hidden;
    padding: 5px 10px 3px 0;
    text-align: right;
    width: 930px;
}

.header-noticias-titulo {
    color: #333;
    font-family: Century Gothic;
    font-size: 28px;
    line-height: 40px;
    margin: 0;
    padding: 8px 18px 6px;
}

.contenido-noticias {
    border-top: 3px double #e5e5e5;
    overflow: visible;
    padding: 0 20px;
    min-height: 90%;
}

.fontbody {
    font-size: 19px;
    font-weight: normal;
    color: #808080;
    float: right;
}

#footer {
    background: #fff;
    box-shadow: 9px 5px 9px rgba(0, 0, 0, 0.4);
    border-top: 1px solid #959595;
    color: #666;
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin: 30px 0 0;
    padding: 54px 0 20px !important;
    width: 100%;
}

#footer #colophon {
    margin: 0 auto;
    text-align: right;
    width: 980px;
}

#footer a {
    color: #bbb;
}

#menu-footer {
    background: #fff;    
    float: left;
    margin: 0 0 15px;
    padding: 0 0 20px;
    width: 100%;
}

/* ---------------------------------------- OTHERS ---------------------------------------- */

.input {
    font-family: Century Gothic;
    color: #000;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 150px;
}

.boton {
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    color: #fff;    
    padding: 3px 10px;
    border-radius: 3px;
    background: #FFAA00;
    cursor: pointer;
}

.botontren {
    cursor: pointer;
}

textarea{
    resize: vertical;
}

.etiquetas {
    background-color: #FFAA00;
    color: #FFF;
}