/* CSS Document */

#contenido {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Geneva, Arial, Helvetica, sans-serif;
	border-right: #ACACAC dashed 1px;
	min-height: 400px;
	height: auto !important;
	*height: 400px;
}

#contenido h1,#contenido h2,#contenido h3,#contenido h4,#contenido h5,#contenido h6 {
	display: block; clear: both; float: none;
	margin: 0px;
	padding: 2px 1px;
	color: #333333;
}
#contenido h1 {
	font-size: 24px;
	border-bottom: #EBEBEB double 4px;
	letter-spacing: 10px; text-transform: uppercase; text-align: center;
	font-weight: 450;
}
	#contenido h1 span {
		display: block; clear: both; float: none;
		font-size: 8px;
		font-weight: 600;
		letter-spacing: 2px;
	}
	
#proximamente {
	width: 550px;
	margin: 0px auto;
	padding-top: 15px;
}
	#proximamente h1 {
		letter-spacing: normal; text-transform: none; text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: 450;
		padding: 2px 4px;
	}
		#proximamente h1 span {
			display: block; clear: both; float: none;
			text-align: right;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: 450;
			padding: 2px 4px;
			font-size: 11px;
			color: #858585;
		}
	#proximamente 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;
	}
	#proximamente h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: 450;
		padding: 2px 4px;
	}
		#proximamente h2 span {
			display: block; clear: both; float: none;
			text-align: right;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: 450;
			padding: 2px 4px;
			font-size: 11px;
			color: #858585;
		}
		#proximamente h2 a {
			color: #2C2C2C;
		}
			#proximamente h2 a:hover {
				color: #040404;
				text-decoration: none;
			}
	#proximamente .proximamente {
		display: block; clear: both; float: none;
		margin: 0px; margin-bottom: 15px;
		padding: 0px; padding-bottom: 10px;
		border-bottom: dashed 1px #D6D6D6;
	}
	#proximamente .solo1 {
		margin-bottom: 40px;
	}
	#proximamente .trailer {
		display: block; clear: both; float: none;
		text-align: center;
		margin: 10px 0px;
	}
		.proximamente .proximamenteDesc {
			line-height: 135%;
			font-size: 13px;
			text-align: justify;
		}
			.proximamenteDesc .borde {
				float: left; border: dashed #D6D6D6 1px;
				height: 100px;
				margin: 3px;
			}
			.proximamenteDesc img {
				margin: 5px;
				padding: 0px;
				border: solid 3px #C1C1C1;
				background-position: center;
				background-repeat: no-repeat;
			}
			.proximamenteDesc .imgI {
				float: left;
			}
			.proximamenteDesc .imgD {
				float: right;
			}