.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;
	}
.super
	{
		vertical-align: super;
		font-size: 0.7em;
	}
.titulo
	{
		color:			#161E4B;
		padding-bottom: 10px;
	}

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


.innerBox h2
	{
		color:		#161E4B;
		list-style: none;
		margin-top: 0;
	}
	
.cuerpo p
	{
		padding-left: 44px;
		padding-right: 14px;
		padding-top: 10px;
		color:			#161E4B;
		font-size: 11px;
	}
	
	
	
.columna_derecha
	{
		float: right;
		width: 200px;
		height: 523px;
		background: url('../img/fondo_slide_historia.png') no-repeat top left transparent;
		margin-right: 2.5em;
		font-family: Verdana;
		font-size: 11px;
		line-height: 1.3em;
	}
.cuerpo
	{
		float: left;
		width: 62%; /* 46% navegadores modernos, 45% por IE debido a un bug de calculo de porcentajes, pruebalo de todas formas con 46% */
		float: left;
		font-family: Verdana;
		font-size: 11px;
		line-height: 1.3em;
	}
	
	
/*********************************************** SLIDER *******************************/
#slider ul, #slider li
	{
	    margin:0;
	    padding:0;
	    list-style:none;
	    background-color: #173662;
    }
#slider, #slider li
	{
	    /*
	        define width and height of container element and list item (slide)
	        list items must be the same size as the slider area
	    */
	    width:200px;
	    height:auto;
	    overflow:hidden;
    }
span#prevBtn
	{
		font-size: 10px;	
		padding-right: 3em;
	}
span#nextBtn
	{
		font-size: 10px;
		text-align: center;
	}
#slider ul li img
	{
		width: 200px;
		height: 133px;
	}
.botones
	{
		text-align: center;
		padding-top: 4px;
		padding-bottom: 6px;
		background-color: #173662;
	}
.botones * a
	{
		color: white;
	}