@charset "utf-8";
/* CSS Document By Mauro Strione from wwww.strione.com.ar */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFBA43;
}
a:active {
	text-decoration: none;
	color: #FFBA43;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#orange_bar {
	height: 450px;
	background-image:url(../imgs/bg_orange.png);
	background-repeat:repeat-x;
	margin-top: 80px;
	min-width:780px;
}

.logo {
	position:relative;
	background-image:url(../imgs/logo.png);
	width:255px;
	height:450px;
	z-index:1;
	left: 10%;
}

.logo_container {
	background-image:url(../imgs/logo.png);
	width:255px;
	height:450px;
	z-index:1;
	float:left;
}

#container {
	width:790px;
	margin: 0 auto;
}

.copy {
	position:relative;
	width:550px;
	left: 10%;
	color:#999999;
	top:-80px;
	z-index:2;
}

.btn {
	position:relative;
	width:50%;
	min-width:100px;
	height:22px;
	z-index:1;
	left: 50%;
	top: -100px;
	background-color:#793204;
	background-image:url(../imgs/arrow.gif);
	background-repeat:no-repeat;
	margin-bottom:7px;
}

.header {
	height:22px;
	background-color:#e67026;
	background-image:url(../imgs/arrow_white.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:3px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.btn:hover{

	background-color:#51270d;
}

.txt_esp a{
	position:relative;
	left:25px;
	top:4px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-transform:capitalize;
	text-decoration:none;
}


.txt_eng a{
	position:relative;
	top:4px;
	left:25px;
	color:#dc7200;
	font-weight:bold;
	font-size:11px;
	text-transform:capitalize;
	text-decoration:none;
	margin-left:10px;
}

.txt_esp a:hover, .txt_eng a:hover {
	color:#CCCCCC;
}

.content {
	z-index:2;
	top: 20px;
	max-width:500px;
	float:right;
}

