/* CSS Document */
body {
	/*margin: 0px;*/
	background-color:#E6E6E6;
}
div.contenedorMayor{
	width:1002px;
	height:590px;
	margin: 0px auto;
	background-color:#00FF66;
}
div.contenedorInternoIzquierdo{
	width:150px;
	height:590px;
	background-color:#E6E6E6;
	float:left;
}
div.contenedorTexto{
	width:50px;
	height:560px;
	background-color:#FFFFFF;
	float:right;
	background-image:url(../img/textoArpGroup.jpg);
}
div.tituloMenu{
	width:150px;
	height:15px;
	color:#FFFFFF;
	text-align:center;
	float:left;
	background-image:url(../img/imagensuperior.jpg);
	
}
div.imagenFondo{
	width:150px;
	height:15px;
	text-align:center;
	float:right;
	background-image:url(../img/imageninferior.jpg);
}
div.Botones{
	width:172px;
	height:80px;
	float:left;
}
div.botonArp{
	width:100px;
	height:80px;
	float:right;
	background-image:url(../img/arpOrla.jpg);
		
}
div.botonSociedad{
	width:100px;
	height:80px;
	float:right;
	background-image:url(../img/sociedadOrla.jpg);
}
div.botonRisk{
	width:100px;
	height:80px;
	float:right;
	background-image:url(../img/riskOrla.jpg)
}
div.botonAdministradora{
	width:100px;
	height:80px;
	float:right;
	background-image:url(../img/administradoraOrla.jpg);
}
div.botonGlobal{
	width:100px;
	height:80px;
	float:right;
	background-image:url(../img/globalOrla.jpg);
}
div.botonInversora{
	width:100px;
	height:80px;
	float:right;
	background-image:url(../img/inversoraOrla.jpg);
}
div.botonFundacion{
	width:100px;
	height:80px;
	float:right;
	background-image:url(../img/fundacionOrla.jpg);
}
div.relleno{
	width:100px;
	height:240px;
	float:right;
	background-image:url(../img/relleno.jpg);
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100px;
	color:#666666;
	line-height: 80px;
	height:80px;
}
a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
	filter:alpha(opacity=0);
	opacity: .0;
	-moz-opacity: .0;
	font-size:13pt;
}


div.contenedorInternoCentro{
	width:800px;
	height:590px;
	background-color:#FFFFFF;
	float:left;
}
div.contenedorInternoDerecho{
	width:52px;
	height:590px;
	background-color:#FFFFFF;
	float:right;
	background-image:url(../img/barraLateral.jpg)
}
