/* CSS Document */

.central_izq {
	width: 64%;
	float: left;
}
.central_izq p {
	margin-bottom: 30px;
}

.central_derecha {
	float: left;
	font-weight: bold;
	padding-top: 227px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.descargas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 5px;
}
.descargas p {
	margin: 0px;
	padding: 0px;
}
.nombre_descarga {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
}
.icono_descargar {
	text-align: right;
	float: right;
	padding-bottom: 2px;
}
