.marco
	{
		background: url("../img/fondo_conoce.png") no-repeat top center #FFDF43;
	}
.innerBox
	{
		background: url('../img/fondo_blanco.png') no-repeat left top;
		min-height: 738px;
	}
.titulo
	{
		color:			#161E4B;
		padding-bottom: 10px;
	}

.innerBox > .titulo
	{
		padding-left: 44px;
		padding-right: 14px;
		padding-top: 18px;
	}

.innerBox > p, .enlaces
	{
		padding-left: 44px;
		padding-right: 14px;
		color:			#161E4B;
		list-style: none;
	}
.enlaces li .imagenEnlace img
	{
		width: 178x;
		height: 177px;
		position: relative;
		
	}
.enlaces li
	{
		float: left;
		text-align: center;
		background: url('../img/hover.png') no-repeat top center;
		margin-right: 15px;
		margin-top: 20px;
	}
.enlaces li div img:hover
	{
		filter:alpha(opacity=50); /* IE */ 
		-moz-opacity:0.5; /* Firefox, Opera, ... */ 
		opacity: 0.5; /* CSS 3*/
	}
	
.enlaces li p
	{
		text-align: left;
	}
.enlaces li p a
	{
		font-family: MyCustomFontLite,'Trebuchet MS';
		color: #3173C4;
	}
	
	
	
	
.innerBox h2
	{
		color:		#161E4B;
		list-style: none;
		margin-top: 0;
	}



.listadoHijas
	{
		padding-left: 44px;
	}
.listadoHijas ul
	{
		list-style: none;
	}
	
/*
.innerBox h2
	{
		color:		#161E4B;
		list-style: none;
		padding-left: 2em;
	}
.listadoHijas *
	{
		color:		#161E4B;
		list-style: none;
		padding-left: 1em;
	}
.listadoHijas * a:hover span
	{
		color: #F3C200;
	}
	*/

h2
	{
		margin-top: 45px;
	}
	
	
