@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
body{
	text-align:center;
	font-size:12px;
	font-family:arial,tahoma,sans-serif;
	}
div#page{
	margin:0 auto;
	text-align:left;
	width:990px;
	border:1px solid #b4b4b4;
}
#content{
	border-top:1px solid #b4b4b4;
	padding-top:30px;
	}
img{
	border:0;
	}
.item{
	float:left;
margin-bottom:30px;
margin-left:30px;
text-align:center;
width:210px;
	}
.item-box{
border:1px solid #373B61;
color:#373B61;
min-height:205px;
padding:5px;
text-align:left;
	}
.item-box p{
	padding-bottom:10px;
	}
.item-box p.last{
	padding-bottom:0;
	}
.item-box p a {
	color:#373B61;
	text-decoration:none;
	}
.item-box p a:hover{
	
	text-decoration:underline;}
.clear{
	clear:both;
	}
a.firma{
	color:#d73c5c;
	text-decoration:none;
	font-weight:bold;
	}
a.firma:hover{
	text-decoration:underline;
	}
#footer{
	color:#c5c5c5;
	font-size:10px;
	width:990px;
	margin: 0 auto;
	}