/* CSS Document */
	.adelantos {
		display: block; clear: both; float: none;
		width: 470px;
		margin: 0px auto; margin-bottom: 15px;
		padding: 0px; padding-bottom: 7px;
		border-bottom: dashed 1px #D6D6D6;
	}
		.adelantos .adelanto {
			display: block;
			float: left;
			width: 146px;
			margin-right: 10px;
			opacity: .75;
			-moz-opacity: .75;
			filter:alpha(opacity=75);
			cursor: pointer;
		}
		.adelantos .adelanto:hover {
			opacity: 1;
			-moz-opacity: 1;
			filter:alpha(opacity=100);
		}
			.adelanto h2 {
				font-size: 13px;
				color: #555555;
				text-align: center;
				font-weight: 400;
				margin: 0px;
				padding: 0px; padding-top: 5px;
			}
			.adelanto img {
				display: block; clear: both; float: none;
				margin: 2px auto;
				padding: 0px;
				border: solid 2px #D6D6D6;
				background-position: center;
				background-repeat: no-repeat;
			}
	h1.tambien {
		letter-spacing: normal; text-transform: none; text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: 450;
		padding: 2px 4px; padding-top: 4px;
		margin-bottom: 5px;
		color: #575757;
		font-size: 20px;
		border-bottom: #EBEBEB dashed 1px;
		border-top: #434343 solid 2px;
	}