body, td, tr, br, p, .frm, .bot, input, select, textarea
{
    /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;     font-family: GillSans, Calibri, 'Trebuchet MS',Mincho, sans-serif ;*/ /*font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;*/
    font-family: Calibri,Verdana, Calibri,Cambria, Tahoma, Constantia,Candara ,Corbel, Verdana, Tahoma;
    font-size: 14px;
    color: #272727;
}
*
{
   font-family: Calibri,Verdana, Calibri,Cambria, Tahoma, Constantia,Candara ,Corbel, Verdana, Tahoma;
    font-size: 14px;
    color: #272727;
}

body
{
    margin: 0 auto 0 auto;
    padding: 0 auto 0 auto;
}

/*h1, h2, h3, h4, h5, h6
{
    padding: 0;
    margin: 0;
}*/

hr
{
    border: 0;
    width: 100%;
}

hr
{
    color: #BAD470;
    background-color: #BAD470;
    height: 1px;
}

img
{
    border: 0px;
}
a
{
    font-weight: bold;
    color: #1F0035;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.cabecera
{
    border-bottom: solid 2px #A9C94C;
    padding: 0;
    margin: 0;
    background-color: White;
}

#contenedor
{
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-image: url(../images/bg_page.gif);
    background-repeat: repeat-x;
}

#cuerpo
{
    margin: 0 auto 0 auto;
    width: 778px;
    border: 1px solid #c0c0c0;
    text-align: left;
}

#contenido
{
    background-color: #e1d5c7;
    min-height: 500px;
    vertical-align: top;
}

#columna_izquierda
{
    border-right: 1px solid #c0c0c0;
    vertical-align: top;
    margin-left: 2px;
    background-color: White;
}

#columna_central
{
    vertical-align: top;
    padding: 3px;
    width: 100%;
    background-color: White;
}

#columna_derecha
{
    vertical-align: top;
    width: 149px;
    background-color: #fff5d4;
    border-left: 1px solid #c6d1bb;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#pie img
{
    text-align: center;   
    padding: 5px;
}

#footer
{
    background-image: url(../images/bg_pie.gif);
    background-repeat: repeat-x;
    border-top: 2px solid #697C2F;
    color: #999999;
    font-size: 13px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    
}

#footer a
{
    color: #999999;
    font-weight: bold;
    font-size: 13px;
}
#footer a:hover
{
    text-decoration: underline;
}
.titulo
{
    font-size: 16px;
    color: #697C2F;
    font-weight: bold;
}
.subtitulo
{
    font-size: 14px;
    background-color: #E3EEC5;
    border-left: 5px solid #A9C94C;
    padding-left: 5px;
    padding: 5px;
}

.titular1
{
    font-size: 20px;
    color: #697C2F;
}

#banners div
{
    font-size: 11px;
    text-align: left;
    background-color: #E3EEC5;
    margin-bottom: 5px;
    font-family: Trebuchet MS;
    border: 1px solid #A9C94C;
}

#banners div span
{
    border-left: 5px solid #A9C94C;
    padding-left: 4px;
    width: 100%;
    font-size: 11px;
}

#banners img
{
    display: block;
}


.menusecciones 
{
    z-index:100;
    }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu
{
    width: 180px; /*width of menu*/
}
h3.headerbar
{
    font-size: 14px;
}

.arrowlistmenu .headerbar
{
    color: white;
    background: url(../images/titlebar.gif) repeat-x center left;
    margin-bottom: 2px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.arrowlistmenu ul li
{
}

.arrowlistmenu ul li a
{
    background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 5px 0;
    padding-left: 16px; /*link text is indented 19px*/
    text-decoration: none;
    border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited
{
}

.arrowlistmenu ul li a:hover
{
    /*hover state CSS*/
    background-color: #F3F3F3;
}

.titular01
{
    color: #697C2F;
    font-size: 20px;
    text-decoration: underline;
}

.titular2
{
    color: #697C2F;
    font-size: 17px;
    text-decoration: underline;
}

.flecha
{
    background: url(../images/arrow_right_grey.png) no-repeat center left; /*custom bullet list image*/
    padding: 0px 0px 0px 10px;
    text-decoration: none;
}

.thumb
{
    border: solid 1px #BAD470;
}
.ampliar
{
    font-size: 10px;
    padding-left: 15px;
    background-image: url(../images/lupa.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    color: #A9C94C;
}

.paginado *
{
    background-color: #E3EEC5;
    padding: 3px;
}

.paginado a
{
    
    font-weight: bold;
}

.filtro
{
    background-color: #A9C94C;
    padding: 10px;
    background-image: url(../images/lupa.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: White;
}

.filtro *
{
    font-size: 11px;
}
.row01
{
    width: 100%;
    border-bottom: 1px solid #F5FDDD;
    padding: 10px 0 10px 0;
}
.row02
{
    width: 100%;
    background-color: #FDFFE5;
    border-bottom: 1px solid #F5FDDD;
    padding: 10px 0 10px 0;
}

.row01 a, .row02 a {
font-size: 16px !important;    
}

.prothumb
{
    padding: 3px 3px 0px 3px;
}
.prothumb img
{
    border: 1px solid #BAD470;
}

.titular02
{
    color: #697C2F;
    font-size: 17px;
}

.titevento
{
    height: 20px;
    font-weight: bold;
    color: #697C2F;
}

.titevento
{
    height: 20px;
    font-weight: bold;
    color: #336699;
}

.ticket
{
    position: absolute;
    overflow: hidden;
    height: 120px;
    width: 100%;
    font-size: x-small;
}

#marqueecontainer
{
    position: relative;
    height: 120px;
    width: 100%;
    overflow: hidden;
}


/* anteriores estilos

.txt
{
    color: #666666;
}

/*
.tdmn
{
    background-image: url(../images/bg_menu.gif);
    background-repeat: repeat-y;
    vertical-align: top;
    border-right: 1px solid #DAE6F3;
}

.elmenu
{
    margin: 2px;
}

.calendario *
{
    font-size: xx-small;
}
.mn
{
    background: none url(../images/flecha_menu.gif) no-repeat left center;
    display: block;
    font-weight: bold;
    height: 30px;
    padding-left: 9px;
    padding-top: 8px;
    vertical-align: middle;
}
.mn:hover
{
    color: black;
}
.submn
{
    background: none url(../images/ico_flecha.gif) no-repeat 2 35%;
    color: #000000;
    display: block;
    height: 20px;
    padding-left: 10px;
    vertical-align: middle;
}
.submn:hover
{
    text-decoration: underline;
}
.mn, .submn
{
    border-bottom: 1px solid #dddddd;
    margin: 3px 0px 3px 0px;
}




.txtlink
{
    color: Black;
}

td.notini1
{
}

td.notini2
{
    color: #666666;
}

td.notini a
{
    color: #697C2F;
}

.fecha
{
    font-size: 9px;
}

.foto img
{
    border: 3px double #697C2F;
    padding: 20px;
}
.foto
{
    color: #999999;
    font-size: 9px;
}

.fotobreve
{
    float: right;
    border: 3px double #697C2F;
    margin: 0px;
}

.nav
{
    background-color: #DAE6F3;
    height: 30px;
    vertical-align: middle;
}
.nav a
{
    color: #697C2F;
    font-weight: bold;
}

.nav b
{
    color: #697C2F;
}
.nav a:hover
{
    text-decoration: underline;
}

.ord
{
    border-bottom: 1px solid #DAE6F3;
}
.ord a
{
    background: none url(../images/ord_flecha.gif) no-repeat 0 50%;
    font-weight: bold;
    padding-left: 15px;
}
.up
{
    background: none url(../images/flecha_up.gif) no-repeat 0 50%;
    font-size: 9px;
    padding-left: 10px;
}
.just
{
    text-align: justify;
}
.cal01
{
    border-bottom: 1px solid #DAE6F3;
    color: #697C2F;
    font-weight: bold;
}
.cal02
{
    color: #666666;
    height: 35px;
    vertical-align: top;
    margin-bottom: 5px;
}
.esqsup
{
    vertical-align: top;
}
.esqinf
{
    vertical-align: bottom;
}
.td_tabround
{
    height: 200px;
    vertical-align: top;
}

.tdnoticia
{
    border-bottom: 1px dotted #F0F0F0;
}

.tdnoticia img
{
    border: 1px solid #F0F0F0;
}

.titnoticia
{
    color: #336699;
    font-weight: bold;
    padding: 5px;
}

.paginado
{
    border-bottom: 1px solid #DAE6F3; background-color: #E8F8FF;
}

.paginado a
{
    font-weight: bold;
}

.link01
{
    font-weight: bold;
    color: #697C2F;
    text-decoration: underline;
}

.titan
{
    vertical-align: top;
}

.titan img
{
    float: left;
    clear: left;
    margin: 10px;
}
.titan a
{
    color: #00688F;
    font-weight: bold;
}


.fd
{
    border: 3px double #697C2F;
    padding: 50px;
    float: right;
    margin: 5px;
}

.fi
{
    border: 3px double #697C2F;
    padding: 20px;
    float: left;
    margin: 5px;
}

.atras
{
    background-color: #DAE6F3;
    height: 30px;
    text-align: center;
}

.atras a
{
    font-weight: bold;
    color: #2F5E90;
    text-decoration: none;
}

.atras a:hover
{
    color: Black;
}
.banners td
{
    border: solid 1px #DAE6F3;
}


.userpanel
{
    width: 100%;
    border-bottom: solid 1px #336699;
    background-color: #DAE6F3;
    vertical-align: middle;
    padding: 5px 0px 5px 5px;
}
*/

