@charset "UTF-8";


.ContainerTitle
{
	font-weight: bold;
	display:block;
	margin-bottom:10px;
    font-size: 1.4em;
}

.ContainerBottom{
    height: 20px;
}
	
.Title_Green
{
	color:rgba(2, 100, 85, 1);
	border-bottom: 4px solid rgba(2, 100, 85, 1);
} 

.Title_youtube
{
	background-color: #da182f;
	color: White;
	
	background-image: url(images/youtube.png);
	background-position: right;
	background-repeat: no-repeat;
}

.Title_Transparent
{
	background-color: transparent;
	color: #444;
	padding: 0px;
	margin-top:10px;
	margin-left:10px;
}






