/* CSS Document */

@charset "utf-8";

body {
	background-image:url(../img/fondo.gif);
	z-index:0;
}



#contenedor{
	height:509px;
	width:814px;
	margin-top: 88px;
	margin-right: auto;
	margin-left: auto;
	z-index:1;
}

#contenido {
	position:absolute;
	height:514px;
	width:792px;
	background-image:url(../img/cont.png);
	_background-image:url(../img/explorer/contx.png); /*Int Exp 6*/
	margin-left:11px;
	z-index:1;	
}

#esqIzq{
	position:absolute;
	margin-left:-6px;
	background-image:url(../img/esqIzq.png);
	_background-image:url(../img/explorer/esqIzqx.png); /*Int Exp 6*/
	height:514px;
	width:17px;
	z-index:0;
}

#esqDer{
	position:absolute;
	right:-17px;
	background-image:url(../img/esqDer.png);
	_background-image:url(../img/explorer/esqDerx.png); /*Int Exp 6*/
	height:514px;
	width:17px;
	z-index:0;
}


/* -----------------------> Menú */

#menu{
	position:relative;	
	right:45px;
	*right:45px; /*Int Exp*/
	top:112px;
	*top:128px; /*Int Exp*/
	text-align:right;
	z-index:3;
	letter-spacing: 0.5px;
}

.navBar li{
	display:inline;
}

.navBar li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	*font-size:13px; /*Int Exp*/
	color:#8bb013;
	text-decoration: none;
	padding-bottom:2px;
	*padding-bottom:3px; /*Int Exp 7*/
	padding-left:8px;
	padding-right:8px;
}

.navBar li a:hover {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #68b03d;
}

#btnUso{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	*font-size:13px; /*Int Exp 7*/
	color:#219f14;
	text-decoration: none;
	padding-bottom:2px;
	*padding-bottom:3px; /*Int Exp 7*/
	padding-left:8px;
	padding-right:8px;
	margin-right:-4px;
	*margin-right:0px; /*Int Exp*/
	margin-left:-5px;
	*margin-left:-4px; /*Int Exp*/
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #219f14;
}


/* -----------------------> Botones del menú */

#btnInf{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	*font-size:13px; /*Int Exp*/
	color:#8bb013;
	text-decoration: none;
	*margin-right:-2px; /*Int Exp*/
}

#btnPim{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	*font-size:13px; /*Int Exp*/
	color:#8bb013;
	text-decoration: none;
	*margin-right:4px; /*Int Exp*/
}

#btnPro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	*font-size:13px; /*Int Exp*/
	color:#8bb013;
	text-decoration: none;
	*margin-right:8px; /*Int Exp*/
}

#btnCon{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	*font-size:13px; /*Int Exp*/
	color:#8bb013;
	text-decoration: none;
	*margin-right:3px; /*Int Exp*/
}


/* -----------------------> Cabecera */

#fotoTarrina{
	position:absolute;
	background-image:url(../img/tarrinas.png);
	_background-image:url(../img/explorer/tarrinasx.jpg); /*Int Exp 6*/
	width:377px;
	height:174px;
	left:-6px;
	_left:-7px; /*Int Exp 6*/
	top:6px;
	z-index:4;
}

#PCG{
	position:absolute;	
	background-image:url(../img/PCG.png);
	_background-image:url(../img/explorer/PCGx.png); /*Int Exp 6*/
	background-repeat: no-repeat;
	width:384px;
	height:157px;
	right:17px;
	top:-33px;
	z-index:5;
}

#copy{
	position:absolute;
	bottom:3px;
	right:60px;
	*bottom:12px; /*Int Exp*/
	*right:60px; /*Int Exp*/
	font-family:Verdana;
	font-size:9px;
	color:#219f14;
	text-decoration:none;
	z-index:5;
}