body
{
	width: 100%;
	min-width: 798px;
	font-family: Helvetica,sans-serif;
	font-size: 80%;
}

body, a, img, div, input, select, p, ul, ol
{
	border: 0;
	margin: 0;
	padding: 0;
}

form
{
	display: inline;
}

img
{
	vertical-align: bottom;/*Corrige los 3 pixeles de separacion inferior*/
}

#header
{
	clear: both;
	height: 94px;
	margin: 0 auto;
	width: 798px;
}

.Container
{
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 798px;
	overflow: hidden;
}

.LeftColumn
{
	
}

.LeftColumn .RightColumn
{
	float: left;
	width: 200%;
	position: relative;
	left: 240px;
}

.LeftColumn .ContentWrapper
{
	float: right;
	width: 50%;
	position: relative;
	right: 240px;
}

.LeftColumn .Content
{
	margin: 0 0 0 240px;
	position: relative;
	right: 100%;
	overflow: hidden;
}

.LeftColumn .Side
{
	float: left;
	width: 240px;
	position: relative;
	right: 240px;
}

#footer
{
	clear:both;
	margin: 0 auto;
	width: 798px;
}

#footer .In
{
	text-align: center;
	padding: 12px 0;
	font-size: 11px;
	font-family: 'Verdana';
}

#footer .In a, #footer .In a:visited
{
	padding: 0 6px 0 7px;
	border-left: 1px solid #000;
	text-decoration: none;
}

#footer .In a.First, #footer .In a.First:visited
{
	padding: 0 6px 0 6px;
	border-left: none;
}

#footer .In a:hover, #footer .In a:focus, #footer .In a:active
{
	text-decoration: underline;
}

#footer .Out
{
	text-align: center;
	padding: 6px 0;
	font-size: 10px;
	font-family: 'Verdana';
	line-height: 1.2em;
}

#content
{
	font: 11px 'Verdana';
}

#content .ContentArea h1
{
	padding: 0;
	margin: 14px 0 0 0;
	color: #640606;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .ContentArea h1 strong
{
	font-weight: normal;
	font-size: 17px;
}

#content .ContentArea h1 span
{
	display: none;
}

#content .ContentArea h1 img
{
	vertical-align: top;
}


#content .ContentArea h2
{
	padding: 0;
	margin: 14px 0 0 0;
	color: #640606;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .ContentArea h2 strong
{
	font-weight: normal;
	font-size: 16px;
}

#content .ContentArea h2 span
{
	display: none;
}

#content .ContentArea h2 img
{
	vertical-align: top;
}

#content .ContentArea h3
{
	padding: 0;
	margin: 14px 0 0 0;
}

#content .ContentArea h3 span
{
	display: none;
}

#content .ContentArea h3 img
{
	vertical-align: top;
}



#content .ContentArea a, #content .ContentArea a:visited, #content .ContentArea a:focus, #content .ContentArea a:hover, #content .ContentArea a:active
{
	color: #3c3230;
	text-decoration: underline;
}

#content .ContentArea p
{
	color: #110402;
	line-height: 1.2em;
	margin: 10px 0 0 0;
}


#content .ContentArea img.InText
{
	margin: 10px 0 0 0;
}

#content .ContentArea p.ContentImportant
{
	color: #640606;
	font-weight: bold;
}

#content .ContentArea ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0 0 0;
}

#content .ContentArea ul li
{
	margin: 3px 0 0 15px;
}

#content .ContentArea
{
	margin: 0 14px;
	padding: 0 0 20px 0;
	clear: both;
}


* html #content .ContentArea {
	overflow-x: auto;
	overflow-y: hidden; 
    width: expression(510);

}

#content .ContentArea .ContentClear
{
	clear: both;
}

#content .ContentArea .ContentLeftColumn
{
	width: 250px;
	float: left;
}

#content .ContentArea .ContentRightColumn
{
	width: 250px;
	float: right;
}

#content .ContentArea .ContentThumb
{
	margin: 10px 0 0 0;
}

#content .ContentArea .ContentThumb a
{
	float: left;
	margin: 0 2px 2px 0;
	width: 120px;
	height: 90px;
	overflow: hidden;
}


#content .ContentArea .ContentImageTop
{
	display: block;
	margin: 10px 0 0 0;
}

