/*------------------------------ Estilos Basicos ------------------------------*/

@font-face { font-family: futurex; src: url('../fonts/futurexvoyager.ttf'); }

*{
	font-family: helvetica;
	font-weight: lighter;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

body{
	background: url(../images/style/body_bg.jpg);
	color: #696969;
}

h1{
	color: #801837;
	font-size: 36px;
	margin-bottom: 10px;
	font-family: futurex, helvetica;
}

h2{
	color: #c9587a;
	font-size: 20px;
	margin-bottom: 15px;
	font-family: futurex, helvetica;
}

h3{
	color: #c9587a;
	font-size: 18px;
	margin-bottom: 15px;
	font-family: futurex, helvetica;
}

ul#news h3{
	color: #c9587a;
	font-size: 18px;
	margin-bottom: 0px;
	font-family: futurex, helvetica;
}

h4{
	color: #c9587a;
	font-size: 16px;
	font-family: futurex, helvetica;
}

p{
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	color: white;
}

a{
	color: #c9587a;
}

strong{
	font-weight: bold;
	color: #c9587a;
}

dl{
	margin-bottom: 15px;
}

dt{
	font-weight: bold;
	color: #364c74;
}

dd{
	font-size: 12px;
	color: #716e68;	
	margin-bottom: 15px;
	font-weight: normal;
}

em{
	font-style: italic;
}

#wrapper{
	width: 873px;
	margin: 0px auto;
}

td{
	vertical-align: top;
}

/*------------------------------ Header ------------------------------*/

#header{
}

/*------------------------------ Menu ------------------------------*/

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

#menu li {
	margin-bottom: 12px;
}

#menu li a{
	font-size: 16px;
	color: #801837;
	font-family: futurex, helvetica;
}

#menu li a:hover{
}

#menu li.menu_actual a{
}

ul.lang_sel{
	text-align: center;
}

ul.lang_sel li {
	display: inline;
	padding: 0px 5px;
}

ul.lang_sel li a{
}

ul.lang_sel li a:hover{
}


/*------------------------------ Content ------------------------------*/

#content{
	background: url(../images/style/main_bg.png);
	height: 524px;
	margin-top: 30px;
}

input.newsletter{
	width: 149px;
	height: 38px;
	background: url(../images/style/form_contact_bg.png) no-repeat;
	border: none;
	padding-left: 10px;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
}

input.contact{
	width: 326px;
	height: 37px;
	background: url(../images/style/input_form_bg.png) no-repeat;
	border: none;
	padding-left: 10px;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	text-shadow: 1px 1px 2px #000;
}

textarea.contact{
	width: 324px;
	height: 109px;
	background: url(../images/style/text_area_bg.png) no-repeat;
	border: none;
	padding-left: 7px;
	padding-top: 5px;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	text-shadow: 1px 1px 2px #000;
}



input.alta_newsletter{
	width: 149px;
	height: 38px;
	background: url(../images/style/button_contact_bg.png) no-repeat;
	border: none;
	padding-left: 10px;
	font-weight: bold;
	color: white;
	font-size: 14px;
}

.pano{
	width: 535px;
	height: 145px;
	margin-left: 12px;
	border: 4px solid #696969;
}

div#left{
	float: right;
	width: 667px;
	padding: 15px 15px 0px 0px;
}

div#left h1{
	text-align: right;	
}

div.scroll_pane{
	background: url(../images/style/scroll_pane_bg.png);
	width: 634px;
	height:385px;
	margin-left: 12px;
	padding: 10px;
}

div #pane1{
	overflow:hidden;	
	height:385px;
}

div.scroll_pane p{
	letter-spacing: 2px;
	font-family: Helvetica neue;
	line-height: 18px;
	margin-bottom: 15px;
	color: white;
	font-size: 14px;
	font-weight: 100px;
}

div.scroll_pane ul#news p{
	line-height: 14px;
	margin-bottom: 0px;
}

ul#news li{
	overflow: hidden;
	border-bottom: 1px solid #801837;
}

img.banner{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 10px;
	-moz-border-radius:10px;
}

img.thumb_news{
	float:left;
	margin-right: 10px;
}

img.thumbs_news_gal{
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.collapse{
	clear: both;
}

div.thumb_text{
	margin-left: 70px;
}

p.news_links{
	margin-left: 70px;
}

div#bg{
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
	height: 492px;
	margin-bottom: 30px;
}

object.video_main{
	margin-top: 50px;
}

div#video_inter{
	float: right;
}

/*------------------------------ Footer ------------------------------*/


#footer{
	background: url(../images/style/footer_bg.png);
	padding: 10px;
}

#footer p{
	text-align: center;
}

#footer td p{
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 6px;
}