body {
	background: #f0f0f0;
}

a {
	text-decoration: none;
}

h1, .tipoh1 {
	font-family: Roboto Condensed;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 50px;
	color: #dcedc1;
}

h2 {
	font-family: Roboto;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
}

h3 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.bgtitle {
	background: #d5e1ee;
	padding: 10px;
	border-radius: 5px;
	margin-top: 45px;
}

.h1-color {
	color: #ffd3b6;
}

.contenedor {
	margin:0 auto;
	width: 960px;
	padding:5px;
}

.contenedor header {
	padding:10px 10px 10px;
	text-align:center;
	background: #123456;
	border-radius: 5px;
}

.logoavatar {
	display:block;
	margin:0 auto;
	margin-top: -25px;
	z-index: 99;
	border: none;
}

.parrafointro {
	font-size: 20px !important;
	line-height:26px !important;
	font-weight: 300 !important;
	color:#393939;
	margin-bottom:25px !important;
}

p {
	font-size:16px;
	line-height:22px;
	color:#393939;
	margin-bottom:15px;
}

ul {
	font-size:16px;
	line-height:22px;
	color:#393939;
	margin-bottom:15px;
}

footer {
	background: #c5c5c5;
	padding: 10px;
	text-align: center;
	margin-top: 50px;
}

.face-share {
	text-align: center;
	margin-top: 20px;
}