* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
}

a, a:hover, a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

.separator {
	color: #000000;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	/*width: 960px;*/
    width: 1150px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

div#title {
	color: #000000;
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 3pt;
	padding-left: 60px;
}

div#logo {
	margin: 10px;
}

div#show {
	width: 720px;
	height: 540px;
	text-align: center;
	margin-bottom: 20px;
}

div#banner_izq {
	float: left;
    margin-left: 50px !important;
}

div#description {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

div#description ul#tabBox {
	list-style: none;
}

div#description ul#tabBox li {
	display: -moz-inline-box; /* Firefox inline-block */
	display: inline-block;
	/* IE Inline */
	zoom:1;
	*display:inline;
	
	width: 106px;
	height: 22px;
	padding-top: 3px;
	margin-left: 5px;
	
	background: url(../img/lang_background.png) no-repeat left top;
	
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	font-variant: small-caps;
	
	text-align: center;
	
	cursor: pointer;
}

div#description ul#tabBox li:first-child {
	margin-left: 0;
}


div#description div.text {
	text-align: justify;
	
	background-color: #c6bb9e;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	
	padding: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	
	color: #633209;
	font-size: 9pt;	
}

div#description div.text p.title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

div#description div.text p.text {
	text-align: justify;
	margin-bottom: 5px;
}

div#description div.text p.text a, div#description div.text p.text a:hover, div#description div.text p.text a:link,  div#description div.text p.text a:visited {
	font-weight: bold;
	color: #633209;
}

div#footer {
	color: #000000;
	font-size: 8pt;
	letter-spacing: 2pt;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	margin-top: 10px;
}