@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
h1 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 4em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1em;
}
h2 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #FF0015;
}
p {
	margin-top: 20px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #FF0015;
}
a:hover {
	text-decoration: underline;
}
#contenidor {
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#cartell {
	float: left;
	padding: 20px;
}
#cartell img {
	border: 1px solid #CCC;
	padding: 4px;
}
#info {
	width: 520px;
	float: right;
	padding: 20px;
}
#peu {
	background-image: url(logos.gif);
	height: 67px;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.myclear {
	clear: both;
}
