body {
	margin:0px;
	padding:0px;
	background-color:#F0EDEE;
	background-image:url(image/bg2.jpg);
	background-repeat:no-repeat;
	font-family: 'Roboto', sans-serif;
	font-size:12px
}

.contenedor {
	width:940px;
	height:450px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFE;
}
	
.header {
	width: 940px;
	height: 110px;
	background-color: #FFF;
	margin: 0px auto;
	padding-bottom: 5px;

}

.logo {
	width: 200px;
	height: 75px;
	padding-left:20px;
	padding-top:24px;
}

.slider {
	width: 940px;
	height: 320px;
	background-color: #22958B;
}

.footer {
	width: 940px;
	height: 150px;
	background-color: #FFF;
	text-align: center;
	color: #8F8F8F;
	line-height: 0.2em;
	font-weight: 100;
	margin-left:auto;
	margin-right:auto;
}

.contacto {
	width: auto;
	height: auto;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}