*{
	border: 0;
	border: 0;
	padding: 0;	
}

body {
	background-color: #FFFFFA;
}

header {
	width: 100%;
}

.contenedor {
	width: 98%;
	margin: 10px 5px; 
	position: relative;
}


header figure{
		width: 97.5%;
		padding: 5px;
		margin-left: 0;
}

header figure img {
	width: 95% !important;
}
	
header .header-link {
	width: 90.5%;
	text-align: center;
	position: absolute;
	padding: 20px;
	margin-top: -10px;
}


header nav {
	width: 90%;
	height: 100%;
	margin-left: 1.6%;
	left:-100%;
	position: fixed;
	background-color: #024959;
}

header nav ul { list-style: none; }

header nav ul li {
	border-bottom: 1px solid rgba(255,255,255,.3);
	display: block;
}

header nav ul li a {
	color:#fff;
	padding:20px;
	display:block;
	text-decoration:none;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a:hover {
	background:#037E8C;
}


.menu_bar {
	display: block;
	width: 100%;
	background:  #ccc;
	margin-top: 80px;
}

.menu_bar .bt-menu {
	display: block;
	padding: 20px;
	background:  #024959;
	color:  #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	-webkit-box-sizing:  border-box;
	-moz-box-sizing:  border-box;
	box-sizing:  border-box;
}

.menu_bar span {
	float:  right;
	font-size: 40px;
}

.icon-facebook, .icon-twitter, .icon-gplus  {
	color: #ccc;
	line-height: 2px;
}


.redessociales ul li {
	list-style: none;
	display: inline-block;
	width: 30px;
}

.redessociales ul {
	margin-top: 0px;
}


.contacto span {
	color: #059271;
}

.redessociales {
	display: none;
}


.slider {
	/*border: solid 1px red;*/
	width: 95%;
	margin:  0 auto;
	/*min-height: 402px;*/
	position: relative;
	/*overflow: hidden;*/
	padding: 0;
}

.slider .elemento {
	position:  absolute;
	left: 0;
	top: 0;
	width:100%;
}

.slider .elemento img{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}


.slider .elemento .textoelemento{
	font-size: 20px;
	position:  absolute;
	width: 40%;
	display: block;
	line-height: 25px;
	font-weight: bolder;
}


.slidesjs-pagination{
	background:  #024959;
	list-style: none;
	overflow: hidden;
}

.slidesjs-pagination li{
	/*display: block;*/
	float: left;
}

.slidesjs-pagination li a{
	display: block;
	padding: 10px 20px;
	color:  #fff;
	text-decoration: none;
}

.slidesjs-pagination li a:hover{
	background: #000;
}

.slider .active {
	background: #000;
}


.slidesjs-navigation {
	background: #000;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	float: right;
	margin-top: 16px;
}
/****/

@media screen and (min-width: 450px){
	
	header figure{
		width: 98%;
		padding: 5px;
		/*border:  solid 1px green;*/
	}

	header figure img {
		width: 80% !important;
	}

	header .header-link {
		width: 95%;
		/*background-color:  green;*/
		text-align: center;
		position: absolute;
		padding: 20px;
	}
}


@media screen and (min-width: 800px) {
	
	header figure{
		width: 99%;
		padding: 5px;
	}

	header figure img {
		width: 60% !important;
	}

	header .header-link {
		width: 96%;
		text-align: center;
		position: absolute;
		padding: 20px;
	}

	header .contacto{
		width: 100%;
		margin-left: -10px;
		font-size: 18px !important;
	}

	header nav {
		margin-left: 0.7%;
	}
}



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

	header figure{
		width: 60%;
		margin-left: 5px;
		display: inline-block;
	}

	header figure img {
		width: 60% !important;
	}

	header .header-link{
		width: 30% !important;
		display: inline-block !important;
		margin-top: 15px !important;
		margin-left: -30px !important;
		position: absolute !important;
		height: auto;
	}

	header .contacto {
		font-size: 18px !important;
		margin-top: 15px;
	}

	.menu_bar {
		display: none;
	}

	header nav {
		width: 100%;
		position: relative !important;
		background: #024959;
		margin-left: 0px;
		left: 5px;
		height: 50px;
		margin-top: -20px;
	}


	header nav ul {
		list-style: none;
	}

	header nav ul li {
		display: inline-block;
		border-bottom: none;
	}

	header nav ul li a {
		color : #fff;
		padding: 16px;
		text-decoration: none;
	}

	header nav ul li span {
		margin: 8px;
	}

	header nav ul li a:hover {
		background: #037E8C;
		height: auto;
	}

	.redessociales {
		display: inline-block;
	}
}



/*body, html{
	background-color: #212121;
	color: white;
	font-family: sans-serif;
	font-size: 32px;
	text-align: center;
}*/

/*header, footer, nav*/
/*.fila {
	background-color: #1e6381;
	margin: .25em auto;
	padding: .25em;
	width: 80%;
}*/

/*h1*/
/*.titulo {
	color: #f60;
	margin: .25em auto;
	width: 90%;	*/
}

/*
h1, a, div, p {
	background: blue;
}



div{
	background: blue;
	border: thick dashed black;
	padding: 1em;
} 

section {
	background-color: yellow;
	border: thick dashed black;
	padding: 1em 0;
	margin: 0 1em;
	width: 50%;
}


article {
	background-color: red;
	width: 80%;
	height: 300px;
	padding: 0 1em 2em 1.5em;
}

aside {
	background-color: skyblue;
	height: 150px;
}

h1{
	background-color: green;
	border: 1px solid black;
	margin: 1em auto 2em;
	padding:  1em 0 2em;
	text-align: right;
	width: 90%;
}*/
