/* CSS Document */

body
{
	background-color:#999966;
	background-image:  url("images/fondo.jpg");
	background-repeat:repeat-y;
	background-position:center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0 0 10px 0;
}

#page
{
	margin:0 auto 0 auto;
	width:760px;
}

#sx
{
	float:left;
	width:140px;
	height:420px;
}

#lavanda_top
{
	width:140px;
	height:59px;
	background-image:  url("images/lavanda_top.jpg");
}

#lavanda_sx
{
	width:140px;
	height:144px;
	background-image:  url("images/lavanda_sx.jpg");
}

#menu
{
	width:120px;
	height:217px;
	text-align:right;
	padding-left:10px;
	padding-right:10px;
}

.calendario
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}

#menu a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover
{
	color:#FF9900;
	text-decoration:none;
}

#dx
{
	float:left;
	width:620px;
	height:420px;
}

#top
{
	width:620px;
	height:59px;
	background-image:  url("images/top.jpg");
	margin:0 0 0 0;
}

#topAR
{
	width:620px;
	height:59px;
	background-image:  url("images/topAR.jpg");
}

#contents
{
	width:600px;
	height:361px;
	background-image: url("images/lavanda_dx.jpg");
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

.path
{
	font-size:10px;
	color:#666666;
}

.path a
{
	font-size:10px;
	color:#999966;
	text-decoration:underline;
}

.path a:hover
{
	font-size:10px;
	color:#FF9900;
	text-decoration:underline;
}

.dataevento
{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

#contents a
{
	color:#990000;
	text-decoration:none;
	text-decoration:underline;
}

#contents a:hover 
{
	color:#FF9900;
	text-decoration:underline;
}

#footer
{
	text-align:center;
	color:#999966;
}

#footer a
{
	color:#FF9900;
	text-decoration:none;
}

#footer a:hover 
{
	color:#990000;
	text-decoration:underline;
}




