@import url("/esquelet/estil.css");
body,td,div,li,p,th,input,h3,select {
	font-size: 13px;
}
h1, h2 { font-size: 16px; }

.data   {font-size: 11px};
.pagiAct{font-size:18px}
.pagiAct a:link{font-size:18px}
.pagiAct a:hover{font-size:18px}
.pagiAct a:visited{font-size:18px}
.pagiAct a:active{font-size:18px}

.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;
}
.menuHoritz{

	padding:0px;
	margin-top:1px;
	margin-bottom:10px;
	height: 40px;
}
.menuHoritz table{
	padding:0px;
	height:40px;
}
.menuHoritz td{
	padding-top:6px;
	text-align:center;
}
