.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
	{
		padding-left: 		44px;
		padding-right: 		14px;
		color:				#161E4B;
	}

.videos
	{
		padding-top: 		1em;
		padding-left: 		44px;
	}
.videos ul
	{
		list-style: 		none;
		width: 				161px;
		padding: 			0em 1em 0.3em 0em;
	}
.videos ul li
	{
		padding-top: 		0.3em;
	}
.videos ul li a
	{
		font-family: 		MyCustomFontLite,'Trebuchet MS';
		font-size: 			1em;
		color:				#161E4B;
		background-color: 	inherit;
		
	}
.videos ul li a.actual
	{
		font-family: 		MyCustomFontBold,'Trebuchet MS';
		background-color: 	inherit;
		color:				#161E4B;
	}
.videos ul li a:hover
	{
		color:				#F3C200;
	}	
.video
	{
		float: 				right;
		width: 				401px;
		height: 450px;
		padding: 			0.2em 1em 1em 1em;
		position: 			relative;
		right: 				20px;
		background: url('../img/marco_spots.png') no-repeat top;
	}
.videos .video .cuerpo p
	{
		font-family: 		MyCustomFontLite,'Trebuchet MS';
		color:				#161E4B;
		background-color: 	inherit;
		font-size: 			11px;
		line-height: 		1.3em;
		padding-bottom: 	1em;
		padding-left: 1em;
		padding-right: 1em;
	}
.video h2
	{
		font-family: 		MyCustomFontLite,'Trebuchet MS';
		padding-top: 1em;
		padding-bottom: 	0.5em;
		padding-left: 1em;
		padding-right: 1em;
		font-size: 20px;
	}

.capaVideo
	{
		padding: 			1em;
	}

