@import url('reset.css');

/* General Demo Style */
body{
	background: #fff;
	color: #000;
	font-family: 'Economica', sans-serif;
	font-size: 13px;
}
a{
	color: #555;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.clr{
	clear: both;
}
.wrapper{
	position:absolute;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

#contenedor {
	width:100%;
	height:100%;
	}
.reference{
	padding-top: 40px;
}
h1{
	font-size: 65px;
	color: #455560;
	font-weight: 300;
	line-height: 55px;
	margin-top:5px;
	}
h2{
	font-size: 30px;
	color: #666;
	font-weight: 300;
	line-height: 28px;
}

h3{
	font-size: 35px;
	color: #455560;
	font-weight: 300;
	margin-top:15px;
	padding-bottom:15px;
	white-space:pre-line;
	line-height: 32px;
	}
	

p{
	font-size:20px;
	color:#666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 10px;
	padding-top: 10px;
	}
	
p2{
	font-size:16px;
	color:#666;
	padding:10px;
	margin-top: 10px;
	text-align:left;

	}
h3 span {
	color: #0F0;
}
