@import url('template.css');


/* Wrapper
/********************************************************************/
#wrapper{
	background:url(../img/bg_index.jpg) no-repeat left top;
	float:left;
}

/* Header
/********************************************************************/
#header{
	background:none;
	border:none;
	margin:0;
	padding:0;
}

#col_izq{
	float:left;
	margin:50px 0 0 42px;
/*	margin:39px 0 0 108px;
	width:348px;
	width:348px;*/
	display:inline;/* IE6 fix */
}
h1{
	z-index:1;
	width:289px !important;
	position:relative;
	float:left;
	margin:0 0 30px 0;
	padding:0 0 0 0;
	display:inline;
	text-indent:-5000px;
}
h1 a{
	display:block;
	text-decoration:none;
	height:82px !important;
	background:transparent url(../img/logo_ag-index.png) no-repeat;
}
h1 a span{
	position:relative;
	z-index:-1;
}

#col_der{
/*
	float:left;
	margin:0 0 0 38px;
	width:335px;
*/
	background:url(../img/banner01.jpg) no-repeat left top;
	border:2px solid #fff;
	border-bottom:none;
	float:right;
	margin:10px 39px 0 0;
	width:496px; height:300px;
}

#col_der a.auto{
	display:block;
	height:110px;
	text-indent:-5000px;
}

#col_der ul{
	float:left;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	margin:35px 0 5px 22px;
	padding:0 0 5px 22px;
	width:438px;
	border-bottom:1px solid #a07d0e;
}
#col_der ul li{ margin:0 0 8px 0;}
#col_der ul li a{
	color:#004065;
}
#col_der ul li a:hover{ text-decoration:underline;}

#col_der p{
	color:#fff;
	float:left;
	line-height:18px;
	text-align:justify;
	width:100%;
}

/* Links rapidos */
#links_rapidos{
	clear:left;
	float:left;
	font-size:.9em;
	margin:0 0 0 44px;
	display:inline;/* IE6 fix */
}
#links_rapidos li{ background:url(../img/img_pipe-index.gif) no-repeat left 2px;}
#links_rapidos li.first{
	background:none;
	padding-left:0;
}
#links_rapidos li a{ color:#fff;}


/* Idiomas */
#idiomas{
	float:left;
	margin:2px 0 0 0;
	font-size:.9em;
	display:inline;/* IE6 fix */
}
#idiomas li{
	float:left;
	margin-left:7px;
	display:inline;/* IE6 fix */
}
#idiomas li.ar{ background:url(../img/ico_ar-home.gif) no-repeat left top;}
#idiomas li.br{ background:url(../img/ico_br-home.gif) no-repeat left top;}
#idiomas li.us{ background:url(../img/ico_us-home.gif) no-repeat left top;}
#idiomas li a{
	float:left;
	text-indent:-5000px;
	width:24px; height:16px;
}
#idiomas li a:hover{}



/* Cuerpo
/********************************************************************/
#cuerpo{
	background:url(../img/bg_boxes.gif) no-repeat 207px 135px;
	margin:50px 0 100px 38px;
	width:851px;
	display:inline;/* IE6 fix */
}

/* Box
/********************************************************************/
.box{
	float:left;
	margin:0 0 0 21px;
	width:197px;
}
.box_first{ margin-left:0;}
.box img{
	border:1px solid #fff;
	display:block;
}
.box h2{
	width:130px; height:33px;
	margin:11px 0 26px 6px;
}
.box p{
	color:#004065;
	font-size:.9em;
	margin:17px 0 0 6px;
}

.box ul{ margin-left:6px;}
.box ul li{
	background:url(../img/ico_flecha-azul2.gif) no-repeat left 3px;
	font-size:.9em;
	margin:0 0 15px 0;
	padding:0 0 0 15px;
}
.box ul li a{ color:#004065;}
.box ul li a:hover{ text-decoration:underline;}



