section.timeline{

}

section.timeline .titulo_timeline{

}	

section.timeline .titulo_timeline span{
	color: #ED1C24;
	font-size: 15px;
	text-transform: uppercase;
}

section.timeline .linha_separadora_timeline{
	margin-top: 5px;
	border:1px solid #E0E0E0;
}

#carousel .ano_info{	
	position: relative; 
	width: 100%;	
	background-color: #ED1C24;
	margin-top: -20px;
}

#carousel .ano_info span{		
	color: #FFFFFF; 	
	font-size:15px; 		
}

#carousel .texto_info{
	position: relative;
    padding-top: 20px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	background-color: transparent;
    padding-bottom: 10px;
}

#carousel .texto_info span{	    	  
    font-size: 12px;
    text-align: left;
}

#carousel .img_info{
	position: relative;
    width: 200px;
    max-height: 150px;
    margin-left: 10px;
    text-align: center;
}

.acrescentar_fundo{
    position: relative;
    top: 0;
    left: 0;
    margin-left: -10px;
    width: 220px;
    background-color: #FDE8E9;
    height: 10px;
}

#carousel {
    width: 100%;
    position:relative;
}
#carousel ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#carousel li {
    font-size: 40px;
    color: #ED1C24;
    text-align: center;
    display: block;
    width: 220px;
    height: 370px;
    padding: 0;
    float: left;
    position: relative;
    margin: 0 30px;
}

.fundo_elemento{
    background-color: #FDE8E9;
}

#carousel li img {
    max-height: 100%;
    max-width: 100%;
}

.clearfix {
    float: none;
    clear: both;
}
#carousel .prev, #carousel .next {
    display: block;
    overflow: hidden;
    width: 60px;
    height: 100px;
    margin-left: 10px;
    position: absolute;
    top: 160px;
}

#carousel .prev {
    background-position: 0 0;
    left: 30px;
}
#carousel .prev:hover {
   /* left: 31px;*/
}   
#carousel .next {
    background-position: -18px 0;
    right: 30px;
}
#carousel .next:hover {
    /*right: 31px;*/
}   
#carousel .pager {
    text-align: center;
    margin: 0 auto;
}
