/**
 * Esta hoja de estilo guarda la definición de los distintos banners
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 */


/*Banner Lateral*/

.bannerLateral{
	margin-bottom:15px;
	text-align: center;
}

.bannerLateral img.bannerNormalImage {
	max-width: 170px;
	height: auto;
}

div.bannerLateral li.cmBannersRelativePosition,
div.bannerLateral div.cmBannersRelativePosition.standalone {
 	margin:0 0 15px 0;
}

div.bannerLateral ul.cmBannersVerticalMode {
	margin-bottom: 15px;
}

div.bannerLateral li.cmBannersRelativePosition.lastChild {
	margin-bottom:0;
}

.bannerCabecera {
	min-height: 107px;
	background: #00a3aa;
}

.bannerCabecera a {
	display: block;
}

.fondoBannerCabecera {
	position: absolute;
	width: 181px;
	right: 15px;
	bottom: 0;
	top: 0;
	background-image: url(../imagenes/component/nuevo_dis/fondo_men_sup.png);
	background-repeat: repeat-y;
	background-position: left;
}

.bannerLogo {
	width: 24%;
	position: absolute;
	top: 2px;
	left: 15px;
}

.bannerLogo a {
	display: block;
	float: left;
}

.bannerLogo img {
	width: 100%;
	height: auto;
}

.bannerWhiteText,
.bannerWhiteText a {
	display: block;
	position: relative;
}

.bannerWhiteText .bannerTextContainer {
	position: absolute;
	top: 16%;
	left: 43%;
	font-size: 2.1em;
	line-height: 0.9em;
	text-align: left;
}

.bannerWhiteText span.bannerNameText {
	color: #fff;
}

.bannerWhiteText span.bannerDescrText {
	display: none;
}

.bannerCabecera img.bannerNormalImage{
	max-width: 100%;
}