/* Resources */

/* SAFARI */
/* @media screen and (-webkit-min-device-pixel-ratio:0) {cont} */

/* IE7 Only */
/* *:first-child+html */

/* End Resources */

/* Global */

body {
	background-color: #d7d7d7;
	margin: 0px;
	_background-color: #d7d7d7;
	_margin: 0px;
}

/* Fin de Global */

/* Header */


#Header {
	background-image:url(../images/global/bg_head.jpg);	
	width: 100%;
	height: 70px;
	/*height: 242px;*/
	_background-image:url(../images/global/bg_head.jpg);	
	_width: 100%;
	_height: 70px;	
}

#Header #Content {
	width: 772px;
	height: 70px;
	position: absolute;
    left: 50%;
	margin-left: -386px;    // 300px/2
	_width: 772px;
	_height: 70px;
	_position: absolute;
	_left: 50%;
	_margin-left: -386px;    // 300px/2
}

#Header #Content #Logo {
	width: 256px;
	height: 70px;
	background-color: #000000;
	float: left;
	margin: 0px;
	_width: 256px;
	_height: 70px;
	_background-color: #000000;
	_float: left;
	_margin: 0px;
}

#Header #Content .logo{
	width: 117px;
	height: 70px;
	float: left;
	margin: 0px;
	_width: 117px;
	_height: 70px;
	_float: left;
	_margin: 0px;
}

#Header #Content #Menu {
	width:516px;
	height: 70px;
	float: right;
	margin: 0px;
	_width:516px;
	_height: 70px;
	_float: right;
	_margin: 0px;
}

#Header #Content #Menu #Language {
	width: 65px;
	height: 70px;
	list-style: none;
	float: left;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/global/bg_language.jpg);
	_width: 65px;
	_height: 70px;
	_list-style: none;
	_float: left;
	_margin: 0px;
	_text-decoration: none;
	_background-image: url(../images/global/bg_language.jpg); 	
}

#Header #Content #Menu #Language a {
	text-decoration:none;
	_text-decoration:none;
}

#Header #Content #Menu #Language a:hover {
	width: 65px;
	height: 70px;
	text-decoration: none;
	background-image: url(../images/global/bg_language_.jpg);
	display: inline-block; 
	_width: 65px;
	_height: 70px;
	_text-decoration: none;
	_background-image: url(../images/global/bg_language_.jpg);
	_display: inline-block; 
}

#Header #Content #Menu #Language .title {
	padding-right:7px;
	padding-top:45px;
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:10px;
	color: #0d536b;
	text-decoration:none;
	letter-spacing: 0.5px;
	_padding-right:7px;
	_padding-top:45px;
	_text-align:right;
	_font-family:"Trebuchet MS";
	_font-size:10px;
	_color: #0d536b;
	_text-decoration:none;
	_letter-spacing: 0.5px;;
}

#Header #Content #Menu #Botonera {
	width: 451px;
	height: 70px;
	/*display: inline-block;*/
	float: left;
	margin: 0px;
	padding: 0px;
	_width: 451px;
	_height: 70px;
	/*display: inline-block;*/
	_float: left;
	_margin: 0px;
	_padding: 0px;
}

#Header #Content #Menu #Botonera li {
	display: inline-block;
	width: 90px;
	height: 70px;
	list-style: none;
	float: left;
	margin: 0px;
	text-decoration: none; 
	_display: inline-block;
	_width: 90px;
	_height: 70px;
	_list-style: none;
	_float: left;
	_margin: 0px;
	_text-decoration: none;  	 	
}

#Header #Content #Menu #Botonera li a. {
	list-style: none;
	background-image: url(../images/global/bg_btn.jpg);
	text-decoration: none;
	_list-style: none;
	_background-image: url(../images/global/bg_btn.jpg);
	_text-decoration: none;
}

