@charset "utf-8";
/* CSS Document */
/* fixes */
*{margin:0;padding:0;}
img {border:none}
article, aside, figure, footer, header, hgroup, nav, section {display:block;}
textarea{resize:none;}
/* classes comunes */
.clear{width:100%;clear:both;}
.left{float:left;}
.right{float:right;}
.none{display:none;}


body {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #231f20;
}

.contPrincipal {
	display: block;
	margin: 0 auto;
	width: 90%;
	padding: 20px 0;
	max-width: 1200px;
}
img {
	max-width: 100%;
}

h1 {
	display: block;
	width: 90%;
	margin: 20px auto;
	max-width: 906px;
}


p {
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
.datos {
	color: #aaa;
	width: 70%;
}
.links {
	width: 70%;
}
a {
	color: #56c5d0;
	text-decoration: underline;
}
	a.icoFacebook {
		display: inline-block;
		padding-left: 25px;
		background: url(icoFacebook.png) center left no-repeat;
		margin: 0 10px;
	}
	a.icoWeb {
		display: inline-block;
		padding-left: 25px;
		background: url(icoLink.png) center left no-repeat;
		margin: 0 10px;
	}
	a.icoMail {
		display: inline-block;
		padding-left: 25px;
		background: url(icoMail.png) center left no-repeat;
		margin: 0 10px;
	}