@import url(../include/estilos.css);

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}
a img {
  border: none;
}

body {
	background-color: #FFF;
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.75em;
	font-weight: normal; 
	margin: 5px 0;
	line-height: 1.5em;
	text-align: center;
}

#cnt {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 760px;
}

#cnt {
	color: #333;
	text-align: left;
}
#cnt a { 
	color: #AAA; 
	font-weight: bold;
	text-decoration: underline; 
}
#cnt a:hover {
	text-decoration: none; 
}
#cnt p {
	margin: 20px 0;
}
#cnt p.tit {
	color: #C00;
	font-size: 160%;
	margin: 40px 0 5px 0;
}