#Header #Content #Menu #Botonera li a:hover {
	width: 90px;
	height: 70px;
	text-decoration: none;
	display: block;
	margin: 0px;
	background-image: url(../images/global/bg_btn_.jpg);
	_width: 90px;
	_height: 70px;
	_text-decoration: none;
	_display: block;
	_margin: 0px;
	_background-image: url(../images/global/bg_btn_.jpg);
}

#Header #Content #Menu #Botonera li a:active {
	text-decoration: none;
	_text-decoration: none;
}

#Header #Content #Menu #Botonera li a:visited {
	text-decoration: none;
	_text-decoration: none;
}

#Header #Content #Menu #Botonera li a:link {
	text-decoration: none;
	_text-decoration: none;
}

#Header #Content #Menu #Botonera .title {
	padding-right:7px;
	padding-top:45px;
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing: 0.5px;
	_padding-right:7px;
	_padding-top:45px;
	_text-align:right;
	_font-family:"Trebuchet MS";
	_font-size:10px;
	_color:#FFFFFF;
	_text-decoration:none;
	_letter-spacing: 0.5px;
}

#Header #Content #Menu #Botonera .text {
	padding-right:7px;
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#acacac;
	text-decoration:none;
	_padding-right:7px;
	_text-align:right;
	_font-family:"Trebuchet MS";
	_font-size:11px;
	_color:#acacac;
	_text-decoration:none;
}

#Header #Content #Menu #Botonera .separator {
	width:2px;
	height:70px;
	background-image:url(../images/global/separator_btn.jpg);
	float:right;
	_width:2px;
	_height:70px;
	_background-image:url(../images/global/separator_btn.jpg);
	_float:right;
}

/*  Fin de Header */


/* Content */

#Flash {
	background-image:url(../images/global/bg_center.jpg);	
	width: 100%;
	height: 206px;
	_background-image:url(../images/global/bg_center.jpg);	
	_width: 100%;
	_height: 206px;
}

#Flash #Content {
	width: 772px;
	height: 205px;
	position: absolute;
    left: 50%;
	margin-left: -386px;
	_width: 772px;
	_height: 205px;
	_position: absolute;
    _left: 50%;
	_margin-left: -386px;
}

#Flash #Content #News {
	width: 256px;
	height: 205px;
	float: left;
	_width: 256px;
	_height: 205px;
	_float: left;		
}

#Flash #Content #News .logo {
	width: 256px;
	height: 97px;
	background-color: #000000;
	_width: 256px;
	_height: 97px;
	_background-color: #000000;
}

#Flash #Content #News .title {
	width: 230px;
	height: 25px;
	padding-left: 26px;
	padding-top: 10px;
	background-color: #000000;
	font-family:"Lucida Sans";
	font-weight:400;
	font-size: 16px;
	color:#FFFFFF;
	_width: 230px;
	_height: 25px;
	_padding-left: 26px;
	_padding-top: 10px;
	_background-color: #000000;
	_font-family:"Lucida Sans";
	_font-weight:400;
	_font-size: 16px;
	_color:#FFFFFF;
}

#Flash #Content #News .block {
	width: 256px;
	height: 108px;
	background-image:url(../images/home/bg_news.jpg);
	font-family: "Lucida Sans";
	_width: 256px;
	_height: 108px;
	_background-image:url(../images/home/bg_news.jpg);
	_font-family: "Lucida Sans";
}

#Flash #Content #News .block .title_ {
	padding-left: 18px;
	padding-right:8px;
	padding-top: 18px;
	color: #0a3a48;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	_padding-left: 18px;
	_padding-right:8px;
	_padding-top: 18px;
	_color: #0a3a48;
	_font-weight: bold;
	_font-size: 14px;
	_text-align:center;
}

#Flash #Content .swf {
	width: 516px;
	height: 205px;
	float: right;
	_width: 516px;
	_height: 205px;
	_float: right;
}

#Main {	
	width: 100%;
	background-color:#000000;
	_width: 100%;
	_background-color:#000000;
}

