
/* HISTORIA */

#content .title strong{
	float:right;
	color:#fff8f8;
	font-size:3.2em;
	font-weight:normal;
	padding-right:20px;
}

#content #timeline{
	height:687px;
	padding:8px 0;
	border-top:1px solid #292929;
	border-bottom:1px solid #292929;
	margin:7px 0 25px 0;
        overflow: hidden;
        width: 100%;
}
#content #timeline .contenedor{
	height:687px;	
	/* DE MIENTRAS */
	background-image:url(../../images/uruguay_timeline.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
        width: 1400px;
        margin:auto;
}

#content .container h3{
	font-size:6.5em;
	color:#ace857;
}
#content .container h4{
	font-size:2.5em;
}