#alineacion {
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/fondo_web.jpg);
	background-repeat: repeat-x;
	background-position: left top;



}
#contp {
	width: 951px;
	height: 720px;
	margin-top: 135px;
}
#contp_contenido {
	float: left;
	width: 951px;
	position: relative;
	height: 720px;
}
#contp_contenido h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6c6e70;
	text-align: center;
}
#contp_contenido a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
