@charset "utf-8";
/* CSS Document */

body {
	background-color: #d0d0d0;
	background-image: url(img/fotosfondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0px;
	background-attachment: fixed;
}
.tab{
	width:1000px;
	text-align: center;
}
.menu{
	background-image: url(img/menu.png);
	height: 53px;
	width: 1000px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.menu a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.menu a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.quadrato-sin{
	background-color: #CCCCCC;
	border: 1px solid #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.quadrato-sin a{

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.quadrato-sin a:hover{

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: hover;
}
.foot{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003399;
	border-left-color: #003366;
}
.head{
width:1000px;
height:117px;
background-image:url(img/head.png);}

