/* CSS Global */

body{
	background : #FFFFFF url(../images/interface/bg2.jpg);
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	text-align:justify;}

div#container {
	background : #FFFFFF url(../images/interface/bg.jpg);
	position:relative;
	margin: 0 auto;
	width:1000px;
	height:auto;
	padding-bottom:20px;
	border-width:1px;
	border-style:solid;
	border-color:#00CCFF;}

/*<BRANDING_ES>*/
div#branding {
	background-image:url(../images/interface/h1_bg.jpg);
	background-repeat:no-repeat;
	display:block;}

div#branding h1{
	padding:0;
	margin:0;}

div#branding h1 a{
	width:1000px;
	height:180px;
	text-indent:-9999px;
	display:block;
	overflow:visible;}
/*<BRANDING_EN>*/
div#branding_en {
	background-image:url(../images/interface/h1_bg_en.jpg);
	background-repeat:no-repeat;
	display:block;}

div#branding_en h1{
	padding:0;
	margin:0;}

div#branding_en h1 a{
	width:1000px;
	height:180px;
	text-indent:-9999px;
	display:block;
	overflow:visible;}
	
.lang{
	display:block;
	width:150px;
	height:32px;
	overflow:hidden;
	position:absolute;
	top:148px;
	left:531px;
	text-indent:-2000px;}
	
.lang a{
	display:block;
	width:150px;
	height:32px;
	overflow:hidden;}

.lang#en{background:url(../images/interface/en_btn.jpg);}
.lang#en a:hover{background:url(../images/interface/en_btn_ov.jpg);}

.lang#es{background:url(../images/interface/es_btn.jpg);}
.lang#es a:hover{background:url(../images/interface/es_btn_ov.jpg);}

/*</BRANDING>*/

.tabtitle h2{
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	background:url(../images/interface/wintitle.jpg);
	background-repeat:no-repeat;
	padding-left: 100px;
	margin: 0px;
	height: 40px;
	line-height: 40px;
}
h3{
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-transform:none;
	color:#333333;
	margin:0;
	margin-bottom:1em;
	padding:0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-variant: small-caps;
	display:inline;
}

h4{	color:#000033;}

cite{color:#000000;
	margin:2em;
	font-size:10px;
	width:300px;
	display:block;}
	
img{border:none;}

.cmmwin {
	position:relative;
	margin-top:20px;
	margin-left:20px;}

.cmmwin p{margin:0;}

.content {position:relative;
	width:auto;
	height:100px;
	margin:0;
	margin-right:20px;
	background:url(../images/interface/genbg.jpg) repeat-y #FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	padding:2em;}

.linklist{
	padding-left:1em;
	color:#FFFFFF;
	font-size:18px;}
	
.linklist li{margin-bottom:2em;}
.linklist a:link{color:#006699;}
.linklist a:visited{color:#333366;}

/*=====<HOME>======*/
.home{
	padding:0;
	float:right;
	position:absolute;
	background:url(../images/interface/home.jpg) no-repeat;
	width:80px;
	height:20px;
	right:20px;
	top:20px;
	text-indent:-80px;
	overflow:hidden;}
	
.home a{
	padding:0;
	width:80px;
	height:20px;
	display:block;}
/*====</HOME>========*/	


/* ------- <CONTACT: argentina.html / colombia.html / mexico.html>------  */

.content img#pic {
	display:block;
	float:right;
	margin:30px;}
	
.content div#info{
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	line-height: 2em;}
.content div#info p{
	margin:0;}

.content#contact{
	color:#003366;
	height:80px;}
.content#contact ul{list-style-type:none;}

.content#contactbig{
	color:#003366;
	height:160px;}
.content#contactbig ul{list-style-type:none;}

/*</CONTACT>*/