body {
    background: #fefefe url('../img/body_bg.png') repeat 0 0;
    color: #333;
    font-size: 13px;
    padding: 40px 0 40px;
    overflow-y: scroll;
    /*font-family: Helvetica, arial, serif;*/
    font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans serif;
}

a {
    color: #132883;
    text-decoration: none;
}

a:hover, a.active{
    text-decoration: underline;
    color: #e03179;
}
a.active{
    text-decoration: none;
}

#logo{
    width: 219px;
    height: 81px;
    background: transparent url('../img/logo.png') no-repeat 0 0;
    text-indent: -9999px;
}

#logo a{
    width: 219px;
    height: 81px;
    display: block;
}

h1, h2, h3, h4, h5{
    /*font-family: Helvetica, arial, serif;*/
    font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans serif;
}

h1{
    color: #132883;
}

p {
    /*border: 1px solid #666;*/
    overflow: hidden;
    padding: 10px 0;
}

.container_12 {
    /*background: #fff;*/
    margin-bottom: 20px;
    /*border: 1px solid #d1d1d1;*/
}

.radius_5{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.center{
    text-align: center;
}
.pdf{
    list-style: none;
    background: transparent url('../img/pdf_icon.png') no-repeat left center;
    padding-left: 20px;
    margin-bottom: 4px;
}


/*
*   section:    TOP
*   desc:
*/
#top{
    height: 81px;
}
#menu{
    width: 646px;
    list-style: none;
    font-family: Helvetica, arial, serif;
    background: #fff url('../img/menu_section_bg.png') repeat-x left 1px;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 14px 0 0 43px;
    border-color: #e3c7d6;
}
#menu li{
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 33px;
    margin-left: 11px;
    font-weight:bold;
}
#menu li.first{
    margin-left: 5px;
}
#menu .active span, #menu span, #menu li:hover span{
    height: 32px;
    background: red;
    background: transparent url('../img/menu_bg.png') no-repeat left center;
    padding-left: 17px;
    display: block;
    color:#132883;
}
#menu .active span span, #menu span span, #menu li:hover span span{
    background: blue;
    background: transparent url('../img/menu_bg.png') no-repeat right center;
    padding: 0 17px 0 0;
}
#menu .active span span{
    color:#ffffff;
}
#menu span{
    background: transparent;
}
#menu span span{
    background: transparent;
}

#menu .active, #menu li a:hover{
    color: #172983;
    color: #fff;
    text-decoration: none;
}


/*
*   section:    SIDEBAR_LEFT
*   desc:
*/
#sidebar_left{
    background: #fff url('../img/section_bg.png') repeat-x left 1px;
    font-size: 12px;
    border: 1px solid #d1d1d1;
    margin: 40px 40px 0 0;
    padding: 15px;
}
#sidebar_left h2{
    font-size: 18px;
    padding: 0 0 0 36px;
    margin: 0 0 1em;
    background: transparent url('../img/news_icon.png') no-repeat left center;
    line-height: 32px;
    font-weight: bold;
}
#sidebar_left h3{
    font-size: 13px;
    margin: 0 0 0.5em;
    color: #444;
}
#sidebar_left p{
    padding: 0;
    color: #454545;
}
#sidebar_left li{
    margin-left: 10px;
}
#sidebar_left img{
    max-width: 220px;
    margin-bottom: 10px;
}


/*
*   section:    SUBMENU
*   desc:
*/
.submenu a{
    padding: 2px 4px;
}
.submenu a.active, .submenu a:hover{
    background: #bcd5eb;
    color: #2a5277;
    text-decoration: none;
}
.submenu li{
    margin-bottom: 6px;
    list-style: none;
}
.link_image {
    float:left;
    background-image: url(../img/link1.png);
    margin-top:3px;
    width: 16px;
    height: 16px;
    padding-right: 0.35em;
    background-repeat: no-repeat; 
}


/*
*   section:    CONTENT
*   desc:
*/
#content{
    width: 636px;
    background: #fff url('../img/section_bg.png') repeat-x left 1px;
    font-size: 11px;
    border: 1px solid #d1d1d1;
    margin: 40px 0 0 0;
    padding: 15px;
    font-size: 13px;
}
#content.full{
    width: 930px;
}
#content p{
    margin-bottom: 1.5em;
    padding: 0;
    text-align: justify;
}
#content h1{
    font-size: 25px;
    /*color: #333;*/
}
#content h2{
    font-size: 22px;
    color: #353535;
}

#content h2 a{
    color: #132883;
}
#content h3{
    font-size: 18px;
    color: #353535;
}
#content h4{
    font-size: 14px;
    color: #353535;
}


/*
*   section:    FOOTER
*   desc:
*/
#footer{
    background: #fff url('../img/section_bg.png') repeat-x left 1px;
    font-size: 11px;
    border: 1px solid #d1d1d1;
    margin: 40px 0 0 0;
    padding: 10px;
}
#footer p{
    margin-bottom: 0.5em;
}
#footer img{
    margin-right: 10px;
}
#footer_links a{
    margin-right: 10px;
    color: #111;
    text-decoration: underline;
}


/*
*   section:    SOCIOS
*   desc:
*/
.list_200{
    margin-bottom: 20px;
}
.list_200 img{
    float: left;
    margin-right: 20px;
}
.list_200 h2{
    margin: 0.5em;
}
.list_200 h3{
    margin: 0.5em;
    font-size: 14px !Important;
}
.list_200 .item{
    border-bottom: 1px solid #dfdfdf;
    margin: 30px 0;
}

#benef_content .raton:hover {
    cursor:pointer;
}

.trigger {
    color:#0066cc;
    cursor:pointer;
}

.tooltip {
    display:none;
    background-color:white;
    border:1px solid #cc9;
    padding:3px;
    font-size:13px;
    -moz-box-shadow: 2px 2px 11px #666;
    -webkit-box-shadow: 2px 2px 11px #666;
    position:relative;
    width: 650px;
    height:auto;
}

.tr{
    padding: 1em;
    }

.td {
    padding:1em; 
}

.centrar {
    text-align: right;
    vertical-align: middle;
}

.boton {
    border-radius:2em 2em 2em 2em;
    background-color: #ec76a1;
    cursor:pointer;
    width:60px;
    text-align: center;
    position:relative;
    margin:0 auto;
}

.title_pointer {
    color:blue;
}
.pointer:hover {
    cursor: pointer;
}

.sistema_fijo {
    width:650px;
}

.tele-asistencia {
    width:650px;
}