#Main #Content {
	width: 772px;
	position: absolute;
    left: 50%;
	margin-left: -386px;
	font-family:"Lucida Sans";
	_width: 772px;
	_position: absolute;
    _left: 50%;
	_margin-left: -386px;
	_font-family:"Lucida Sans";
}

#Main #Content #Internal {
	width: 732px;
	height: 440px;
	font-size:13px;
	color:#FFFFFF;
	padding: 20px;
	background-image: url(../images/internal/bgInternal.jpg);
	_width: 732px;
	_height: 440px;
	_font-size:13px;
	_color:#FFFFFF;
	_padding: 20px;
	_background-image: url(../images/internal/bgInternal.jpg);
}

#Main #Content #Internal #Press {
	width: 730px;
	height: 115px;
	margin-top: 10px;
	vertical-align: bottom;
	border-bottom: 1px dotted #CCCCCC;
	_width: 730px;
	_height: 115px;
	_margin-top: 10px;
	_vertical-align: bottom;
	_border-bottom: 1px dotted #CCCCCC;
}

#Main #Content #Internal #Press img {
	margin-right: 15px;
	_margin-right: 15px;
}

#Main #Content #Internal #ComingSoon {
	width: 200px;
	height: 30px;
	padding-top: 10px;
	margin-left: 266px;
	margin-top: 100px;
	border: 1px #FFFFFF dotted;
	text-align: center; 
	_width: 200px;
	_height: 30px;
	_padding-top: 10px;
	_margin-left: 266px;
	_margin-top: 100px;
	_border: 1px #FFFFFF dotted;
	_text-align: center; 
}

#Main #Content #Internal #NewsTop {
	width: 732px;
	height: 60px;
	padding-top: 30px;
	text-align: center;
	clear: both;
	_width: 732px;
	_height: 60px;
	_padding-top: 30px;
	_text-align: center;
	_clear: both;
}

#Main #Content #Internal #NewsTop a {
	text-decoration: none;
	color:#FFFFFF;
	_text-decoration: none;
	_color:#FFFFFF;
}

#Main #Content #Internal #NewsTop a:hover {
	text-decoration: underline;
	_text-decoration: underline;
}

#Main #Content #Internal #Thank {
	width: 732px;
	height: 320px;
	margin-top: 10px;
	text-align: center;
	_width: 732px;
	_height: 320px;
	_margin-top: 10px;
	_text-align: center;
}

#Main #Content #Internal #Side {
	width: 630px;
	height: 380px;
	margin: 0px;
	float: left;
	margin-left: 65px;
	margin-right: 70px;
	margin-top: 60px;
	z-index: 10px;
	text-align: center;
	_width: 630px;
	_height: 380px;
	_margin: 0px;
	_float: left;
	_margin-left: 65px;
	_margin-right: 70px;
	_margin-top: 60px;
	_z-index: 10px;
	_text-align: center;
}

#Main #Content #Internal #Side #Bloque {
	width: 600px;
	height: 250px;
	padding-top: 10px;
	margin-top: 30px;
	padding: 15px;
	_width: 600px;
	_height: 250px;
	_padding-top: 10px;
	_margin-top: 30px;
	_padding: 15px;  
}

#Main #Content #Internal #Side #Bloque .title {
	font-size:16px;
	color:#FFFFFF;
	margin-top: 15px;
	margin-bottom: 20px;
	_font-size:16px;
	_color:#FFFFFF;
	_margin-top: 15px;
	_margin-bottom: 20px;
}

#Main #Content #Internal form {
	width: 730px;
	height: 320px;
	margin: 0px;
	_width: 730px;
	_height: 320px;
	_margin: 0px;
}	

#Main #Content #Internal #FormSide {
	width: 345px;
	height: 270px;
	margin: 0px;
	float: left;
	margin-left: 14px;
	margin-top: 20px;
	_width: 345px;
	_height: 270px;
	_margin: 0px;
	_float: left;
	_margin-left: 8px;
	_margin-top: 20px;
}

