@charset "utf-8";
/* CSS Document */

.contenedor .centro .izq {
	float: left;
	height: 420px;
	width: 262px;
}
.contenedor .centro .der {
	float: right;
	height: 425px;
	width: 549px;
	padding-right: 5px;
	padding-left: 20px;
	background-image: url(../images/separador.gif);
	background-repeat:  repeat-y;
	padding-top: 5px;
	background-color: #DEE2EB;
}

