@charset UTF-8;
/* CSS Document */
body {
	background:url(../img/bg.jpg) repeat #ffffff;
	font-family:Georgia, Times, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
}

* { behavior: url(iepngfix.htc) }

p {
	font-size:12px;
	line-height:19px;
}

a {
	text-decoration:none;
	color:#d08300;
}

p.desc:first-letter, p:first-letter{
	text-transform: uppercase;
}


a:hover {
	text-decoration:underline;
	color:#a00214;
}

#lang_shadow {
	width:901px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	height:4px;
	background:url(../img/lang_shadow.png) no-repeat 625px 0;
}

#wrapper_bg {
	width:901px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	border:1px solid #ccc;
}

#wrapper {
	width:899px;
	border:1px solid #ffffff;
	background:#ebdcaa;
}

#head {
	background:url(../img/header.jpg) 0 -1px;
	background-repeat:no-repeat;
	height:302px;
	position: relative;	
}

h1.impact_title{
	color: #999999;
	font-style: italic;
	font-size: 20px;
	font-weight: lighter;
	font-family: Georgia, Times, serif;
	font-style: italic;
	position: absolute;
	bottom: 10px;
	left: 60px;
}

h1.impact_title_en, h1.impact_title_es{
	left: 25px;
}

#lang_link {
	float:right;
	margin-right:150px;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	position:relative;
	z-index:1;
}

.lang_sx {
	background:url(../img/lang_sx.png) no-repeat;
	width:10px;
	height:25px;
	float:left;
}

.lang_center {
	background:url(../img/lang_cent.png) repeat-x;
	height:25px;
	float:left;
	text-align:center;
	padding:6px 11px 0;
}

.lang_center a {
	color:#a00214;
	float:left;
	text-decoration:none;
}

.lang_center a:hover {
	color:#d08300;
}

.lang_center a.selected {
	color:#d08300;
}

.lang_sep {
	background:#a00214;
	height:12px;
	width:1px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.lang_dx {
	background:url(../img/lang_dx.png) no-repeat;
	width:10px;
	height:25px;
	float:left;
}

#logo {
	position:relative;
	top:18px;
	left:18px;
	width:266px;
	z-index:1;
}

#content {
	background:#ebdcaa url(../img/texture.jpg) repeat-y;
}

#col_sx {
	width:199px;
	height:297px;
	float:left;
	background:url(../img/bg_menu.png) no-repeat;
}

#col_sx ul.menu {
	text-align:center;
	width:199px;
	padding-top:24px;
}

#col_sx ul.menu li {
	padding-bottom:16px;
}

#col_sx ul.menu li a {
	text-decoration:none;
	font-size:14px;
	color:#d08300;
}

#col_sx ul.menu li a.different {
	color:#a00214;
}

#col_sx ul.menu li a:hover,#col_sx ul.menu li a.selected {
	color:#a00214;
}

#col_cent {
	width:500px;
	background:#ffffff url(../img/bg_content.jpg) top repeat-x;
	float:left;
	border-left:1px solid #eed6a7;
	border-right:1px solid #eed6a7;
	min-height:297px;
}

#col_cent h1.title {
	padding:30px 10px 0 25px;
	color:#A00214;
	font-size:24px;
	font-weight:normal;
}


#col_cent p.desc {
	padding:10px 25px 30px;
	color:#282828;
	text-align:justify;
}

#col_cent ul {
	padding:0 25px 0 30px;
	color:#282828;
	text-align:justify;
}

#col_cent ul li{
	margin-bottom: 10px;
	line-height: 14px;
}

#col_dx {
	width:198px;
	height:297px;
/* 	background:#acc705; */
	float:left;
}

#col_dx h1 {
	font-size:19px;
	font-weight:normal;
	/* background:#acc705 url(../img/bg_offerta.jpg) repeat-x; */
	color:#FFFFFF;
	padding:22px 0 4px 8px;
}

#offer_info {
	font-size:10px;
	font-weight:normal;
	background:#ffffff url(../img/bg_offerta_info.jpg) repeat-x;
	color:#51473d;
	padding:10px 0 5px 6px;
	border-bottom:1px solid #c3c3c3;
	/*
border-right:1px solid #c3c3c3;
	border-top:1px solid #c3c3c3;
*/
	line-height:11px;
}

div.bg_col_dx_top{
	height: 47px;
	background: #fff url(../img/bg_col_dx_top.jpg) no-repeat center bottom;
}

div.bg_col_dx_bot{
	height: 17px;
	background: #fff url(../img/bg_col_dx_bot.jpg) no-repeat center top;
}

div.bg_col_dx_shad{
	height: 62px;
	background: url(../img/bg_col_dx_shad.png) repeat-x;
}

#col_dx div.photo {
	//background:url(../img/offer_photo.jpg) no-repeat;
	height:202px;
	width: 197px;
	margin-left: 1px;
}

div.clearfix {
	clear:both;
}

#content_bot {
	height:51px;
	background:url(../img/content_bot.jpg) 0 -1px no-repeat;
}


	
/*Start accordion*/
.ui-accordion .ui-accordion-header {
	cursor:pointer;
	position:relative;
	margin-top:1px;
	zoom:1;
	text-align:center;
}

.ui-state-default,.ui-widget-content .ui-state-default {
	background:url(../img/bg_acc.jpg) no-repeat center bottom;
	color:#000;
	outline:none;
}

.ui-accordion .ui-accordion-header a {
	display:block;
	font-size:12px;
	padding:5px 5px 15px;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
	color:#D08300;
	text-decoration:none;
	outline:none;
	border:0;
}

.ui-state-default,.ui-widget-content .ui-state-default {
	font-weight:normal;
}

.ui-state-hover a,.ui-state-hover a:hover {
	color:#A00214;
	text-decoration:none;
	outline:none;
}

.ui-accordion .ui-accordion-content {
	padding:10px 65px 30px;
	background:transparent url(../img/bg_acc.jpg) no-repeat scroll center bottom;
	border-top:0;
	margin-top:-2px;
	position:relative;
	top:1px;
	margin-bottom:2px;
	overflow:auto;
	display:none;
	text-align:justify;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color:#A00214;
	outline:none;
	text-decoration:none;
	font-weight:normal;
}

.ui-state-active a:hover {
	color:#D08300;
}

#accordion ul li{
	margin-bottom: 10px;
	line-height:19px;
}

#accordion ul li:first-letter{
	text-transform: uppercase;
}

#foot{
	text-align: center;
	font-size: 10px;
	color: #222222;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom:10px; */
}

#foot a{
	color: #333333;
}

#foot a:hover{
	color: #A00214;
	text-decoration: none;
}