* {
	padding: 0;
	margin: 0;
}
#wrap {
	width: 800px;
	margin: 0 auto;
	font-family: Calibri;
}
#header {
	background: #c60b1e;
	padding: 5px 2%;
}
#header h1 a {
	color: #ffc400;
	text-decoration: none;
}
#header h2 {
	color: #fff;
	font-size: 22px;
}
#menu {
	background: #ffc400;
	padding: 5px 2%;
}
#menu ul {
	list-style-type: none;
	color: #005bbf;
	font-family: Tahoma;
	text-align: right;
	font-size: 14px;		
}
#menu ul li {
	display: inline;
	color: #c60b1e;
	margin-left: 10px;
	font-weight: bold;
}
#menu a {
	color: #c60b1e;
}
#menu a:hover {
	color: #fff;
}
#page {
	padding: 10px 2%;
}
#buttons {
	margin: 20px 0;
	height: 250px;
	background: url(../images/couple.jpg) no-repeat top right;
}
#left {
	width: 150px;
	float: left;
}
#right {
	width: 150px;
	float: left;
}
#benefit {
	width: 250px;
	float: left;
	padding: 20px 0;
}
#benefit ul {
	list-style-type: none;
	color: #737373;
	font-family: Gisha;
	font-style: italic;
	text-align: left;
	font-size: 18px;		
}
#benefit ul li {
	margin-bottom: 20px;
}
#content {
	text-align: left;	
}
#content h1 {
	color: #0074AD;
	text-align: left;
	font-size: 22px;
}
#content h2 {
	color: #0074AD;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
#opiniones {
	padding: 10px 5%;
}
#opiniones h4 {
	color: #005bbf;
}
#opiniones p {
	margin-top: 5px;
	font-size: 14px;
	font-family: Andalus;
	text-align: justify;
	font-style: italic;
}
#footer {
	margin-top: 20px;
	padding: 5px;
	background: #ffc400;
	color: #c60b1e;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
}
.button {
	margin-bottom: 20px; 
}
.clear {
	clear: both;
}
#buttons_ {
	margin: 20px 0;
}
.button_ {
	float: left;
	margin-right: 20px;
}

@media screen and (max-width: 800px) {
	#wrap {
		max-width: 100%;
	}
	#benefit {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#header h1 {
		font-size: 22px;
	}
	#header h2 {
		font-size: 18px;
	}
	#content h1 {
		font-size: 18px;
	}
	#buttons {
		background: none;
		height: auto;
	}
	.button {
		max-width: 100%;
	}
	#left {
		max-width: 50%;
	}
	#right {
		max-width: 50%;
	}
	.button_ {
		float: none;
		margin-right: 0;
	}
	#buttons_ {
		text-align: center;
	}

}