@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#head {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #e53535;
	height: 35px;
	width: 98%;
	padding-top: 15px;
	padding-left: 2%;
}
img {
	border: none;
}
#frame {
	height: 100%;
	width: 100%;
}
#frame #foto {
	float: left;
	height: 85%;
	width: 30%;
	margin-top: 2%;
	margin-left: 3%;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#frame #info {
	float: left;
	height: 85%;
	width: 61%;
	margin-left: 3%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #666;
	text-align: justify;
}
/*@media only screen and (min-width: 800px) {

h1 {
	font-size: 20px;
}
#frame #info {
	font-size: 17px;
}
#head {
	background-color: #0C9;
	height: 50px;
	width: 100%;
}
}*/