#Main #Content #Internal #FormSide .contact {
	text-align: center;
	width: 345px;
	height: 210px;
	margin-top: 30px;
	_text-align: center;
	_width: 345px;
	_height: 210px;
	_margin-top: 30px;
}

#Main #Content #Internal #FormSide .field_ {
	float: right;
	height: 20px;
	width: 320px;
	padding-right: 15px;
	clear: both;
	margin-top: 5px;
	text-align: right;
	_float: right;
	_height: 20px;
	_width: 320px;
	_padding-right: 15px;
	_clear: both;
	_margin-top: 5px;
	_text-align: right;
}

#Main #Content #Internal #FormSide .text_ {
	font-size: 10px;
	float: right;
	height: 40px;
	width: 320px;
	padding-right: 15px;
	margin-left: 5px;
	padding-top: 5px;
	clear: both;
	margin-top: 5px;
	text-align: justify;
	color: #999999;
	_font-size: 10px;
	_float: right;
	_height: 40px;
	_width: 320px;
	_padding-right: 15px;
	_margin-left: 5px;
	_padding-top: 5px;
	_clear: both;
	_margin-top: 5px;
	_text-align: justify;
	_color: #999999;
}

#Main #Content #Internal #FormSide .field_2 {
	float: right;
	height: 160px;
	width: 320px;
	padding-right: 15px;
	clear: both;
	margin-top: 5px;
	text-align: right;
	_float: right;
	_height: 160px;
	_width: 320px;
	_padding-right: 15px;
	_clear: both;
	_margin-top: 5px;
	_text-align: right;
}

#Main #Content #Internal #FormSide .field_3 {
	float: right;
	height: 105px;
	width: 320px;
	padding-right: 15px;
	clear: both;
	margin-top: 5px;
	text-align: right;
	_float: right;
	_height: 105px;
	_width: 320px;
	_padding-right: 15px;
	_clear: both;
	_margin-top: 5px;
	_text-align: right;
}

#Main #Content #Internal #FormSide .field_2 label {
	height: 20px;
	width: 320px;
	vertical-align: top;
	_height: 20px;
	_width: 320px;
	_vertical-align: top;
}

#Main #Content #Internal #FormSide .field_3 label {
	height: 20px;
	width: 320px;
	vertical-align: top;
	_height: 20px;
	_width: 320px;
	_vertical-align: top;
}		

input {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	border: 1px solid #424242;
	background-color:#CCCCCC;
	color: #333333;
	width: 200px;
	height: 18px;
	vertical-align: baseline;
	_font-family: "Trebuchet MS";
	_font-size: 11px;
	_font-weight: normal;
	_margin: 0px;
	_border: 1px solid #424242;
	_background-color:#CCCCCC;
	_color: #333333;
	_width: 200px;
	_height: 18px;
	_vertical-align: baseline;
}

#button {
	width: 50px;
	vertical-align: bottom;
	_width: 50px;
	_vertical-align: bottom;
}

select {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	border: 1px solid #424242;
	background-color:#CCCCCC;
	color: #333333;
	width: 202px;
	height: 18px;
	vertical-align: baseline;
	_font-family: "Trebuchet MS";
	_font-size: 11px;
	_font-weight: normal;
	_margin: 0px;
	_border: 1px solid #424242;
	_background-color:#CCCCCC;
	_color: #333333;
	_width: 202px;
	_height: 18px;
	_vertical-align: baseline;
}

textarea {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	border: 1px solid #424242;
	background-color:#CCCCCC;
	color: #333333;
	width: 202px;
	height: 150px;
	vertical-align: baseline;
	_font-family: "Trebuchet MS";
	_font-size: 11px;
	_font-weight: normal;
	_margin: 0px;
	_border: 1px solid #424242;
	_background-color:#CCCCCC;
	_color: #333333;
	_width: 202px;
	_height: 150px;
	_vertical-align: baseline;
}

