.layer1 {
	z-index : 1;
	position : absolute;
	left : 20px;
	top : 20px;
	background-color : #fff;
	border-color : #000;
	border-width : 1px;
	border-style : solid;
}

.layer2 {
	z-index : 2;
	position : absolute;
	left : 20px;
	top : 150px;
	background-color : #fff;
	border-color : #000;
	border-width : 1px;
	border-style : solid;
	font-family : Arial;
	font-size : 12px;
}

.layer3 {
	z-index : 3;
	position : absolute;
	left : 188px;
	top : 150px;
	background-color : #fff;
	border-color : #000;
	border-width : 1px;
	border-style : solid;
}

#button {
	width: 12em;
	padding:1em 0 2em 0;
	font-size:12px;
	font-family : Arial;
}

#button ul {
	list-style:none;
	margin: 0em 1em 0em 0em;
	padding:0;
	border:none;
}

#button li {
	border:1px solid #000;
	margin: 2px 2px 8px 2px;
}

#button li a {
   display:block;
   padding: 10px 5px 5px 5px;
   background-color: #FFC0C0;
   color:#C00000;
    text-decoration:none;
	width:100%;
}

#button li a:hover {
	background-color:#FFFF00;
	color:#C00000;
	text-decoration:underline;
	font-weight : bold;
}

li.nolink {
	display : block;
	padding : 10px 5px 5px 5px;
	background-color : #fff;
	color : #c00000;
	text-decoration : underline;
	font-weight : bold;
	width : 88%;
}

html>body #button li a {
		width: auto;
}

p.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	color : #000080;
}

p.tito {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bolder;
}

p.vale {
	font-family : Arial;
	font-size : 9px;
	font-weight : bold;
	color : #000;
	text-align : center;
	background-color : #bbb;
	text-decoration : none;
}

a.vale {
	font-family : Arial;
	font-size : 9px;
	font-weight : bold;
	color : #000;
	text-align : center;
	background-color : #bbb;
	text-decoration : none;
}

a.vale:hover {
	font-family : Arial;
	font-size : 9px;
	font-weight : bold;
	color : #c00000;
	text-align : center;
	text-decoration : none;
}

img.foto {
	border-color : #000;
	border-width : 1px;
}

a.link {
   background-color: #FFC0C0;
   color:#C00000;
    text-decoration:none;
}

a.link:hover {
	background-color: #FFFF00;
	color:#C00000;
	text-decoration: underline;
	font-weight : bold;
}