/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58163D;
}
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #a2fc7b;
}
a:active {
	text-decoration: none;
}
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5B5B1E;
}	
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
/*especificaciones de las cajas*/
#titol {
	position:absolute;
	height: 220px;
	width: 900px;
	background-image: url(img/titol.jpg);
	top: 0px;
	left: 0px;
	align: left;
	z-index: 1;
	visibility: visible;
}
#anuncios {
	position:absolute;
	height: 10px;
	height:10;
	width: 870px;
	background-color:#AF01AB;
	left: 0px;
	align: right;
	z-index: 1;
	visibility: visible;
	top: 135px;
	padding:15px;
}
#menu1 {
	position:absolute;
	height: 800px;
	width: 266px;
	background-color: #a9b865;
	top: 185px;
	top: 185;
	left: 0px;
	align: right;
	z-index: 1;
	visibility: visible;
	padding:15px;
}
#text {
	position:absolute;
	width:522px;
	height:380px;
	z-index:3;
	left: 359px;
	top: 221px;
	visibility: visible;
	border:'1' 'solid' '#CC0000';
	border-top-color:#ffffff;
}
#linia {
	position:absolute;
	width:4px;
	height:700px;
	z-index:1;
	left: 902px;
	top: -9px;
	padding:0px;
	visibility: visible;
	background-color:#a9b865;
}
/*fin especificaciones de las cajas*/
.verd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f5a06;
}
.lila {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AF01AB;
}
.marro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8B8B18;
}
