body {
	background-color: #F1F1F1;
	margin-top: 5%;
	margin-left: 20%;
	margin-right: 20%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}
#corpo {
	border: 1px solid black;
	background-color: White;
	text-align: center;
	width: 100%;
}
/*___________________________________________________________CONT1*/
#cont1 {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	text-align: center;
	float: left;
	width: 40%;
	background-image: url(../img/uva.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-right: 5px solid Gray;
}


/*___________________________________________________________CONT2*/
#cont2 {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background-color: White;
	text-align: center;
	border-top: 1px solid silver;
	vertical-align: middle;
}
#cont2 p{
	margin: 0;
	color: gray;
	font-size: 2.5em;
	font-family: "Times New Roman";
}
#cont2 a{
	color: Gray;
	border-bottom: 5px solid silver;
	text-decoration: none;
}
#cont2 a:hover{
	color: #900000;
	border-bottom: 5px solid #900000;
}
