/*CSS espacio exacto del Slide*/
.header_del_slide .slide-area
{
	margin: 0 auto;
	width: 947px; /* width: 995px; */ /* **dbl  */
	height: 382px;
	position: relative;
	overflow: hidden;
}
/*CSS Tag H2 in Class .hero-area*/
.header_del_slide .slide-area H2
{
	float: right;
	margin-top: 9px;
	background: transparent url(../../images/logo-77.png) no-repeat 0px 0px;
	text-indent: -9999px;
	width: 248px;
	height: 115px;
	padding: 150px; /* aqui se mueve el logo */
}
.header_del_slide .slide-area H3
{
	float: right;
	margin-top: 33px;
	background: transparent url(../../images/logo-texto-193.png) no-repeat 0px 0px;
	text-indent: -9999px;
	width: 245px;
	height: 54px;
	padding: 8px;
	margin-right: -340px;
}


.header_del_slide .slide-area H4
{
	float: right;
	margin-top: 357px; /* **dbl Altura 355px es lo mas que se puede bajar */
	margin-right: 250px;
	background: transparent url(../../images/social_tube.png) no-repeat 0px 0px;
	background-size: 25px 25px;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	padding: 0px;
}


.header_del_slide .slide-area H5
{
	float: right;
	margin-top: 357px; /* **dbl Altura 355px es lo mas que se puede bajar */
	margin-right: 20px;
	background: transparent url(../../images/social_twitter.png) no-repeat 0px 0px;
	background-size: 25px 25px;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	padding: 0px;
}


.header_del_slide .slide-area H6
{
	float: right;
	margin-top: 357px; /* **dbl Altura 355px es lo mas que se puede bajar */
	margin-right: 20px;
	/* background: transparent url(../../images/social_facebook.png) no-repeat 0px 0px; */
	background-size: 25px 25px;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	padding: 0px;
}







/*Boton de Download Schedule*/
.header_del_slide .slide-area .download_schedule
{
	background: transparent url(../../images/cover_btn_downloadFullSchedule-.png) no-repeat 0px 0px;
	display: block;
	height: 16px;
	width: 170px;
	text-indent: -9999px;
/*this below fixes the z-index issue*/
	position: absolute;
	top: 65px;
	right: 25px;
	z-index: 20;
}
/*Coverflow Settings
====================================*/
.slide-area DIV.cover-flow /*  **dbl  */
{
	overflow: hidden;
	position: absolute;
	width: 960px;  /* Ancho del slide 960 a dos slid use 826px */
	height: 350px;
	top: 30px;
	left: 0px;
	z-index: 10;
}
.slide-area DIV.cover-flow IMG
{
	position: absolute;
/*Color original del Borde 7px solid #404040*/
	border: 7px solid #F5F4F4;
	visibility: hidden;
	-moz-box-shadow: 0px 4px 12px #333;
	-webkit-box-shadow: 0px 4px 12px #333;
}
.slide-area DIV.cover-flow IMG.slide-shadow
{
	border: none;
	top: 40px;
	left: -50px;
}
.slide-area .image-caption
{
	font-weight: bold;
/*Color original: #333*/
	color: #6D9123;
	font-size: 15px;
	font-family: Arial, verdana, sans-serif;
	position: absolute;
	top: 26px;
	left: 94px;
	width: 514px;
	height: 20px;
	overflow: hidden;
	z-index: 10;
}
.slide-area .button
{
	cursor: pointer;
	height: 53px;
	width: 53px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	z-index: 1000;
	background-image: url(../../images/carousel_prev_btn.png);
}
.slide-area .previous
{
	background: transparent url(../../images/carousel_prev_btn.png) no-repeat scroll 0 0;
	top: 175px;
	left: 58px;
}
.slide-area .next
{
	background: transparent url(../../images/carousel_next_btn.png) no-repeat scroll 0 0;
	top: 175px;
	left: 609px;
}
.slide-area .image-overlay /* **dbl  */
{
	width: 520px; /* 497  */
	min-height: 45px;
/*Background original: transparent url(../../images/bg_hero_show_info.png) repeat scroll*/
	background: transparent url(../../images/bg_hero_show_info.png) repeat scroll; /* repeat scroll  */
	padding: 8px 15px 13px;
	position: absolute;
	left: 93px;
	bottom: 14px; /* 26  */
	z-index: 100;
	display: none;
}



.slide-area .image-overlay DT
{
/*Color Original: #FEFDE0*/
	color: #000000;
	font-size: 20px;
	font-family: Arial, verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 4px;
	width: 450px;
	line-height: 26px;
}
.slide-area .image-overlay DD.description
{
/*Color original: #C1BFBF*/
	color: #1E1D1D;
	font-size: 12px;
	font-family: Arial, verdana, sans-serif;
	line-height: 16px;
	width: 350px;
	font-weight: bold;
	margin-left: 0px;
}
.slide-area .image-overlay DD.more-button
{
	position: absolute;
	right: 20px;
	bottom: 30px;
}
.slide-area .image-overlay DD.more-button A
{
/* Background original: url(../../images/btn_find_out_more_sprite.png) no-repeat scroll 0 0 width: 12px; */
	height: 0px;
	display: block;
	text-indent: 0px;
	font-size: 9pt;
	font-weight: bold;
	color: #B50505;
	text-decoration: none;
}
.slide-area .image-overlay DD.more-button A:hover
{
	background-position: 0 -30px;
}


/*header_del_slide AREA END*/