/* begin lightbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

/* SlimBox */

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('/media/images/lightbox/prevlabel.gif') no-repeat 0 15%;
}

#lbNextLink {
	left: 50%;
}

#lbNextLink:hover {
	background: transparent url('/media/images/lightbox/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('/media/images/lightbox/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* slide show */

/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 277px;
	width: 558px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 350px;
	margin: 0 auto;
	width: 558px;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url('/media/images/slideshow/controller.png') no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url('/media/images/slideshow/controller-first.gif');
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url('/media/images/slideshow/controller-last.gif');
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url('/media/images/slideshow/controller-next.gif');
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url('/media/images/slideshow/controller-pause.gif');
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url('/media/images/slideshow/controller-prev.gif');
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: 0px;
	height: 70px;
	left: 24px;
	position: absolute;
	width: 510px;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 2px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #640606 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
	vertical-align: baseline;
}
.slideshow-thumbnails-active {
	background-color: #640606;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}


/*HOTEL*/

body
{
	background: #ceb2b1 url('/media/images/fontanals_any_back.jpg') 0 0 repeat-x;
}

#header
{
	background: transparent url('/media/images/fontanals_any_header_back.png') 0 0 repeat-x;
}

#header h1
{
	float: left;
	margin: 0;
	padding: 0;
	height: 94px;
	width: 351px;
}

.CCHoteles .ES #header h1
{
	background: transparent url('/media/images/cchoteles_es_header_logo.jpg') 0 0 no-repeat;
}

.Fontanals .ES #header h1
{
	background: transparent url('/media/images/fontanals_es_header_logo.jpg') 0 0 no-repeat;
}

.Donjuandeaustria .ES #header h1
{
	background: transparent url('/media/images/donjuandeaustria_es_header_logo.jpg') 0 0 no-repeat;
}

.CCHoteles .EN #header h1
{
	background: transparent url('/media/images/cchoteles_en_header_logo.jpg') 0 0 no-repeat;
}

.Fontanals .EN #header h1
{
	background: transparent url('/media/images/fontanals_en_header_logo.jpg') 0 0 no-repeat;
}

.Donjuandeaustria .EN #header h1
{
	background: transparent url('/media/images/donjuandeaustria_en_header_logo.jpg') 0 0 no-repeat;
}

#header h1 a
{
	display: block;
	height: 94px;
	width: 351px;
}

#header h1 a span
{
	display: none;
}

#tabs
{
	float: right;
	margin: 0 0 0 40px;
	padding: 0;
	position: relative;
	top: 32px;
	height: 46px;
	overflow: hidden;
}

#tabs a
{
	float: left;
	position: relative;
	display: block;
}

#tabs a span
{
	display: none;
}

.Fontanals .ES #tabs
{
	width: 376px;
}

.Fontanals .EN #tabs
{
	width: 324px;
}

.Fontanals .ES #tabs a.Convenciones
{
	height: 46px;
	width: 139px;
	background: transparent url('/media/images/fontanals_es_header_tabs.png') 0 0 no-repeat;
}

.Fontanals .ES #tabs a.Verano
{
	height: 46px;
	width: 88px;
	background: transparent url('/media/images/fontanals_es_header_tabs.png') -139px 0 no-repeat;
}

.Fontanals .ES #tabs a.Esqui
{
	height: 46px;
	width: 87px;
	background: transparent url('/media/images/fontanals_es_header_tabs.png') -227px 0 no-repeat;
}

.Fontanals .ES #tabs a.Golf
{
	height: 46px;
	width: 62px;
	background: transparent url('/media/images/fontanals_es_header_tabs.png') -315px 0 no-repeat;
}

.Fontanals .EN #tabs a.Companies
{
	height: 46px;
	width: 107px;
	background: transparent url('/media/images/fontanals_en_header_tabs.png') 0 0 no-repeat;
}

.Fontanals .EN #tabs a.Summer
{
	height: 46px;
	width: 89px;
	background: transparent url('/media/images/fontanals_en_header_tabs.png') -107px 0 no-repeat;
}

.Fontanals .EN #tabs a.Ski
{
	height: 46px;
	width: 66px;
	background: transparent url('/media/images/fontanals_en_header_tabs.png') -196px 0 no-repeat;
}

.Fontanals .EN #tabs a.Golf
{
	height: 46px;
	width: 62px;
	background: transparent url('/media/images/fontanals_en_header_tabs.png') -262px 0 no-repeat;
}


.Donjuandeaustria .ES #tabs
{
	width: 302px;
}

.Donjuandeaustria .EN #tabs
{
	width: 297px;
}

.Donjuandeaustria .ES #tabs a.CentroSpa
{
	height: 46px;
	width: 114px;
	background: transparent url('/media/images/donjuandeaustria_es_header_tabs.png') 0 0 no-repeat;
}

.Donjuandeaustria .ES #tabs a.Hotel
{
	height: 46px;
	width: 76px;
	background: transparent url('/media/images/donjuandeaustria_es_header_tabs.png') -114px 0 no-repeat;
}

.Donjuandeaustria .ES #tabs a.Escobazos
{
	height: 46px;
	width: 112px;
	background: transparent url('/media/images/donjuandeaustria_es_header_tabs.png') -190px 0 no-repeat;
}

.Donjuandeaustria .EN #tabs a.SpaCenter
{
	height: 46px;
	width: 109px;
	background: transparent url('/media/images/donjuandeaustria_en_header_tabs.png') 0 0 no-repeat;
}

.Donjuandeaustria .EN #tabs a.Hotel
{
	height: 46px;
	width: 76px;
	background: transparent url('/media/images/donjuandeaustria_en_header_tabs.png') -109px 0 no-repeat;
}

.Donjuandeaustria .EN #tabs a.Escobazos
{
	height: 46px;
	width: 112px;
	background: transparent url('/media/images/donjuandeaustria_en_header_tabs.png') -185px 0 no-repeat;
}



.CCHoteles #languages
{
	float: right;
	position: relative;
	top: 10px;
	left: -10px;
	z-index: 1;
}

.Fontanals #languages
{
	float: right;
	position: relative;
	top: 10px;
	left: -10px;
	z-index: 1;
}

.Donjuandeaustria #languages
{
	float: right;
	position: relative;
	top: 10px;
	left: -10px;
	z-index: 1;
}

.CCHoteles #languages a, .CCHoteles #languages a:visited, .CCHoteles #languages a:hover, .CCHoteles #languages a:focus, .CCHoteles #languages a:active
{
	color: #171616;
	text-decoration: none;
	font-size: 9px;
	padding: 2px 0 2px 24px;
}


.Fontanals #languages a, .Fontanals #languages a:visited, .Fontanals #languages a:hover, .Fontanals #languages a:focus, .Fontanals #languages a:active
{
	color: #171616;
	text-decoration: none;
	font-size: 9px;
	padding: 2px 0 2px 24px;
}

.Donjuandeaustria #languages a, .Donjuandeaustria #languages a:visited, .Donjuandeaustria #languages a:hover, .Donjuandeaustria #languages a:focus, Donjuandeaustria #languages a:active
{
	color: #171616;
	text-decoration: none;
	font-size: 9px;
	padding: 2px 0 2px 24px;
}

.CCHoteles #languages a.ES
{
	background: transparent url('/media/images/cchoteles_any_header_flag_es.png') 6px 2px no-repeat;
}


.Fontanals #languages a.ES
{
	background: transparent url('/media/images/fontanals_any_header_flag_es.png') 6px 2px no-repeat;
}

.Donjuandeaustria #languages a.ES
{
	background: transparent url('/media/images/donjuandeaustria_any_header_flag_es.png') 6px 2px no-repeat;
}

.CCHoteles #languages a.EN
{
	background: transparent url('/media/images/cchoteles_any_header_flag_en.png') 6px 2px no-repeat;
}

.Fontanals #languages a.EN
{
	background: transparent url('/media/images/fontanals_any_header_flag_en.png') 6px 2px no-repeat;
}

.Donjuandeaustria #languages a.EN
{
	background: transparent url('/media/images/donjuandeaustria_any_header_flag_en.png') 6px 2px no-repeat;
}

#reservation
{
	margin: 20px 11px 0 16px;
	height: 227px;
}

#reservationbox
{
	color: #640606;
	position: relative;
	top: 65px;
	margin: 0 auto;
	width: 180px;
	text-align: center;
}

#reservationbox label
{
	float: left;
	display: block;
	font-weight: bold;
	margin: 15px 0 0 10px;
	font-size: 8pt;
	clear: both;
	width: 140px;
	text-align: left;
}

#reservationbox input.TextBox
{
	clear: both;
	float: left;
	display: block;
	margin: 4px 0 0 20px;
	border: 1px solid #DDCBC6;
	width: 80px;
}

#reservationbox img.Calendar
{
	float: left;
	display: block;
	cursor: pointer;
	margin: 5px 0 0 4px;
	border: 0;
	padding: 0;
	width: 20px;
	height: 16px;
}

#reservationbox input.Send
{
	clear: both;
	float: none;
	margin: 24px auto 0;
	border-width: 0;
	width: 162px;
	height: 19px;
}


.CCHoteles .ES #reservation
{
	background: transparent url('/media/images/cchoteles_es_reservation_back.jpg') 0 0 no-repeat;
}

.CCHoteles .EN #reservation
{
	background: transparent url('/media/images/cchoteles_en_reservation_back.jpg') 0 0 no-repeat;
}


.Fontanals .ES #reservation
{
	background: transparent url('/media/images/fontanals_es_reservation_back.jpg') 0 0 no-repeat;
}

.Fontanals .EN #reservation
{
	background: transparent url('/media/images/fontanals_en_reservation_back.jpg') 0 0 no-repeat;
}

.Donjuandeaustria .ES #reservation
{
	background: transparent url('/media/images/donjuandeaustria_es_reservation_back.jpg') 0 0 no-repeat;
}

.Donjuandeaustria .EN #reservation
{
	background: transparent url('/media/images/donjuandeaustria_en_reservation_back.jpg') 0 0 no-repeat;
}

#getin
{
	clear: both;
	margin: 6px 11px 0 16px;
	height: 80px;
}

.ES #getin
{
	background: transparent url('/media/images/fontanals_es_getin_back.jpg') 0 0 no-repeat;
}

.EN #getin
{
	background: transparent url('/media/images/fontanals_en_getin_back.jpg') 0 0 no-repeat;
}

#getin .InputText
{
	border: 1px solid #ddcbc6;
	position: relative;
	top: 40px;
	left: 15px;
	width: 136px;
	margin: 0;
	padding: 2px;
	font-family: "Tahoma";
	font-size: 13px;
}

#getin .InputImage
{
	position: relative;
	top: 44px;
	left: 14px;
	margin: 0;
	padding: 0;
}

#map
{
	width: 558px;
	height: 350px;
}

#directions
{
	margin: 0 auto 10px auto;
}

#lists
{
	clear: both;
	margin: 20px 11px 0 16px;
	padding: 25px 0 0 0;
	background: transparent url('/media/images/fontanals_any_lists_back.jpg') 0 0 no-repeat;
	color: #f2fafc;
	font-family: "Verdana";
	font-size: 11px;
}

#lists .Email label
{
	width: 50px;
	float: left;
	margin: 3px 0 3px 3px;
}

#lists .Email input
{
	width: 136px;
	margin: 0;
	padding: 2px;
	font-family: "Verdana";
	font-size: 13px;
}

#lists .List
{
	clear: both;
	margin: 6px 0 0 50px;
}

#lists .List input
{
	margin: 0;
	padding: 4px 0;
}

#lists .List label
{
	margin: 0;
	padding: 0;
	position: relative;
	top: -1px;
	left: 2px;
}

#lists .Type
{
	clear: both;
	padding: 6px 0;
	margin: 0 0 0 50px;
}

#lists .Type input
{
	margin: 0;
	padding: 0;
}

#lists .Type label
{
	margin: 0;
	padding: 0;
	position: relative;
	top: -1px;
	left: 2px;
}

#lists .InputImage
{
	clear: both;
	margin: 4px 0 20px 50px;
}

#footer
{
	
}

#footer .In
{
	background-color: #d6dbbf;
}

#footer .In a, #footer .In a:visited
{
	color: #31302f;
	border-left-color: #31302f;
}

#footer .Out
{
	color: #041c22;
}

#footer .Out a, #footer .Out a:visited
{
	color: #041c22;
}

.LeftColumn
{
	background: #700809 url('/media/images/fontanals_any_menu_back.jpg') 0 0 no-repeat;
}

.RightColumn
{
	background-color: #f2fafc;
}

#menu
{
	padding: 10px 0 0 0;
}

#menu a, #menu a:visited, #menu a:hover, #menu a:active, #menu a:focus
{
	display: block;
	margin: 0 22px 0 28px;
	padding: 5px 0;
	border-top: 1px solid #a6531d;
	font: 13px 'Tahoma';
	color: #f8d7b1;
	text-decoration: none;
}

#menu a.First, #menu a.First:visited, #menu a.First:hover, #menu a.First:active, #menu a.First:focus
{
	border-top: none;
}

#content .ContentArea ul
{
	list-style-image: url('/media/images/fontanals_any_list_item.jpg');
}

#content .ContentArea .HomePageContent
{
	float:left;
	width: 270px;
}

#content .ContentArea .HomePageOffers
{
	float:right;
	width: 220px;
}

#content .ContentArea .HomePageContent h2
{
	color: #985f05;
}

#content .ContentArea .HomePageOffers h2 img
{
	display: block;
	margin: 0 auto;
}

#content .ContentArea .HomePageOffers .HomePageOffersBoxTop
{
	margin: 10px 0 0 0;
	background: #ebd9b5 url('/media/images/fontanals_any_ofertas_top.jpg') no-repeat 0 0;
}

#content .ContentArea .HomePageOffers .HomePageOffersBoxBottom
{
	margin: 0;
	background: transparent url('/media/images/fontanals_any_ofertas_bottom.jpg') no-repeat 0 100%;
}

#content .ContentArea a.HomePageOffer
{
	display: block;
	margin: 0;
	padding: 12px 0 8px 0;
	text-decoration: none;
	border: none;
	text-align: center;
}

#content .ContentArea a.HomePageOffer p
{
	margin: 2px 6px 0 6px;
	text-align: center;
	color: #640606;
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .ContentArea a.HomePageOffer p strong
{
	margin: 2px 0 0 0;
	text-align: center;
	color: #640606;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .ContentArea a.HomePageOffer img
{
	margin: 0;
}



#content .ContentArea .OfferDetail
{
	
}

#content .ContentArea .OfferImages
{
	margin: 20px 0 0 0;
}

#content .ContentArea .OfferImages a
{
	border: none;
	display: block;
	height: 70px;
	width: 115px;
	margin: 5px 5px 0 0;
	float: left;
}

#content .ContentArea .OfferImages a img
{
	border: none;
}

#content .ContentArea .OfferPDF
{
	border: none;
	display: block;
	float: right;
	clear: both;
	position: relative;
	top: 20px;
	padding: 20px 60px 20px 8px;
	background: transparent url('/media/images/fontanals_any_pdf.gif') no-repeat 99% 50%;
}


#content .ContentArea .OfferPDF span
{
	display: block;
}

#content .View360
{
	display: block;
	float: right;
	margin: 6px 6px 0 0;
	width: 32px;
	height: 14px;
	background: transparent url('/media/images/fontanals_any_360.gif') no-repeat 0 0;
}

#content .ContentArea .Form
{
	display: block;
	margin: 10px 0;
}

#content .ContentArea .Form .Field
{
	display: block;
	clear: both;
	padding: 4px 0 0 0;
}

#content .ContentArea .Form .Actions
{
	display: block;
	clear: both;
	padding: 4px 0 0 164px;
}

#content .ContentArea .Form .Field label
{
	width: 160px;
	float: left;
	font-family: 'Verdana';
	font-size: 11px;
	padding: 2px;
}

#content .ContentArea .Form .Field .ControlTextBox
{
	width: 160px;
	float: left;
	font-family:'Verdana';
	font-size: 11px;
	padding: 2px;
	border: 1px solid #640606;
}

#content .ContentArea .Form .Field .ControlTextArea
{
	width: 160px;
	height: 100px;
	float: left;
	border: none;
	font-family: 'Verdana';
	font-size: 11px;
	padding: 2px;
	border: 1px solid #640606;
}

#content .ContentArea .Form .Required label
{
	color: #640606;
}




