@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding:0px;
	min-width:1024px;
	min-height:768px;
	background-color:#F1F5F1;
}
#cont {
	height:768px;
	padding:0;
}

#footer {
	padding:20px;
	height:120px;
	font-size:12px;
	font-family:Arial;
	color:#c6d1c6;
}
#footer a{
	text-decoration:none;
	color:#c6d1c6;
}
#footer a:hover{
	text-decoration:none;
	color:#5f716f;
}
.contFoot1 {
	padding-left:40px;
	float:left;
	width:150px;
	height:100px;
}
.contFoot2 {
	padding-left:40px;
	float:left;
	width:200px;
	background-image:url(layout/lineaV.jpg);
	background-repeat:repeat-y;
	height:100px;
}
.contFoot3 {
	float:right;
	padding-left:40px;
	width:150px;
	background-image:url(layout/lineaV.jpg);
	background-repeat:repeat-y;
	height:100px;	
}

