body {
        font-family :  Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        background : #E4DAC1 ;
        color : 333333;
        margin: 0px;
}
table {
        font-size: 12px;
}

h1{
        font-weight: bold;
        font-size: 12px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 100%;
        color : #333333;
        margin: 2px;
}

h2 {
        font-weight: normal;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        margin: 1px;
		color:#FFFFFF
}
/*
--------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------
aqui le damos formato a las notas en miniatura.
--------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------
*/
.titulo{
        font-weight: bold;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 100%;
        color : #706A5C;
        margin: 2px;
}

.paginator a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #706A5C;
padding: 1px 1px;
margin-right: 2px;
font-weight: bold;
text-decoration: none;
}

.paginator a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #B1A690;
color: white;
}

.paginator a:hover{
background: #B1A690;
color: white;
}

.paginator a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.paginator a.prev, .paginator a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.paginator a.prev:hover, .paginator a.next:hover{
background: #B1A690;
color: white;
}

/*
--------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------
aqui le damos formato a las notas en miniatura.
--------------------------------------------------------
--------------------------------------------------------
--------------------------------------------------------
*/
.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 80%;
        border: 1px solid #D1D7DC;
        padding-right: 2px;
        padding-left: 2px;
}
.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

a {
        color: #FBF3E0;
        text-decoration: none;
		font-size: 11px;
}
a:hover {
        color: #FBF3E0;
        text-decoration: underline;
}
a:visited {
        color: #FBF3E0;
        text-decoration: none;
}

 a.bblink {
        color: #000000;
        text-decoration: none;
}
 a.bblink:hover {
        color: #000000;
        text-decoration: underline;
}
/*
esto define el bak de los eventos
*/
.tableh1 {
        background : #FBF3E0 ;
        color : #333333;
        padding-top: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
		margin: 2px 2px;

}
/*
esta es para las notas del index
*/
.img_caption_table td {
        background: #FBF3E0 ;
        font-size: 85%;
        padding-top: 6px;
        padding-right: 5px;
        padding-bottom: 6px;
        padding-left: 5px;
        border-top : 1px solid #FFFFFF;
}

tr.resaltar {
    background-color: #E4DAC1;
}
table.tablemenu {
    background-color: #57544F;
}
