body {
	background: #fff;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #B40000;
	text-decoration: none;
}
a:hover {
	color: #FF1111;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 10px 0px;
	line-height: 150%;
}
li {
	line-height: 150%;
}

p.centrar img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
p.nota {
	font-size: 80%;
	text-align: center;
	margin-bottom: 20px;
}
img.inmofactory {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
img.coapi {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

div#contenedor {
	background: url(../img/degrade-sup.jpg)  repeat-x top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

div#logos {
	height: 96px;
	background: #1a2f61;
}

div#imagen {
	height: 276px;
}

div#cuerpo {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}

div#pie {
	background: url(../img/degrade-inf.jpg)  repeat-x;
	height: 50px;
}
div#pie p {
	font-size: 80%;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 40px;
}
