
/* 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;
}
#content #timeline .contenedor{
	height:687px;
	
	/* DE MIENTRAS */
	background-image:url(../../images/uruguay_timeline.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

#content .container h3{
	font-size:6.5em;
	color:#ace857;
        margin-top: 20px;
}
#content .container h4,
#content #listado_staff h3{
	font-size:2.5em;
	color:#fff;
}
#content .container h5 {
	font-size:2.2em;
	color:#fff;
        margin:20px 0px;
}
/* EMPRESA */


#content .container ul{
	margin-top:1.2em;
}
#content .container ul li{
    font-size: 1.8em;
    line-height: 1.3;
    color: #bfbfbf;
    background-image: url('/images/bullet.png');
    background-repeat: no-repeat;
    background-position: center left;
    padding: 6px 0px 5px 25px;
}
#content .container ul li strong {
    color: #ace857;
}
#content .container ul li em {
    margin-right: 15px;
}
#content .container p{
	color:#bfbfbf;
}
#content .botonEmpresa{
	float:right;
	margin:10px 0;
}

#content #listado_staff{
	padding:45px 35px 40px 35px;
}
#content #listado_staff li{
	width:30%;
	float:left;
	margin-left:5%;
}
#content #listado_staff li:first-child{
	margin-left:0;
}
#content #listado_staff p{
	margin-bottop:0.5em;
}

#content #share{
	padding:25px 45px 25px 25px;
}
#content #share .text{
	width:84.5%;
	float:left;
}
#content #share h2{
	font-size:4.3em;
	color:#ade959;
	padding:0;
	float:none;
	line-height:1;
}
#content #share h3{
	font-size:2.5em;
	color:#fff;
}

#content #share{
	margin-top:0;
}
#content #share .share{
	float:right;
	width:11.5%;
}
#content #share .share a{
	float:left;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:46px;
	width:46px;
	height:44px;
	display:block;
	text-indent:-1000000px;
	border-radius:30px;
	margin:13px 0 0 5px;
}
#content #share .share a:hover{
	background-position:bottom center;
}