.banner {
	width: 100%;
	height: 356px;
	margin: auto;
	position: relative;
	overflow: hidden;
	/* background: url(../images/rayas.png) top center no-repeat;*/
}
.bg{
	background: #ccc;
	width: 100%;
	height: 356px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}
.bg-negro {
	position: absolute;
	background: url(../images/bg-negro-transparent.png);
	height: 96px;
	width: 100%;
	top: 50%;
	z-index: -1;
}
.anterior {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 40px 0;
	z-index: 10;
}
.siguiente {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 40px 0;
	z-index: 10;
}
.FichaText {
	float:left;
}
.FichaText .flecha {
	text-align:right;
	cursor:pointer;
}
.tab_content{
	padding:0;
	width: 910px;
	height: 300px;
	display: none;
	overflow: hidden;
}
.tab_content .centro {
	width: 910px;
	margin: 0 auto;
	float: left;
}

.tab_content .txtIzq {
	position: absolute;
	width: 500px;
	height: 96px;
	font-style: normal;
	text-align: left;
	left: 900px;
	top: 50%;
	text-transform: uppercase;
}
.tab_content .txtIzq h2{
	font-family: 'UniversCondensedBold';
	font-size: 2.3em;
	color: #1b2f4a;
	text-shadow: 0 1px 5px white;
	padding: 10px;
}
.tab_content .txtIzq h2 span{
	font-family: 'UniversCondensedMedium';
	font-size: 2.3em;
	color: white;
	text-shadow: 0 1px 5px #1b2f4a;
	margin: 0 0 0 60px;
}
.tab_content .ImgDer{
	position: absolute;
	bottom: -10px;
	right: -500px;
	z-index: 2;
}
.tab_content .ImgCen{
	position: absolute;
	bottom: -20px;
	left: -800px;
	text-align: center;
	z-index: -2;
}