@import url(normalize.css);
@import url(http://fonts.googleapis.com/css?family=Raleway);
@font-face {
    font-family: 'gasaltregular';
    src: url('../fonts/gasalt-regular-webfont.eot');
    src: url('../fonts/gasalt-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gasalt-regular-webfont.woff2') format('woff2'),
         url('../fonts/gasalt-regular-webfont.woff') format('woff'),
         url('../fonts/gasalt-regular-webfont.ttf') format('truetype'),
         url('../fonts/gasalt-regular-webfont.svg#gasaltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a
{
	color: inherit;
	text-decoration: none;
}
body
{
	font-family:'Raleway', sans-serif;
}
figure
{
	margin: 0;
	padding: 0;
}
nav 
{
	background: #036fa1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzAzNmZhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFkNDk4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjI3MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #036fa1 2%, #1d4982 50%, #0f2738 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(2%,#036fa1), color-stop(50%,#1d4982), color-stop(100%,#0f2738)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #036fa1 2%,#1d4982 50%,#0f2738 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #036fa1 2%,#1d4982 50%,#0f2738 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #036fa1 2%,#1d4982 50%,#0f2738 100%); /* IE10+ */
	background: linear-gradient(to right,  #036fa1 2%,#1d4982 50%,#0f2738 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036fa1', endColorstr='#0f2738',GradientType=1 ); /* IE6-8 */
	max-height: 100px;
	text-align: center;
}
nav ul 
{
	margin: 0;
	padding: 0;
}
nav ul li 
{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	color: #FFF;
	padding: 25px 30px;
	webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
#consortium 
{
	margin-top: 100px;
}
#consortium #cadape-fernandez-desc,
#consortium #img-grande-cadapefer
{
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
#consortium #cadape-fernandez-desc
{
	color: #0071BC;
	font-size: 12px;
	align-items: center;
	text-align: justify;
	margin-left: 15px;
}
#consortium #cadape-fernandez-desc figure
{
	width: 80px;
}
#consortium #cadape-fernandez-desc figure img
{
	width: 100%;
}
#consortium #img-grande-cadapefer img 
{
	width: 100%;
}
.imgvineta
{
	display: inline-block;
	width: 40px;
	margin-right: 30px;
}
.vinvision
{
	width: 40px;
}
.uppercase
{
	text-transform: uppercase;
}
#contactus
{
	background: url(../images/cadape_fondo_contacto.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -ms-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color: #FFF;
   text-align: center;
   padding: 50px 0;
}
#contactus #info 
{
	text-align: left;
	margin: 0 auto;
	width: 700px;
}
#contactus form 
{
	text-align: left;
	margin: 0 auto;
	width: 700px;
}
#contactus form label, 
textarea 
{
	display: block;
}
#contactus form label 
{
	font-size: 12px;
	color: #F15A24;
}
#contactus form input
{
	color: #000;
	margin-bottom: 5px;
	width: 280px;
}
#contactus form #izqform,
#contactus form #derform
{
	display: inline-block;
	vertical-align: top;
}
#contactus form #derform
{
	vertical-align: bottom;
	margin-left: 40px;
}
#contactus form #derform textarea
{
	margin-bottom: 5px;
	height: 80px;
	resize: none;
	width: 280px;
color: #000;
}
#contactus form input[type="submit"]
{
	background: #e95d3f;
	background: -moz-linear-gradient(left,  #e95d3f 41%, #99182b 100%);
	background: -webkit-linear-gradient(left,  #e95d3f 41%,#99182b 100%);
	background: linear-gradient(to right,  #e95d3f 41%,#99182b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95d3f', endColorstr='#99182b',GradientType=1 );

	border: none;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	width: 80px;
	float: right;
	padding: 8px;
	box-shadow: inset 0 -.2em rgba(128,128,128,.5);
	border-radius: 5px;
	webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
#contactus form input[type="submit"]:hover
{
	background: #0E5F94;
	webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
#contactus #info h2
{
	font-weight: normal;
	font-size: 36px;
	color: #F15A24;
}
#contactus #info p 
{
	font-size: 14px;
}
#expo
{
	background: url(../images/cadape_foto_feria.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -ms-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color: #FFF;
   text-align: center;
   padding: 50px 0;
}
#expo p 
{
	font-size: 14px;
}
#expo h2 
{
	font-size: 18px;
	font-weight: normal;
}
#expo .date 
{
	font-size: 16px;
}
#expo #cifras ul 
{
	padding: 0;
	margin: 0;
}
#expo #cifras ul li
{
	font-size: 28px;
	display: inline-block;
	margin:  0 25px;
	vertical-align: top;
}
#expo #cifras ul li .number
{
	font-family: 'gasaltregular';
	font-size: 100px;
}
#expo #btnLearn
{
	display: inline-block;
	margin-top: 30px;
	padding: 10px 35px;
	background: #e95d3f;
	background: -moz-linear-gradient(left,  #e95d3f 41%, #99182b 100%);
	background: -webkit-linear-gradient(left,  #e95d3f 41%,#99182b 100%);
	background: linear-gradient(to right,  #e95d3f 41%,#99182b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95d3f', endColorstr='#99182b',GradientType=1 );
	box-shadow: inset 0 -.2em rgba(128,128,128,.5);
	border-radius: 5px;
	webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;

}
#expo #btnLearn:hover
{
	background: #0E5F94;
	webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
#expo #map-expo
{
	border-bottom: 1px solid #FFF;
	width: 400px;
	margin: 0 auto;
}
#expo #map-expo img
{
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
#home
{
	background: url(../images/cadape_fondo01.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -ms-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   max-height: 800px; 
   padding: 105px 0 60px 0; 
   text-align: center;
}
#home p
{
	margin: 50px auto 105px;
	color: #FFF;
	font-size: 12px;
	width: 600px;
}
#cont-logoshome
{
	display: flex;
    justify-content: center;
    align-items: center;
}
#home #cont-logoshome .logohomebottom
{
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}
#home #cont-logoshome .logohomebottom img 
{
	width: 100%;
}
#home #cont-logoshome .logohomebottom:first-child
{
	width: 85px;
}
#home #logohome
{
	margin: 0 auto;
	width: 228px;
}
#home #logohome img
{
	width: 100%;
}
#khuwa
{
	background: #e95d3f;
	background: -moz-linear-gradient(left,  #e95d3f 41%, #99182b 100%);
	background: -webkit-linear-gradient(left,  #e95d3f 41%,#99182b 100%);
	background: linear-gradient(to right,  #e95d3f 41%,#99182b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95d3f', endColorstr='#99182b',GradientType=1 );
	margin-top: 100px;
	text-align: center;
}
#khuwa #desc-khuwa
{
	color: #FFF;
	font-size: 15px;
	margin-top: 30px;
	padding: 15px 0 25px 0;
}
#khuwa #desc-khuwa #khuwaname,
#khuwa #desc-khuwa #txtkhuwa,
#khuwa #desc-khuwa #list-someproducts
{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#khuwa #desc-khuwa #khuwaname
{
	width: 150px; 
	margin-right: 25px;
}
#khuwa #desc-khuwa #khuwaname img 
{
	padding-top: 20px;
	width: 100%;
}
#khuwa #desc-khuwa #perumap
{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	margin-top: 20px;
}
#khuwa #desc-khuwa #perumap img 
{
	width: 100%;
}
#khuwa #desc-khuwa #txtkhuwa
{
	margin: 0 40px 0 15px;
	text-align: justify;
	width: 35%;
}
#khuwa #desc-khuwa #list-someproducts
{
	font-weight: bold;
	color: #FFCF9F;
	font-size: 16px;
	list-style: none;
	padding: 0;
}
#khuwa #desc-khuwa #list-someproducts p 
{
	margin-top: 0;
}
#khuwa #desc-khuwa #list-someproducts li a
{
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#khuwa #desc-khuwa #list-someproducts li a:hover 
{
	color: #FFF;
	text-decoration: underline;
}
#khuwa #slidekhuwa img 
{
	width: 100%;
}
#khuwa #slidekhuwa #logokhuwa
{
	margin-top: 50px;
	margin-left: 25px;
	width: 290px;
}
#khuwa #slidekhuwa #logokhuwa img
{
	width: 100%;
}
#logoseafood
{
	width: 90px;
}
.container
{
	margin: 0 auto;
	max-width: 1280px;
	max-height: 800px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
@media (max-width: 1300px){
	#consortium
	{
		height: 1250px;
	}
	#consortium #desc-consortium 
	{
	  width: 54%;
	}
	#consortium #cadape-fernandez-desc, 
	#consortium #img-grande-cadapefer
	{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	#consortium #img-grande-cadapefer
	{
		margin-bottom: 25px;
	}
	#consortium .container
	{
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 1200px){
	.imgvineta
	{
		text-align: center;
		display: block;
		margin-right: 0;
		margin-top: 10px;
	}
}
@media (max-width: 1000px){
	.container 
	{
		padding-left: 30px;
		padding-right: 30px;
		max-width: 100%;
	}
	#consortium #logoconsortium,
	#consortium #desc-consortium
	{
		text-align: center;
		display: block;
		width: 100%;
	}
	.imgvineta
	{
		margin: 0 auto;
	}
	#khuwa #desc-khuwa #list-someproducts
	{
		display: block;
		text-align: center;
		max-width: 100%;
		padding: 0;
	}
	#khuwa #desc-khuwa #txtkhuwa
	{
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	#home p
	{
		width: auto;
	}
	body 
	{
		overflow-x: hidden;
	}
	#consortium #cadape-fernandez-desc
	{
		font-size: 14px;
	}

}
@media (max-width: 800px){
	
	#contactus #info 
	{
	  width: 100%;
	}
	#contactus form #izqform, #contactus form #derform
	{
	  display: block;
	}
	#contactus form #derform {
	  margin-left: 0;
	}
	#contactus form input[type="submit"]
	{
		float: none;

	}
	nav ul li {
	  display: block;
	  font-size: 16px;
	  padding: 5px 10px;
	}
	#consortium #cadape-fernandez-desc, 
	#consortium #img-grande-cadapefer
	{
		width: 100%;
	}

}

