/* General Demo Style */


@font-face {
	  font-family: "iconvault";
  src: url("../fonts/iconvault/iconvault_55201974ddbd1a9d7433a3c1fa5b2462.eot");
  src: url("../fonts/iconvault/iconvault_55201974ddbd1a9d7433a3c1fa5b2462.eot?#iefix") format("embedded-opentype"),
       url("../fonts/iconvault/iconvault_55201974ddbd1a9d7433a3c1fa5b2462.woff") format("woff"),
       url("../fonts/iconvault/iconvault_55201974ddbd1a9d7433a3c1fa5b2462.ttf") format("truetype"),
       url("../fonts/iconvault/iconvault_55201974ddbd1a9d7433a3c1fa5b2462.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 15px; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Titillium Web', sans-serif;
	color: #000;
	background: #f9f9f9;
	background-image:url(../img/pro.png);
	background-repeat: no-repeat;
background-position: 50px 750px;

}

hr {
	border: 0 ;
    border-top: 3px dotted #F15C22; 
	width: 100%;
	}


.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 0em;
	
}

section {
	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */

}


section a::before,
section a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* Fade in background */
.link-fadeinbg {
	background-image:url(../img/fondo.jpg);
	background-repeat:repeat-x;
	
}

.link-fadeinbg a {
	border-bottom: 1px solid rgba(52,73,94,0.4);
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

.link-fadeinbg a:hover,
.link-fadeinbg a:focus {
	border-color: rgba(52,73,94,0);
	background-color: rgba(52,73,94,0.1);
}



.main {
	max-width: 82.667em;
	min-height: 15em;
	
}
.naranja{
	background-image:url(../img/fondo.jpg);
	background-repeat:repeat-x;
	height:154px;
	width:2000px;
	}
	
	
.container > header {
	text-align: center;
	font-size: 16px;
	padding: 4em 2em 3em;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */

.codrops-icon:before {
	font-family: 'Titillium Web', sans-serif;
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
	content: "\f100";
}
.codrops-icon-prev:before {
	content: "\f101";
}
.codrops-icon-archive:before {
	content: "\f102";
}
.codrops-icon-next:before {
	content: "\f103";
}
.codrops-icon-about:before {
	content: "\f104";
}

@media screen and (max-width: 25em) { 
	.codrops-icon span {
		display: none;
	}
	.container > header {
		font-size: 85%;
	}
}

