/*
*
*			DESTACADOS
*
*/

.Banner {
	position:relative;
	font-size: 0.8em;
	background: #FF9935;
	color:#fff;
	text-align:left;
}
.Banner a,
.Banner a:hover {
	color:#fff;
}
.Banner h2 a{
	font-size: 1em;
}
.Banner .blockBody,
.Banner .blockHeader,
.Banner .blockFooter {
	padding:0 12px;
}
.Banner .blockHeader {
	text-align:center;
}
.Banner .blockBody {
	margin-top:4px;
	margin-bottom:4px;
}
.Banner .blockBody h2{
	margin:0;
	font-size:1em;
}
.Banner .blockHeader img {
	border: 1px solid #fff;
	display:block;
	margin:0 auto;
}
.Banner .blockFooter p{
	margin: 0;
}
.Banner .blockFooter ,
.Banner .blockFooter a{
	font-size:11px;
}
.Banner .topCorners {
	height:11px;/*12px - border-width*/
	font-size: 1px;
}
.Banner .topLeftCorner {
	background: url(/Portaltenerife/images/layout/orangeCorners.jpg) no-repeat 0 0;
}
.Banner .topRightCorner {
	background: url(/Portaltenerife/images/layout/orangeCorners.jpg) no-repeat 100% 0;
}
.Banner .bottomCorners {
	height:11px;/*12px - border-width*/
	font-size: 1px;
	position:relative;
	border-bottom: 1px solid #ff9935;
}
* html .Banner .bottomCorners{/*IE6*/
	height:12px;
}
html:first-child .Banner .bottomCorners {/*IE7*/
	height:12px;
}
.Banner .bottomLeftCorner {
	top:0;
	bottom:auto;
	background: url(/Portaltenerife/images/layout/orangeCorners.jpg) no-repeat 0 100%;
}
.Banner .bottomRightCorner {
	top:0;
	bottom:auto;
	background: url(/Portaltenerife/images/layout/orangeCorners.jpg) no-repeat 100% 100%;
}
/*
*
*	NARANJA
*
*/
.Banner.SimpleOrange {
	background: none;
	color:#ff9935;
}
.Banner.SimpleOrange a,
.Banner.SimpleOrange a:hover {
	color:#ff9935;
}
.Banner.SimpleOrange .blockBody {
	background: none;	
}
.Banner.SimpleOrange .blockFooter p,
.Banner.SimpleOrange .blockFooter p a{
	background: none;
	color:#555;
}
.Banner.SimpleOrange .blockFooter{
	background: none;
}
.Banner.SimpleOrange .topCorners {
	border-top: 1px solid #ff9935;
}
.Banner.SimpleOrange .topLeftCorner {
	background: url(/Portaltenerife/images/layout/borde.png) no-repeat 0 0;
}
.Banner.SimpleOrange .topRightCorner {
	background: url(/Portaltenerife/images/layout/borde.png) no-repeat 100% 0;
}
.Banner.SimpleOrange .leftBorder {
	border-left:1px solid #ff9935;
}
.Banner.SimpleOrange .rightBorder{
	border-right:1px solid #ff9935;
}
.Banner.SimpleOrange .bottomCorners {
	border-bottom: 1px solid #ff9935;
}
.Banner.SimpleOrange .bottomLeftCorner {
	background: url(/Portaltenerife/images/layout/borde.png) no-repeat 0 100%;
}
.Banner.SimpleOrange .bottomRightCorner {
	background: url(/Portaltenerife/images/layout/borde.png) no-repeat 100% 100%;
}
/*
*
*	AZUL
*
*/
.Banner.SimpleBlue {
	position:relative;
	background: none;
	color: #039;
}
.Banner.SimpleBlue a,
.Banner.SimpleBlue a:hover  {
	color:#039;
}
.Banner.SimpleBlue .blockFooter p,
.Banner.SimpleBlue .blockFooter p a{
	background: none;
	color:#555;
}
.Banner.SimpleBlue .blockFooter p a:hover {
	color:#ff9935;
}
.Banner.SimpleBlue .blockBody {
	background: none;	
}
.Banner.SimpleBlue .blockFooter{
	background: none;
}
.Banner.SimpleBlue .topCorners {
	border-top: 1px solid #039;
}
.Banner.SimpleBlue .topLeftCorner {
	background: url(/Portaltenerife/images/layout/borde_blue.png) no-repeat;
}
.Banner.SimpleBlue .topRightCorner {
	background: url(/Portaltenerife/images/layout/borde_blue.png) no-repeat 100% 0;
}
.Banner.SimpleBlue .leftBorder {
	border-left:1px solid #039;
}
.Banner.SimpleBlue .rightBorder{
	border-right:1px solid #039;
}
.Banner.SimpleBlue .bottomCorners {
	border-bottom: 1px solid #039;
}
.Banner.SimpleBlue .bottomLeftCorner {
	background: url(/Portaltenerife/images/layout/borde_blue.png) no-repeat 0 100%;
}
.Banner.SimpleBlue .bottomRightCorner {
	background: url(/Portaltenerife/images/layout/borde_blue.png) no-repeat 100% 100%;
}
