@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,600);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin:0px;
	padding:0px;
}

body, html{
	font-family:'Raleway';
	font-weight:400;
	height:100%;
	background-color:#eeeeee;
	z-index:-10;	
}

a, a:hover, a:visited, a:active{
	text-decoration:none;
	color:#95272d;
	padding-bottom:3px;
}

a:hover{
	border-bottom:1px dotted #444444;
}

.wrapper{	height:100%;}

.header{
	height:80px;
	background-color:#ffffff;
	position:fixed;
	width:100%;
	z-index:10;
	border-bottom: 1px solid #cccccc;
}

.menu ul{
	list-style: none outside none; 
	text-align: center;
	margin-top:25px;
}

.menu ul li{
	list-style-type:none;
	margin: 0px; 
	display: inline;
}

.menu ul li a, .menu ul li a:hover, .menu ul li a:visited, .menu ul li a:active{
	text-decoration:none;
	color:#95272d;
	font-size:18px;
	padding-bottom:5px;
}

.menu ul li a:hover{
	border-bottom:1px dotted #444444;
}

.menu ul li:after{
	margin:15px;
	color:#cccccc;
	content:' | ';
}

.menu ul li:last-child:after{
	content:' ';
}

.showcase{
	width:100%;
	height:100%;
	padding-top:81px;
	position:relative;
}

.back_image{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
	
.back_image img{
	width:100%;
}

.content{
	width:90%;
	margin:auto;
}

.content h1{
	font-family: 'Montserrat', sans serif;
	font-weight:700;
	font-size:40px;
	color:#95272d;
	padding-bottom:5px;
	border-bottom:5px solid #444444;
	width:auto;
}

.programa{
	color:#444444;
	line-height:30px;
}

.programa h2{
	margin:10px 0px 10px 0px;
	line-height:40px;
}

.programa .title{
	font-weight:bold;
	color:#95272d;
}

.programa ul li{
	list-style-type:none;
}

.footer{
	font-family: 'Raleway';
	padding:40px;
	background-color: #444444;
	color:#eeeeee;
	line-height: 25px;
}