.indentmenu{
    font: bold 13px Arial;
    width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
    margin: 0;
    padding: 0;
    float: left;
    color:#1A4F81;
    /*border-width: 1px 0;*/
    background: #1A4F81 url(http://www.telesurtv.net/noticias/images/men_02_fnd_3pix.jpg) repeat-x;
}

.indentmenu ul li{
    display: inline;
}

.indentmenu ul li a{
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    /*border-right: 1px solid #1A4F81; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
    color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: url(http://www.telesurtv.net/noticias/images/men_02_fnd2_3pix.jpg) center center repeat-x;
}
body {
    background:#174F82;
}

.bordes_laterales {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.texto_h {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
    color: #333333;
}

.style1 {font-weight: bold}

