/* CSS Document */
body {
	background-color: #FFFFFF;
}

a {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}

#contenido {
	float: left;
	width: 760px;
	margin-top: 30px;
}
#logos {
	float: left;
	width: 760px;
}

.imagen {
	float: left;
	width: 111px;
	margin-right: 15px;
}
#datos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	float: left;
	height: 30px;
	width: 760px;
	padding-top: 10px;
	padding-bottom: 5px;
}
