*{
	margin: 0px;
	padding: 0px;
}

html body{
	width: 100%;
	height: 100%;	
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -o-flex;
}

.page_wrapper{
	width: 100%;
	height: 100%;
}

/*header y barra de navegacion*/

header{
	background-color: #000;
	height: 90px;
	width: 100%;	
	position: fixed;

}

.content_header {
	
	width: 360px;
	height: 90px;
	margin: auto;
}

.autor{
	width: 70px;
	height: 70px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 90px;

}

a{ text-decoration: none;}

.webpage a {
	display: none;

}


ul{
	list-style-type: none;
	
}
li {
	display: inline;
	float: left;

}
.menu a{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #fff;
	float: left;
	margin-top: 30px;
	margin-left: 15px;

}

li:hover{

	color: #00a8ab;

}

.social_icons{
	width: 225px;
	height: 40px;
	margin-left: 310px;
	float: left;
	display: none;
}

.social_links li{
	width: 40px;
	height: 40px;
	margin-top: 26px;
	margin-left: 15px;
	float: left;
	display: inline;
	display: none;
}



/*Parte descriptiva*/

#content_info{
	background-color: #00a8ab;
	height: 1280px;
	width: 100%;

}

.background_info{
	width: 360px;
	height: 1280px;
	margin: auto;

}

.content_portrait img{
	width: 300px;
	height: 300px;
	margin-left: 30px;
	display: inline;
}

.description{
	width: 330px;
	height: 260px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	display: inline;

}

h1{
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	font-weight: 100;
	color: #fff;
	float: left;
	line-height: 70px;
	text-align: center;
	display: inline;

}

h3{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #fff;
	float: left;
	margin-top: 20px;
	text-align: justify;
	line-height: 30px;
}

/*accesso rapidos*/

.content_bottom{
	background-color: #f0f0f0;
	height: 640px;
	width: 100%;

}

.background_bottom{
	width: 360px;
	height: 640px;
	margin: auto;

}

.description_sublime{
	width: 330px;
	height: 140px;
	float: left;
	margin-top: 50px;	
	display: inline;
	margin-left: 28px;

}

.description_sublime img{
	margin-left: 85px;	
	margin-top: 10px;
	display: inline;
}



.description_notcot{
	width: 330px;
	height: 140px;
	float: left;
	margin-top: 50px;
	display: inline;
	margin-left: 28px;
}

.description_notcot img{
	margin-left: 85px;
	margin-top: 10px;	
	display: inline;

}

.description_logopond{
	width: 330px;
	height: 140px;
	float: left;
	margin-top: 50px;	
	margin-left: 28px;
	display: inline;
}

.description_logopond img{
	margin-left: 85px;
	margin-top: 10px;	
	display: inline;
}

h2{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 500;
	width: 200px;
	height: 37px;
	color: #282828;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	display: none;

}

h2:hover{
	color: #aa233a;
	display: none;
}

h4{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #282828;
	float: left;
	display: none;

}

#content_recursos{
	background-color: #aa233a;
	height: 790px;
	width: 100%;
	display: block;

}

.background_recursos{
	width: 360px;
	height: 790px;
	margin: auto;

}

.content_flat_design{
	width: 330px;
	height: 113px;
	margin-top: 110px;	
	display: inline;
}

.content_flat_design img{
	width: 330px;
	height: 113px;
	margin-left: 18px;
	display: inline;

}

.content_imac {
	width: 330px;
	height: 269px;
	display: inline;

}

.content_imac img{
	width: 330px;
	height: 269px;
	float: left;
	display: inline;
}


iframe{
	width: 320px;
	height: 195px;
	float: left;
	margin-top: 2px;
	margin-left: 5px;
	position: absolute;
}

.content_tablet{
	width: 330px;
	height: 240px;
	float: left;
	display: inline;

}

.content_tablet img{
	width: 330px;
	height: 428px;
	float: left;
	margin-top: 15px;
	display: none;

}

.bootstrap{
	width: 330px;
	height: 240px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;	
	display: inline;

}

.contact h5{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	text-align: right;
	margin-left: 98px;	
	margin-top: 5px;
	float: left;
	display: none;

}

.contact .variable{

	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	margin-left: 80px;
	margin-top: 5px;
	float: left;
	display: inline;

	}

.content_credits{
	background-color: #aa233a;
	height: 35px;
	width: 100%;
	display: none;

}

.background_credits{
	width: 330px;
	height: 35px;
	margin: auto;
	display: none;

}

h6{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	display: none;

}


