@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
/* CABECERA */
#header {
	position:relative;
	background-image:url(../img/fondo.gif);
	height:140px;
	width: 100%;
}

#index {
	position:relative;
	height:140px;
	width: 100%;
}

#mancha {
	position: absolute;
	height:186px;
	width:182px;
	float:left;
	left: 839px;
	top: -135px;
}


#wrap {
	position: relative;
	margin:0 auto;
	width:995px;
	border:none;
	height: 500px;
}


/* MENU */
#menu {
	position: absolute;
	margin:0;
	height:18px;
	width: 900px;
	font-size:12px;
	background-color:#FFFFFF;
	color:#000000;
	left: 0px;
	top: 2px;

}

/* CUERPO ----------------------------------- */

#cuerpoIzq {
	position: absolute;
	height:442px;
	width:849px;
	float:left;
	top: 34px;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style: solid;
}

#banner {
	position: absolute;
	height:416px;
	width:167px;
	float:left;
	top: 55px;
	left: 855px;


}
#footer {
	position:absolute;
	background-image:url(../img/fondo.gif);
	width: 100%;
	height: 25px;
	left: 0;
	top: 620px;

}



a:link {
	color: #999999;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}

.LinkBlanco a:hover {
	color: #999999;
	text-decoration:none;
}
 
