@import url("/esquelet/estil.css");

body,td,div,li,p,th,input,h3,select {
	font-size: 11px;
}
h1, h2 { font-size: 12px; }

.data   {font-size: 8px};

.pagiAct{font-size:16px}
.pagiAct a:link{font-size:16px}
.pagiAct a:hover{font-size:16px}
.pagiAct a:visited{font-size:16px}
.pagiAct a:active{font-size:16px}

.rnd {
    background: #ddddff;
    width:99%;
    margin:auto;
    font-size:10px;
    padding-left: 3px;
    padding-right: 3px;
	margin-top:5px;
	margin-bottom:10px;
    /*width: 30em;*/                   /* must have a width for IE6 (not necessarily         */
                                   /* fixed, but not "auto")                             */
    height: 20px;
    position: relative;            /* not necessary for Firefox/Webkit, but will be used */
                                   /* in IE, so best to leave for consistency            */

    -webkit-border-radius: 9px;    /* CSS3 rounded borders for Safari                    */
    -moz-border-radius: 9px;       /* CSS3 rounded borders for Firefox                   */
    border-radius: 9px;
}
