/**
 * Aca seteas como se va a ver la web segun dispositivo y tamano de pantalla.
 * Los media query son quienes se encargan de revisar el dispositivo.
 * ajustar segun se necesite.
 */

/* Smartphone portrait */
@media only screen and (max-width: 320px) {
      #page {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
      }
      #header {
	max-height: 0px;
	padding: 0;
	background-image: none;
      }
      #branding,
      #header .region-header {
	float: none;
	background: transparent !important;
	max-height: 1000px;
	width: 100%;
	clear: both;
	margin: 10px 0;
      }
      #header  .region-header {
	margin: 10px 0;
      }
      #logo {
	margin: 5px auto;
	padding: 0;
	float: none;
      }
      #site-name {
	font-size: 1.4em;
	padding: 5px 0 0;
      }
      #site-slogan {
	font-size: 1em;
	text-transform: none;
      }
      .region-secondary-content .block {
	margin-bottom: 0;
	font-size: 1em;
      }
      #menu-bar {
	padding: 0;
      }
      #menu-bar .block {
	clear: both;
	float: none;
      }
      #menu-bar .menu-wrapper ul ul {
	position: relative;
	top: 0;
	width: 100% !important;
      }
      #menu-bar .menu-wrapper > ul,
      #menu-bar .menu-wrapper > ul > li {
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
      }
      #menu-bar .menu-wrapper ul ul li {
	border-bottom: 1px solid #fff;
	float: none !important;
      }
      #menu-bar .menu-wrapper ul ul li.first {
	border-top: 1px solid #fff;
      }
      #menu-bar .sf-menu {
	height: auto;
	padding: 0;
      }
      .ie6-7 .mbp-c #menu-bar .menu-wrapper  ul,
      .ie6-7 .mbp-c #menu-bar .menu-wrapper  .sf-menu li {
	left: auto;
      }
	.panel-izq{
		width: 0px !important;
		height: 0px !important;
		display: none;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-width: 0;
		min-height: 0px !important;
		min-width: 0px !important;
	}
	.panel-derecho{
		width: 0px !important;
		height: 0px !important;
		display: none;
		border-collapse: collapse;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-width: 0;
		min-height: 0px !important;
		min-width: 0px !important;
	}
	.panel-centro img{
		width: auto;
		height: 20%;
		font-size: 30%;
	}
	
	.panels-flexible-column-infopesca3col-1 {
	  min-height:0;
	  padding:0; 
	  border-collapse:collapse;
	  border-width: 0;
    display : none;
	}

	.panels-flexible-column-infopesca3col-3 {
	  min-height:0;
	  padding:0; 
	  border-collapse:collapse;
	  border-width: 0;
    display : none;
	}

	.panels-flexible-column-infopesca3col-main {
	  float: left;
	  width: 30%;
	}

	.panels-flexible-infopesca3col-middle {
	  margin-left: 197px;
	  margin-right: 197px;
	}

	* html .panels-flexible-infopesca3col-left {
	  left: 0px;
	}

	.panels-flexible-region-infopesca3col-bloque_izq {
	  min-height:0;
	  padding:0; 
	  border-collapse:collapse;
	  border-width: 0;
    display:none;
	}

	.panels-flexible-region-infopesca3col-center {
	  float: left;
	  width: 99.0000%;
	}

  .panels-flexible-column-infopesca3col-1 {
	  min-height:0;
	  padding:0; 
	  border-collapse:collapse;
	  border-width: 0;
    display : none;
	}
}
/* Smartphone landscape */
@media only screen and (min-width: 321px) and (max-width: 480px) {
	#page {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
		background:#eeeeee;/*Main Container*/
	}
	#header {
		max-height: 1000px;
		padding: 0;
		background-image: none;
	}
	#branding, .region-header {
		float: none;
		max-height: 1000px;
		width: 100%;
		clear: both;
	}
	.region-header {
		margin: 10px 0;
	}
	#site-name {
		font-size: 1.6em;
		color: #FC3;
		padding: 25px 0 0;
	}
	#site-slogan {
		font-size: 1em;
		text-transform: none;
	}
	.region-secondary-content .block {
		margin-bottom: 0;
		font-size: 1em;
	}
	#menu-bar {
		padding: 0 2px;
	}
	#menu-bar .menu-wrapper {
		display: block !important;
		float: none !important;
	}
	#menu-bar .menu-wrapper a {
		display: block;
		padding: 3px 10px;
	}
	#menu-bar .menu-wrapper a:hover, #menu-bar .menu-wrapper a:focus {
		background: rgba(0, 0, 0, 0.5);
	}
	#menu-bar .menu-wrapper > ul > li {
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		overflow: hidden !important;
	}
	#menu-bar  .menu-wrapper ul, #menu-bar  .menu-wrapper .sf-menu {
		height: auto;
		padding: 2px 0;
	}
	#menu-bar .menu-wrapper ul ul {
		display: none !important;
	}
	#menu-bar, #primary-menu-bar {
		background-image: none;
	}
	.region-sidebar-first .block, .region-sidebar-second .block {
		width: 50%;
	}
	.ie6-7 .mbp-c #menu-bar .menu-wrapper  ul, .ie6-7 .mbp-c #menu-bar .menu-wrapper  .sf-menu li {
		left: auto;
	}
	a img {
	  border: none;
	}
	img {
	  height: auto;
	}
	/*Hide Errors*/
	div.warning, .alert, div.error, tr.error{
		display:none;
	}
}
/* Tablet portrait */
@media only screen and (min-width: 481px) and (max-width: 768px) {
	#page {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
		background:#eeeeee;/*Main Container*/
	}
	#site-name {
		font-size: 1.6em;
		padding: 22px 0 0;
	}
	#header {
		height: 110px;
		width: 98.4%;
		margin-left: 10px;
		padding: 0;
		background: #cce2ff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZTJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzAzMzE3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzMxN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #cce2ff 0%, #03317c 86%, #03317c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cce2ff), color-stop(86%,#03317c), color-stop(100%,#03317c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* IE10+ */
		background: linear-gradient(to right,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce2ff', endColorstr='#03317c',GradientType=1 ); /* IE6-8 */
	}
	#logo2 {
	  display: block;
	  float: right;
	  margin: 0 20px 0 0;
	  overflow: hidden;
	  padding: 5px 0 0 5px;
	}

	#branding, .region-header {
		float: none;
		max-height: 1000px;
		width: 100%;
		clear: both;
	}
	#header .header-inner {
		padding-bottom: 5px;
	}
	a img {
	  border: none;
	}
	img {
	  height: auto;
	}
	/*Hide Errors*/
	div.warning, .alert, div.error, tr.error{
		display:none;
	}
}
/* Tablet landscape */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#page {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
		background:#eeeeee;/*Main Container*/
	}
	
	/*Bloque de contenido principal*/
	#main-content{
		width: auto;
		height:auto;
	}
	
	#header {
		height: 110px;
		width: 98.4%;
		margin-left: 10px;
		padding: 0;
		background: #cce2ff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZTJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzAzMzE3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzMxN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #cce2ff 0%, #03317c 86%, #03317c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cce2ff), color-stop(86%,#03317c), color-stop(100%,#03317c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* IE10+ */
		background: linear-gradient(to right,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce2ff', endColorstr='#03317c',GradientType=1 ); /* IE6-8 */
	}
	
	#branding, .region-header {
		float: none;
		max-height: 1000px;
		width: 100%;
		clear: both;
	}

	#logo {
	  display: block;
	  float: left;
	  margin: 0 5px 0 0;
	  overflow: hidden;
	  padding: 5px 0 0 5px;
	}
	#logo2 {
	  display: block;
	  float: right;
	  margin: 0 20px 0 0;
	  overflow: hidden;
	  padding: 5px 0 0 5px;
	}
	#site-name {
	  font-size: 2.6em;
	  margin: 0;
	  color: #FC3;
	  padding: 13px 0 0 0;
	  overflow: hidden;
	  line-height: 1.3em;
	}
	.logo-site-name a:hover,
	.logo-site-name a:focus {
	  text-decoration: none;
	}
	#site-slogan {
	  font-size: 1em;
	  line-height: 1em;
	  text-align: left;
	  margin: 0;
	}
	a img {
	  border: none;
	}
	img {
	  height: auto;
	}
	/*Hide Errors*/
	div.warning, .alert, div.error, tr.error{
		display:none;
	}
}
/* Standard layout */
@media only screen and (min-width: 1000px) {
	#page {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
		background:#eeeeee;/*Main Container*/
	}
	#header {
		height: 110px;
		/*width: 98.4%;*/
		margin-left: 10px;
		padding: 0;
		background: #cce2ff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZTJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzAzMzE3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzMxN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #cce2ff 0%, #03317c 86%, #03317c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cce2ff), color-stop(86%,#03317c), color-stop(100%,#03317c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* IE10+ */
		background: linear-gradient(to right,  #cce2ff 0%,#03317c 86%,#03317c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce2ff', endColorstr='#03317c',GradientType=1 ); /* IE6-8 */
	}
	#site-name a{
		color:#006;
		font-family: Arial;
		font-size: 1.05em;
		text-decoration:none;
	}
	
	#branding, .region-header {
		float: none;
		max-height: 1000px;
		width: 100%;
		clear: both;
	}

	#logo {
	  display: block;
	  float: left;
	  margin: 0 5px 0 0;
	  overflow: hidden;
	  padding: 5px 0 0 5px;
	}
	#logo2 {
	  display: block;
	  float: right;
	  margin: 0 20px 0 0;
	  overflow: hidden;
	  padding: 5px 0 0 5px;
	}
	#site-name {
	  font-size: 3.8em;
	  font-weight:900;
	  margin: 0;
	  padding: 13px 0 0 0;
	  overflow: hidden;
	  line-height: 1.3em;
	}
	.simplead-container img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.logo-site-name a:hover,
	.logo-site-name a:focus {
	  text-decoration: none;
	}
	
	#site-slogan {
	  color:#ffffff;/*Blanco*/
	  font-size: 1em;
	  line-height: 1em;
	  text-align: left;
	  margin: 0;
	}
	a img {
	  border: none;
	}
	img {
	  height: auto;
	}
	body,
	h3,h4,h5,h6,
	em,dfn,del,ins,
	a{
		font-family: Verdana;
		font-size: 0.97em;
	}

}