.textarea2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	border: 1px solid #424242;
	background-color:#CCCCCC;
	color: #333333;
	width: 200px;
	height: 100px;
	vertical-align: baseline;
	_font-family: "Trebuchet MS";
	_font-size: 11px;
	_font-weight: normal;
	_margin: 0px;
	_border: 1px solid #424242;
	_background-color:#CCCCCC;
	_color: #333333;
	_width: 200px;
	_height: 100px;
	_vertical-align: baseline;
}

#Main #Content #Colum1 {
	width: 256px;
	height: 480px;
	background-image:url(../images/home/bg_colum_1.jpg);
	float: left;
	_width: 250px;
	_height: 480px;
	_background-image:url(../images/home/bg_colum_1.jpg);
	_float: left;
}

#Main #Content #Colum2 {
	width: 258px;
	height: 480px;
	background-color: #000000;
	float: left;
	_width: 254px;
	_height: 480px;
	_background-color: #000000;
	_float: left;
}

#Main #Content #Colum3 {
	width: 258px;
	height: 480px;
	background-image:url(../images/home/bg_colum_3.jpg);
	float: right;
	_width: 252px;
	_height: 480px;
	_background-image:url(../images/home/bg_colum_3.jpg);
	_float: right;
}

#Main #Content #Colum1 #BlockContent {
	width: 216px;
	height: 116px;
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 22px;
	_width: 210px;
	_height: 116px;
	_padding-left: 15px;
	_padding-top: 10px;
	_padding-right: 10px;
	_padding-bottom: 12px;
}

#Main #Content #Colum2 #BlockContent {
	width: 218px;;
	height: 116px;
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 22px;
	_width: 220px;;
	_height: 116px;
	_padding-left: 23px;
	_padding-top: 10px;
	_padding-right: 8px;
	_padding-bottom: 12px;
}

#Main #Content #Colum3 #BlockContent {
	width: 218px;
	height: 116px;
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 22px;
	_width: 212px;
	_height: 116px;
	_padding-left: 15px;
	_padding-top: 10px;
	_padding-right: 10px;
	_padding-bottom: 12px;
}

#Main #Content #BlockCont_a {
	width: 216px;
	height: 121px;
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 22px;	
	background-image: url(../images/internal/bgBlock.jpg);
	_width: 210px;
	_height: 121px;
	_padding-left: 15px;
	_padding-top: 10px;
	_padding-right: 10px;
	_padding-bottom: 12px;	
	_background-image: url(../images/internal/bgBlock.jpg);
}

#Main #Content #BlockCont_b {
	width: 216px;
	height: 121px;
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 22px;	
	background-image: url(../images/internal/bgBlock_.jpg);
	_width: 210px;
	_height: 121px;
	_padding-left: 15px;
	_padding-top: 10px;
	_padding-right: 10px;
	_padding-bottom: 12px;	
	_background-image: url(../images/internal/bgBlock_.jpg);
}

#Main #Content #BlockCont_c {
	width: 218px;
	height: 121px;
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 22px;
	background-image: url(../images/internal/bgBlock.jpg);
	_width: 214px;
	_height: 121px;
	_padding-left: 23px;
	_padding-top: 10px;
	_padding-right: 8px;
	_padding-bottom: 12px;
	_background-image: url(../images/internal/bgBlock.jpg);
}

#Main #Content #BlockCont_d {
	width: 218px;
	height: 121px;
	padding-left: 20px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 22px;
	background-image: url(../images/internal/bgBlock_.jpg);
	_width: 214px;
	_height: 121px;
	_padding-left: 23px;
	_padding-top: 10px;
	_padding-right: 8px;
	_padding-bottom: 12px;
	_background-image: url(../images/internal/bgBlock_.jpg);
}

#Main #Content #Volver {
	margin-top: 4px;
	float: right;
	_margin-top: 4px;
	_float: right;
}

#Main #Content .separator {
	width: 100%;
	height: 1px;
	_width: 100%;
	_height: 1px;
}	

#Main #Content #Clear {
	clear:both;
	_clear:both;
}

