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

html, body {
	background: #FBFBFB;
	color: #484848;
	width: auto !important;
}

body {
	background: #efefef;
	color: #e45b0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:link {
    color: white;
}

/* visited link */
a:visited {
    color: hotpink;
}

/* mouse over link */
a:hover {
    color: #D4EFFF;
}

/* selected link */
a:active {
    color: green;
}

#header {
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	background-color:;
	background: none repeat scroll 0 0 #e45b0b;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    display: -webkit-flex;
    height: 68px;
}

#header div{
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
}

#header div #logo {
	float: left;
	background: url(http://dynamus.com/images/logo_dynamus.png) no-repeat 0 0;
	background-color: #e45b0b;
    height: 58px;
	width: 180px;
}

#header div #partnerlogo {
	float: right;
	background: url(../images/partner/partnerlogo.png) no-repeat 0 0 / 128px 38px;
	height: 58px;
	width: 126px;
	background-position: center;
}

.content {
	background:#FBFBFB repeat-y;
	padding-bottom: 43px;
    margin: 0 0 0 auto;
    overflow: hidden;  
}

.content_wrapper {
	background:url(../images/flechas.svg) no-repeat scroll center center transparent;
	margin: 0 auto;
    min-height: 450px;
    width: 100%;
}

.content_center{
	height: 100%;
	min-height: 450px;
	position: relative;
	width: 100%;
}

.content_center_child{
	display: table;
	left: 50%;
	margin: 0 auto;
	position:absolute;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content_center_child table{
	text-align: center;
}

.content_center_child table tr td h3{
	margin-bottom: 20px;
	max-width: 200px;
}

.content_center_child table tr td.download a{
	background: #e45b0b;
	border-radius: 15px;
	border: 3px solid #e45b0b;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
}

.content_center_child table tr td.download a img{
	vertical-align: middle;
}

.content_center_child table tr td.download a span{
	font-size: 22px;
	font-weight: bold;
}

#footer {
	background: none repeat scroll 0 0 #EFEFEF;
	bottom:0px;
	height:30px;
	left:0px;
	position:fixed;
	text-align: center;
	width:100%;
}

@media screen and (min-width: 320px) and (max-width: 540px) {
	#header div{
		width: 97%;
	}
}

@media screen and (min-width: 541px) and (max-width: 1000px) {
	#header div{
		width: 90%;
	}
}