@charset "iso-8859-1";

body
{
	color: #000;
	font-family: arial, helvetica, sans-serif;
	background: #fdd35d;
	margin: 0px;
}

.error
{
    color: #ff0000;
    font-weight: bold;
}

.success
{
    color: #32c30b;
    font-weight: bold;
}

.txt
{
    font-size: 11px;
}

.txtevidence
{
    font-size: 11px;
    font-weight: bold;
}

.txtitalic
{
    font-size: 11px;
}

* html #container
{
	width: 100%;
	overflow: hidden;
}

a
{
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #C22;
}
dt
{
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}
dd
{
	font-size: 0.8em;
	margin: 0;
	padding: 0 20px;
}

h1
{
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-family: impact, arial, helvetica, sans-serif;
	font-size: 3em;
}
h1 a:link, h1 a:visited
{
	color: #900;
	text-decoration: none;
}
h1 a:hover
{
	text-decoration: underline;
}

p.description
{
	padding: 10px;
	margin: 10px 20px;
	border: 2px dotted #a91;
	font-family: georgia, "times new roman", times, serif;
}
strong.deprecated
{
	font-size: 120%;
	color: #090;	
}

img.foto
{
    padding-right: 10px;
    padding-bottom: 0px;
}

.note
{
	font-size: 12px;
	color: #777777;
}

.box
{
    padding: 0px;
    border: 1px;
    background-color: #ffffff;
}

.boxpage
{
    padding: 10px;
    border: 5px;
    background-color: #ffffff;
    font-size: 14px;
}

.main_menu
{
    text-align: center;
    color: #1e2118;
    font-weight: bold;
    font-size: 12px;
}

.second_menu
{
    text-align: center;
    color: #1e2118;
    font-weight: bold;
    font-size: 10px;
}

.bar_menu
{
    text-align: center;
    background-color: #a2ad83;
    padding: 0px;
}

.bar_second_menu
{
    text-align: center;
    background-color: #d1dcb2;
    padding: 0px;
}

.title
{
     color: #1e2118;
     font-weight: bold;
     font-size: 26px;
}

input[type="text"],input[type="password"]
{
      background-color: white;
      border: 1px #808080 solid;
}

input[type="submit"],[type="button"]
{
    border-style: outset;
    border: 1px #99CCFF solid;
    font-size: 9px;
    background-color: #FFFFFF;
    color: #023566;
    font-weight: bold;
    letter-spacing: 2px;
}

input:focus
{
    background-color: #fdd35d;
}

textarea
{
      background-color: white;
      border: 1px #808080 solid;
}

textarea:focus
{
    background-color: #fdd35d;
}
