@import url('reset.css');

/* General Style */
body{
	background: #f6f6f6;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}

.container {
	float:left;
	background-color:#FFF;
}

a{
	color: #555;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 1100px;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.reference{
	padding-top: 40px;
}
h1{
	font-size: 34px;
	position:relative;
	color: #000;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    padding: 20px;
	z-index:1000;
	text-transform: uppercase;
	text-align: center;
}
h1 span{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}

.titleceleste {
	font-family: 'Oswald', sans-serif;
	color:#0087E7;
	float:left;
	padding-left:20px;
}

.texto {
	float:left;
	width:880px;
	text-align:justify;
	padding:20px 10px 10px 10px;
}

.figure {
	float:left;
}

.quote {
	float:left;
	padding:10px 10px 10px 240px;
}

.quote li {
	list-style-image:url(../images/blockquote.png);
}

.services {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	-webkit-column-count: 5;
  	-webkit-column-gap: 18px;
	padding:30px 50px 20px 50px;
	margin-top:20px;
}

.services h2 {
	padding-top:20px;
	color:#FFF;
}

.services p {
	font-size:.85em;
	padding-top:10px;
	color:#FFF;
}

.services h2 {
	font-family: 'Oswald', sans-serif;
	font-size:28px;
}

.footer {
	float:right;
	font-family: 'Raleway', sans-serif;
	padding:0px 10px 10px 10px;
	text-align:right;
}

.celeste {
	color:#0087E7;
}

/* Header Style */
.header{
	padding:20px;
}
.header a{
	line-height: 18px;
	padding: 0 4px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
}
.header a:hover{
	color: #fff;
}
.header a span{
	font-weight: bold;
}
.header span.right{
	float: right;
}
@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
}

/*Internas*/

.featured {
	float:left;
	padding:10px;
	margin:10px;
	background-color:#E0E0E0;
	width:360px;
}

.featured h2 {
	font-family: 'Oswald', sans-serif;
	color:#0F0F1E;
	padding-left:10px;
}

.contenido {
	float:left;
	padding:10px;
	text-align:justify;
	width:650px;
}

.contenido h1 {
	float:left;
	font-size: 34px;
	color: #0087E7;
    padding: 10px 0px;
	text-transform: uppercase;
}

.contenido h2 {
	font-size: 20px;
	color: #0F0F1E;
    padding: 10px 0px;
	text-transform: uppercase;
}

.contenido h3 {
	font-size: 16px;
	color: #0F0F1E;
    padding: 10px 0px;
}

.imagenes {
	float:left;
	padding:20px;
}
	