#Main #Content #Block_1 {
	width: 438px;
	height: 119px;
	padding-left: 22px;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 22px;
	margin-top: 1px;
	margin-bottom: 1px;
	float:left;
	_width: 438px;
	_height: 119px;
	_padding-left: 22px;
	_padding-top: 20px;
	_padding-right: 22px;
	_padding-bottom: 22px;
	_margin-top: 1px;
	_margin-bottom: 1px;
	_float:left;
}

#Main #Content #Block_2 {
	width: 438px;
	height: 119px;
	padding-left: 22px;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 22px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
	float:right;
	_width: 438px;
	_height: 119px;
	_padding-left: 22px;
	_padding-top: 20px;
	_padding-right: 22px;
	_padding-bottom: 22px;
	_margin-top: 1px;
	_margin-bottom: 1px;
	_margin-left: 2px;
	_float:right;
}

#Main #Content .block {
	background-image:url(../images/internal/bgBlock.jpg);
	_background-image:url(../images/internal/bgBlock.jpg);
}

#Main #Content .block_ {
	background-image:url(../images/internal/bgBlock_.jpg);
	_background-image:url(../images/internal/bgBlock_.jpg);
}

#Main #Content img {
	margin-top:4px;
	margin-right:8px;
	_margin-top:4px;
	_margin-right:8px;
}

#Main #Content .title {
	font-size:16px;
	color:#FFFFFF;
	_font-size:16px;
	_color:#FFFFFF;
}

#Main #Content .subTitle {
	margin-top:2px;
	font-size:11px;
	color:#cdcdcd;
	line-height: 1em;
	_margin-top:2px;
	_font-size:10px;
	_color:#cdcdcd;
	_line-height: 1em;
}

#Main #Content .text {
	font-size:10px;
	color:#9e9e9e;
	text-decoration:none;
	line-height: 1em;
	_font-size:10px;
	_color:#9e9e9e;
	_text-decoration:none;
	_line-height: 1em;
}

#Main #Content a.text a.text:active {
	text-decoration:none;
	_text-decoration:none;
}

#Main #Content a.text:hover {
	color:#FFFFFF;
	_color:#FFFFFF;
}

/* End Content */

/* Footer */

#Footer {
	background-image:url(../images/global/bg_footer.jpg);	
	width: 100%;
	height:74px;
	clear:both;		
 	_background-image:url(../images/global/bg_footer.jpg);	
	_width: 100%;
	_height:74px;
	_clear:both;		
}

#Footer #Content {
	width: 772px;
	height:74px;
	position: absolute;
    left: 50%;
	margin-left: -386px;
	font-family: "Trebuchet MS";	
	text-align: center;
	_width: 772px;
	_height:74px;
	_position: absolute;
    _left: 50%;
	_margin-left: -386px;
	_font-family: "Trebuchet MS";	
	_text-align: center;		
}

#Footer #Content .menu {
	margin-top:14px;
	font-size: 10pt;
	color: #25292e;
	_margin-top:14px;
	_font-size: 10pt;
	_color: #25292e;
}	

#Footer #Content a.menu {
	text-decoration:none;
	_text-decoration:none;
}

#Footer #Content a.menu:hover {
	text-decoration:none;
	color:#0a3a48;
	_text-decoration:none;
	_color:#0a3a48;
}

#Footer #Content .copyright {	
	font-size: 8pt;
	color: #0a3a48;
	_font-size: 8pt;
	_color: #0a3a48;		
}

#Footer #Content .whiz {	
	font-size: 8pt;
	color: #25292e;
	text-decoration:none;
	_font-size: 8pt;
	_color: #25292e;
	_text-decoration:none;	
}

#Footer #Content .four {	
	font-size: 8pt;
	color: #511113;	
	text-decoration:none;
	_font-size: 8pt;
	_color: #511113;	
	_text-decoration:none;
}

#Footer #Content a.whiz a.four {
	text-decoration:none;
	_text-decoration:none;
}

#Footer #Content a.whiz:hover a.four:hover {
	color:#000000;
	_color:#000000;
}

/* Fin de Footer */
