@import url(//fonts.googleapis.com/css?family=Cabin+Condensed:400,700);

@font-face {
	font-family: 'Cabin Condensed' , sans-serif;
	} 


html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Cabin condensed', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
	color: #555;
	text-decoration: none;
}
.container {
	width: 100%;
	position: relative;
	background-image: url(../images/bg.png);
}


.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}


.container > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}



.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 400;
}


/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
	-moz-transform: scale(2);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}


.contenidor {
	float: left;
	padding-top: 10px;
}

#resp.contenidor {
	display: none;
}


.contenidor a {
    display: inline-block;
    margin: 10px;
    color: grey;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid transparent;
}

.contenidor a:hover {
	color: #333;
	border-color: #333;
}

.contenidor a.activ,
.contenidor a.activ:hover {
	color: #000000;
	border-color: #000000;
	font-weight: 700;
}

.logo {
	margin-top: -0.7em;
	float: right;
	max-width: 9em;
}

footer {
	background-color: black;
	text-align: center;
	color:#e9e9e0;
	font-size: 0.8em;
	padding-bottom: 1.5em;
	margin-bottom: 0px;

}

footer ul li{
	display: inline;
	padding: 0.5em;
}

footer .logo_footer {
	width: 10em;
	padding-top:1.2em;
	padding-bottom: 1em;
}

footer a{
	color:white;
}

footer a:hover{
	color:grey;
}

.inv {
	display:none;
}


/****************************  resp nav  ****************************/

/*Strip the ul of padding and list styling*/
nav #resp ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	width: 100%;


}


/*Create a horizontal list with spacing*/
nav #resp li {
	display:inline-block;
	float: left;
	
}



/*Style for menu links*/
nav #resp li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Cabin condensed", Helvetica, Arial, sans-serif;
	color: white;
	background: black;
	text-decoration: none;
}

/*Hover state for top level links*/
nav #resp li:hover a {
	background: #19c589;
}

/*Style for dropdown links*/
nav #resp li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
nav #resp li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
nav #resp li ul {
	display: none;
}

/*Make dropdown links vertical*/
nav #resp li ul li {
	display: block;
	float: none;

}

/*Prevent text wrapping*/
nav #resp li ul li a {
	width: auto;
	min-width: 100px;
	
}

/*Display the dropdown on hover*/
nav #resp ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
nav #resp .show-menu {
	font-family: "Cabin Condensed", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	display: none;

}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}


/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}



/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	.contenidor ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.contenidor li {
		margin-bottom: 1px;
		padding-bottom: 4px;
		padding-top: 4px;
	}
	/*Make all menu links full width*/
	.contenidor ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}

	.container > header {
	padding: 0px;
	margin-bottom:2em;
	width: 100%;
	}

	.respo {
	display:none;
	}

	.inv_gr {
	display:inherit;
	padding-bottom: 0.4em;
	}



} 




@media screen and (max-width: 660px) {


	label {
		background-color: black;
		color:white;
		padding-top: 0.7em;
		padding-bottom:0.7em;
	}

	.container > header {
	margin: 0 auto;
	margin-bottom:2em;
	width: 100%;
	}


	.logo {
	float: none;
	margin-left:20%;
	margin-bottom:0.8em;
	margin-top:1em;
	max-width: 60%;
	}

.contenidor {
	display:none;
	margin: 0 auto;
	}

#resp.contenidor {
	display: inline;
	float: none;
	text-align: center;
	font-size: 1.3em;
	}


#resp.contenidor a{
	border-bottom: none;
	}

#resp.contenidor li{
	list-style: none;
	}

.contenidor a {
	margin: 0 auto;
}

.contenidor a.activ,
.contenidor a.activ:hover {
	color: black;
	border: none;
	font-weight: 700;
	margin: 0 auto;
}

	.respo {
	display:none;
	}

	.inv_gr {
	display:inherit;
	}

	.content-wrapper {
	width: 95%;

}


}




@media screen and (min-width: 1750px) {

	.container > header,
	.content-wrapper {
		padding: 30px;
		width: 80%;
		max-width: 960px;
		margin: 0 auto;
		padding-top: 3%;
		padding-bottom: 5%;

	}

	footer {
		padding-top: 2%;
		padding-bottom:2%;

	}

	footer .logo_footer {
	
		padding-bottom: 2%;
	}



}