/*
skins available:
- universal
- classic
- attractive

the container*/
.allinone_bannerRotator
{
	position: relative;
	cursor: default !important;
}
.allinone_bannerRotator IMG
{
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
	max-height: none;
}
.allinone_bannerRotator_list
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
.allinone_bannerRotator .stripe
{
	position: absolute;
	display: block;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.allinone_bannerRotator .block
{
	position: absolute;
	display: block;
	z-index: 1;
	overflow: hidden;
}
.mycanvas
{
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 10;
}
/***ATTRACTIVE SKIN***/
.allinone_bannerRotator.attractive .bannerControls
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
}
.allinone_bannerRotator.attractive .leftNav
{
	position: absolute;
	left: -15px;
	top: 50%;
	width: 53px;
	height: 127px;
	background: url(../skins/attractive/leftNavOFF.png) no-repeat 0 0;
	cursor: pointer;
}
.allinone_bannerRotator.attractive .leftNav:hover
{
	background: url(../skins/attractive/leftNavON.png) no-repeat 0 0;
}
.allinone_bannerRotator.attractive .rightNav
{
	position: absolute;
	right: -15px;
	top: 50%;
	width: 53px;
	height: 127px;
	background: url(../skins/attractive/rightNavOFF.png) no-repeat 0 0;
	cursor: pointer;
}
.allinone_bannerRotator.attractive .rightNav:hover
{
	background: url(../skins/attractive/rightNavON.png) no-repeat 0 0;
}
.allinone_bannerRotator.attractive .bottomNav
{
	position: absolute;
	background: #532860;
	height: 35px;
	width: 0;
	padding-left: 9px;
	z-index: 4;
}
.allinone_bannerRotator.attractive .bottomNavButtonOFF
{
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	background: url(../skins/attractive/bottomNavOFF.png) no-repeat 0 0;
	padding-left: 9px;
	cursor: pointer;
}
.allinone_bannerRotator.attractive .bottomNavButtonON
{
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	padding-left: 9px;
	background: url(../skins/attractive/bottomNavON.png) no-repeat 0 0;
	cursor: pointer;
}
.allinone_bannerRotator.attractive .bottomNavLeft
{
	position: absolute;
	width: 63px;
	height: 35px;
	margin-left: 1px;
	background: url(../skins/attractive/bottomNavLeft.png) no-repeat 0 0;
	z-index: 4;
}
.allinone_bannerRotator.attractive .bottomNavRight
{
	position: absolute;
	width: 63px;
	height: 35px;
	margin-left: -1px;
	background: url(../skins/attractive/bottomNavRight.png) no-repeat 0 0;
	z-index: 4;
}
.allinone_bannerRotator.attractive .bottomOverThumb
{
	position: absolute;
	width: 88px;
	height: 106px;
	background: url(../skins/attractive/bottomOverThumbBg.png) no-repeat 23px bottom;
	bottom: 27px;
	margin-left: -25px;
}
.allinone_bannerRotator.attractive .bottomOverThumb IMG
{
	border: 4px solid #22032E;
}
/***CLASSIC SKIN***/
.allinone_bannerRotator.classic .bannerControls
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
}
.allinone_bannerRotator.classic .leftNav
{
	position: absolute;
	left: -10px;
	top: 50%;
/*margin-top:-20px;  height/2*/
	width: 41px;
	height: 41px;
	background: url(../skins/classic/leftNavOFF.png) no-repeat 0 0;
	cursor: pointer;
    display: none;
}
.allinone_bannerRotator.classic .leftNav:hover
{
	background: url(../skins/classic/leftNavON.png) no-repeat 0 0;
}
.allinone_bannerRotator.classic .rightNav
{
	position: absolute;
	right: -10px;
	top: 50%;
/*margin-top:-20px;  height/2*/
	width: 41px;
	height: 41px;
	background: url(../skins/classic/rightNavOFF.png) no-repeat 0 0;
	cursor: pointer;
    z-index: 1000000;
    display: none;
}
.allinone_bannerRotator.classic .rightNav:hover
{
	background: url(../skins/classic/rightNavON.png) no-repeat 0 0;
}
.allinone_bannerRotator.classic .bottomNav
{
	position: absolute;
	background: url(../skins/classic/bottomNavBg.png) repeat-x 0 0;
	width: 0px;
	height: 24px;
	z-index: 4;
	padding-left: 9px;
}
.allinone_bannerRotator.classic .bottomNavButtonOFF
{
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	background: url(../skins/classic/bottomNavOFF.png) no-repeat 0 0;
	padding-left: 9px;
	cursor: pointer;
}
.allinone_bannerRotator.classic .bottomNavButtonON
{
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	padding-left: 9px;
	background: url(../skins/classic/bottomNavON.png) no-repeat 0 0;
	cursor: pointer;
}
.allinone_bannerRotator.classic .bottomNavLeft
{
	position: absolute;
	width: 0px;
	display: none;
	background: #F00;
	height: 24px;
	z-index: 4;
}
.allinone_bannerRotator.classic .bottomNavRight
{
	position: absolute;
	width: 0px;
	display: none;
	height: 24px;
	background: #F00;
	z-index: 4;
}
.allinone_bannerRotator.classic .bottomOverThumb
{
	position: absolute;
	width: 88px;
	height: 106px;
	background: url(../skins/classic/bottomOverThumbBg.png) no-repeat 23px bottom;
	bottom: 27px;
	margin-left: -25px;
}
.allinone_bannerRotator.classic .bottomOverThumb IMG
{
	border: 4px solid #000000;
}
/***UNIVERSAL SKIN***/
.allinone_bannerRotator.universal .bannerControls
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
}
.allinone_bannerRotator.universal .leftNav
{
	position: absolute;
	left: 10px;
	top: 50%;
/*margin-top:-20px;  height/2*/
	width: 41px;
	height: 41px;
	background: url(../skins/universal/leftNavOFF.png) no-repeat 0 0;
	cursor: pointer;
}
.allinone_bannerRotator.universal .leftNav:hover
{
	background: url(../skins/universal/leftNavON.png) no-repeat 0 0;
}
.allinone_bannerRotator.universal .rightNav
{
	position: absolute;
	right: 10px;
	top: 50%;
/*margin-top:-20px;  height/2*/
	width: 41px;
	height: 41px;
	background: url(../skins/universal/rightNavOFF.png) no-repeat 0 0;
	cursor: pointer;
}
.allinone_bannerRotator.universal .rightNav:hover
{
	background: url(../skins/universal/rightNavON.png) no-repeat 0 0;
}
.allinone_bannerRotator.universal .bottomNav
{
	position: absolute;
	width: 0px;
	height: 24px;
	z-index: 4;
	padding-left: 9px;
}
.allinone_bannerRotator.universal .bottomNavButtonOFF
{
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../skins/universal/bottomNavOFF.png) no-repeat 0 0;
	padding-left: 9px;
	cursor: pointer;
}
.allinone_bannerRotator.universal .bottomNavButtonON
{
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	padding-left: 9px;
	background: url(../skins/universal/bottomNavON.png) no-repeat 0 0;
	cursor: pointer;
}
.allinone_bannerRotator.universal .bottomNavLeft
{
	position: absolute;
	width: 0px;
	display: none;
	background: #F00;
	height: 24px;
	z-index: 4;
}
.allinone_bannerRotator.universal .bottomNavRight
{
	position: absolute;
	width: 0px;
	display: none;
	height: 24px;
	background: #F00;
	z-index: 4;
}
.allinone_bannerRotator.universal .bottomOverThumb
{
	position: absolute;
	width: 88px;
	height: 106px;
	background: url(../skins/universal/bottomOverThumbBg.png) no-repeat 23px bottom;
	bottom: 27px;
	margin-left: -25px;
}
.allinone_bannerRotator.universal .bottomOverThumb IMG
{
	border: 4px solid #000000;
}
/***Text Styles***/
.allinone_bannerRotator_texts
{
	position: absolute;
	z-index: 3;
	display: none;
	width: 100%;
	text-align: left;
}
.allinone_bannerRotator_text_line
{
	position: absolute;
}
/***Texts Attractive***/
.textElement11_attractive
{
	background: #512D5D;
	font: bold 24px / 34px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFF;
}
.textElement12_attractive
{
	background: #512D5D;
	font: bold 18px / 25px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFF;
}
.textElement21_attractive
{
	background: #000000;
	font: bold 20px / 28px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFFFFF;
}
.textElement22_attractive
{
	background: #E4E4E4;
	font: bold 16px / 24px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #131313;
}
.textElement31_attractive
{
	background: #A32A19;
	font: bold 26px / 35px "Droid Sans", Verdana, Helvetica, sans-serif;
	padding: 0px 4px;
	color: #FFFFFF;
}
.textElement33_attractive
{
	background: #FFFFFF;
	font: bold 20px / 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	padding: 0px 4px;
	color: #000000;
}
.textElement41_attractive
{
	font: bold 40px / 53px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFFFFF;
}
.textElement42_attractive
{
	font: bold 20px / 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFFFFF;
}
.textElement51_attractive
{
	font: bold 24px / 32px "Droid Sans", Verdana, Helvetica, sans-serif;
}
.textElement51_attractive A
{
	background: #512D5D;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFF;
	text-decoration: none;
}
.textElement51_attractive A:hover
{
	color: #2F0141;
	background: #FFFFFF;
	border: 1px solid #512D5D;
}
.textElement52_attractive
{
	background: #A92C74;
	font: bold 18px / 25px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFF;
}
/****Text Attractive FullWidth***/
.textElement11_attractive_FullWidth
{
	font: bold 38px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 54px;
	color: #000000;
}
.textElement12_attractive_FullWidth
{
	font: bold 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 37px;
	color: #000000;
}
.textElement12_attractive_FullWidth A
{
	color: #CF0005;
	text-decoration: none;
}
.textElement12_attractive_FullWidth A:hover
{
	color: #FFFFFF;
}
.textElement21_attractive_FullWidth
{
	font: bold 42px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 53px;
	color: #FFFFFF;
}
.textElement22_attractive_FullWidth
{
	font: bold 28px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 38px;
	color: #FFFFFF;
}
.textElement31_attractive_FullWidth
{
	font: bold 32px / 42px "Droid Sans", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textElement32_attractive_FullWidth
{
	font: bold 48px / 64px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
.textElement33_attractive_FullWidth
{
	font: bold 32px / 42px "Droid Sans", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textElement41_attractive_FullWidth
{
	font: bold 52px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 72px;
	color: #FFFFFF;
}
.textElement42_attractive_FullWidth
{
	font: bold 32px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 45px;
	color: #FFFFFF;
}
.textElement51_attractive_FullWidth
{
	font: bold 48px Cabin, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 68px;
	color: #000000;
}
.textElement51_attractive_FullWidth A
{
	color: #000000;
	text-decoration: none;
}
.textElement51_attractive_FullWidth A:hover
{
	color: #522860;
}
.textElement52_attractive_FullWidth
{
	width: 35%;
	font: 28px Arial, Verdana, Helvetica, sans-serif;
	line-height: 37px;
	color: #000000;
}
.textElement52_attractive_FullWidth A
{
	color: #FF0000;
	text-decoration: none;
}
.textElement52_attractive_FullWidth A:hover
{
	color: #522860;
	text-decoration: none;
}
/***Texts Attractive Responsive***/
.textElement11_attractiveResponsive
{
	background: #512D5D;
	font: bold 24px / 34px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFF;
}
.textElement12_attractiveResponsive
{
	background: #512D5D;
	font: bold 18px / 25px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFF;
}
.textElement21_attractiveResponsive
{
	background: #000000;
	font: bold 20px / 28px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFFFFF;
}
.textElement22_attractiveResponsive
{
	background: #E4E4E4;
	font: bold 16px / 24px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #131313;
}
.textElement31_attractiveResponsive
{
	background: #A32A19;
	font: bold 24px / 35px "Droid Sans", Verdana, Helvetica, sans-serif;
	padding: 0px 4px;
	color: #FFFFFF;
}
.textElement33_attractiveResponsive
{
	background: #FFFFFF;
	font: bold 20px / 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	padding: 0px 4px;
	color: #000000;
}
.textElement41_attractiveResponsive
{
	font: bold 40px / 53px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFFFFF;
}
.textElement42_attractiveResponsive
{
	font: bold 20px / 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFFFFF;
}
.textElement51_attractiveResponsive
{
	font: bold 24px / 32px "Droid Sans", Verdana, Helvetica, sans-serif;
}
.textElement51_attractiveResponsive A
{
	background: #512D5D;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFF;
	text-decoration: none;
}
.textElement51_attractiveResponsive A:hover
{
	color: #2F0141;
	background: #FFFFFF;
	border: 1px solid #512D5D;
}
.textElement52_attractiveResponsive
{
	background: #A92C74;
	font: bold 18px / 25px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px 4px;
	color: #FFF;
}
/****Text Classic Fixed Dimensions***/
.textElement12_classic A
{
	color: #CF0005;
	text-decoration: none;
}
.textElement12_classic A:hover
{
	color: #FFFFFF;
}
.textElement21_classic
{
	font: bold 32px / 1em "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #FFFFFF;
}
.textElement22_classic
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #FFFFFF;
}
.textElement31_classic
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	padding: 0px 15px 3px;
	color: #FFFFFF;
}
.textElement32_classic
{
	font: bold 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #FFFFFF;
}
.textElement33_classic
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	padding: 4px 15px 6px;
	color: #FFFFFF;
}
.textElement41_classic
{
	font: bold 40px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #000000;
}
.textElement42_classic
{
	font: bold 20px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #000000;
}
.textElement51_classic
{
	font: bold 28px Cabin, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
.textElement51_classic A
{
	color: #FFFFFF;
	text-decoration: none;
}
.textElement51_classic A:hover
{
	color: #FFE400;
}
.textElement52_classic
{
	width: 43%;
	background: url(../skins/classic/textBg_transparency.png);
	font: 14px / 1.3em Arial, Verdana, Helvetica, sans-serif;
	padding: 15px;
	color: #FFF;
}
.textElement52_classic A
{
	color: #FF0000;
	text-decoration: none;
}
.textElement52_classic A:hover
{
	color: #FFC000;
	text-decoration: none;
}
.textElement53_classic
{
	font: bold 16px "Droid Sans", Verdana, Helvetica, sans-serif;
}
.textElement53_classic A
{
	background: #D30000;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.textElement53_classic A:hover
{
	background: #FFFFFF;
	padding: 6px 15px;
	border: 1px solid #FF0000;
	color: #512D5D;
}
/****Text Classic Responsive***/
.textElement11_classic_responsive
{
	font: bold 24px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 34px;
	color: #000000;
}
.textElement12_classic_responsive
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 25px;
	color: #000000;
}
.textElement12_classic_responsive A
{
	color: #CF0005;
	text-decoration: none;
}
.textElement12_classic_responsive A:hover
{
	color: #FFFFFF;
}
.textElement21_classic_responsive
{
	font: bold 32px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 38px;
	color: #FFFFFF;
}
.textElement22_classic_responsive
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 24px;
	color: #FFFFFF;
}
.textElement31_classic_responsive
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	line-height: 25px;
	color: #FFFFFF;
}
.textElement32_classic_responsive
{
	font: bold 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 37px;
	color: #FFFFFF;
}
.textElement33_classic_responsive
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	line-height: 25px;
	color: #FFFFFF;
}
.textElement41_classic_responsive
{
	font: bold 40px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 56px;
	color: #000000;
}
.textElement42_classic_responsive
{
	font: bold 20px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	color: #000000;
}
.textElement51_classic_responsive
{
	font: bold 28px Cabin, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 37px;
	color: #FFFFFF;
}
.textElement51_classic_responsive A
{
	color: #FFFFFF;
	text-decoration: none;
}
.textElement51_classic_responsive A:hover
{
	color: #FFE400;
}
.textElement52_classic_responsive
{
	width: 44%;
	font: 18px Arial, Verdana, Helvetica, sans-serif;
	line-height: 25px;
	color: #FFF;
}
.textElement52_classic_responsive A
{
	color: #FF0000;
	text-decoration: none;
}
.textElement52_classic_responsive A:hover
{
	color: #FFC000;
	text-decoration: none;
}
/****Text Classic FullWidth***/
.textElement11_classic_FullWidth
{
	font: bold 38px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 54px;
	color: #000000;
}
.textElement12_classic_FullWidth
{
	font: bold 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 37px;
	color: #000000;
}
.textElement12_classic_FullWidth A
{
	color: #CF0005;
	text-decoration: none;
}
.textElement12_classic_FullWidth A:hover
{
	color: #FFFFFF;
}
.textElement21_classic_FullWidth
{
	font: bold 42px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 53px;
	color: #FFFFFF;
}
.textElement22_classic_FullWidth
{
	font: bold 28px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 38px;
	color: #FFFFFF;
}
.textElement31_classic_FullWidth
{
	font: bold 32px / 42px "Droid Sans", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textElement32_classic_FullWidth
{
	font: bold 48px / 64px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
.textElement33_classic_FullWidth
{
	font: bold 32px / 42px "Droid Sans", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textElement41_classic_FullWidth
{
	font: bold 52px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 72px;
	color: #000000;
}
.textElement42_classic_FullWidth
{
	font: bold 32px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 45px;
	color: #000000;
}
.textElement51_classic_FullWidth
{
	font: bold 48px Cabin, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 68px;
	color: #FFFFFF;
}
.textElement51_classic_FullWidth A
{
	color: #FFFFFF;
	text-decoration: none;
}
.textElement51_classic_FullWidth A:hover
{
	color: #FFE400;
}
.textElement52_classic_FullWidth
{
	width: 35%;
	font: 28px Arial, Verdana, Helvetica, sans-serif;
	line-height: 37px;
	color: #FFF;
}
.textElement52_classic_FullWidth A
{
	color: #FF0000;
	text-decoration: none;
}
.textElement52_classic_FullWidth A:hover
{
	color: #FFC000;
	text-decoration: none;
}
/****Text Universal***/
.textElement11_universal
{
	font: bold 24px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #000000;
}
.textElement12_universal
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #000000;
}
.textElement12_universal A
{
	color: #585858;
	text-decoration: none;
}
.textElement12_universal A:hover
{
	color: #CF0005;
}
.textElement21_universal
{
	font: bold 32px / 1em "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #FFFFFF;
}
.textElement22_universal
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #FFFFFF;
}
.textElement31_universal
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	padding: 0px 15px 3px;
	color: #FFFFFF;
}
.textElement32_universal
{
	font: bold 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #FFFFFF;
}
.textElement33_universal
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	padding: 4px 15px 6px;
	color: #FFFFFF;
}
.textElement41_universal
{
	font: bold 40px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #000000;
}
.textElement42_universal
{
	font: bold 20px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #000000;
}
.textElement51_universal A
{
	font: bold 28px Cabin, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.textElement51_universal A:hover
{
	color: #FFE400;
}
.textElement52_universal
{
	width: 481px;
	background: url(../skins/universal/textBg_transparency.png);
	font: 14px / 1.3em Arial, Verdana, Helvetica, sans-serif;
	padding: 15px;
	color: #FFF;
}
.textElement52_universal A
{
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
.textElement52_universal A:hover
{
	color: #FFC000;
	text-decoration: none;
}
.textElement53_universal A
{
	background: #D30000;
	font: bold 16px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.textElement53_universal A:hover
{
	background: #FFFFFF;
	padding: 6px 15px;
	border: 1px solid #FF0000;
	color: #512D5D;
}
/****Text Universal Responsive***/
.textElement11_universal_responsive
{
	font: bold 24px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 34px;
	color: #000000;
}
.textElement12_universal_responsive
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 25px;
	color: #000000;
}
.textElement12_universal_responsive A
{
	color: #CF0005;
	text-decoration: none;
}
.textElement12_universal_responsive A:hover
{
	color: #FFFFFF;
}
.textElement21_universal_responsive
{
	font: bold 32px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 38px;
	color: #FFFFFF;
}
.textElement22_universal_responsive
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 24px;
	color: #FFFFFF;
}
.textElement31_universal_responsive
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	line-height: 25px;
	color: #FFFFFF;
}
.textElement32_universal_responsive
{
	font: bold 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 37px;
	color: #FFFFFF;
}
.textElement33_universal_responsive
{
	font: bold 18px "Droid Sans", Verdana, Helvetica, sans-serif;
	line-height: 25px;
	color: #FFFFFF;
}
.textElement41_universal_responsive
{
	font: bold 40px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 56px;
	color: #000000;
}
.textElement42_universal_responsive
{
	font: bold 20px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	color: #000000;
}
.textElement51_universal_responsive
{
	font: bold 28px Cabin, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 37px;
	color: #FFFFFF;
}
.textElement51_universal_responsive A
{
	color: #FFFFFF;
	text-decoration: none;
}
.textElement51_universal_responsive A:hover
{
	color: #FFE400;
}
.textElement52_universal_responsive
{
	width: 44%;
	font: 18px Arial, Verdana, Helvetica, sans-serif;
	line-height: 25px;
	color: #FFF;
}
.textElement52_universal_responsive A
{
	color: #FF0000;
	text-decoration: none;
}
.textElement52_universal_responsive A:hover
{
	color: #FFC000;
	text-decoration: none;
}
/****Text Universal FullWidth***/
.textElement11_universal_FullWidth
{
	font: bold 38px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 54px;
	color: #000000;
}
.textElement12_universal_FullWidth
{
	font: bold 26px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 37px;
	color: #000000;
}
.textElement12_universal_FullWidth A
{
	color: #CF0005;
	text-decoration: none;
}
.textElement12_universal_FullWidth A:hover
{
	color: #FFFFFF;
}
.textElement21_universal_FullWidth
{
	font: bold 42px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 53px;
	color: #FFFFFF;
}
.textElement22_universal_FullWidth
{
	font: bold 28px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 38px;
	color: #FFFFFF;
}
.textElement31_universal_FullWidth
{
	font: bold 32px / 42px "Droid Sans", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textElement32_universal_FullWidth
{
	font: bold 48px / 64px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
.textElement33_universal_FullWidth
{
	font: bold 32px / 42px "Droid Sans", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textElement41_universal_FullWidth
{
	font: bold 52px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 72px;
	color: #000000;
}
.textElement42_universal_FullWidth
{
	font: bold 32px "Droid Sans", Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 45px;
	color: #000000;
}
.textElement51_universal_FullWidth
{
	font: bold 48px Cabin, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 68px;
	color: #FFFFFF;
}
.textElement51_universal_FullWidth A
{
	color: #FFFFFF;
	text-decoration: none;
}
.textElement51_universal_FullWidth A:hover
{
	color: #FFE400;
}
.textElement52_universal_FullWidth
{
	width: 35%;
	font: 28px Arial, Verdana, Helvetica, sans-serif;
	line-height: 37px;
	color: #FFF;
}
.textElement52_universal_FullWidth A
{
	color: #FF0000;
	text-decoration: none;
}
.textElement52_universal_FullWidth A:hover
{
	color: #FFC000;
	text-decoration: none;
}
.hideElement
{
	display: none;
}

.allinone_bannerRotator_text_line
{
     max-width: 40%;
     max-height: 250px !important;
     overflow: hidden;

}

.slideTitulo
{
    margin: 0 !important;
    font-family: "Bree Serif", Arial, Helvetica, sans-serif;
    color: #b829ab;
    font-size: 0.8em;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px dotted #222222;
    background-color: #FFF;
    font-weight: normal;
}

.slideSubtitulo
{
    margin: 0 !important;
    font-family: "Bree Serif", Arial, Helvetica, sans-serif;
    color: #bfb69f;
    font-size: 1.5em;
    text-transform: capitalize;
    background-color: #FFF;
    line-height: 1.0em;
    margin-top: 10px;
    font-weight: normal;

}

.slideResumen
{
    margin: 0px;
    color: #222222;
    font-size: 0.9em;
    text-transform: lowercase;
    /*background-color: #FFF;*/
    margin-top: 10px;
    font-weight: normal;
    z-index: 10;
}


.slideEnlace
{
    margin: 0px;
    color: #222222;
    font-size: 0.8em;
    text-transform: capitalize;
    background-color: #FFF;
    margin-top: 10px;
    font-weight: normal;

}