/* http://www.ddobble.net 
   v1.0 | 20110126
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL */

h1{
	font-size: 1.65em;
	font-weight: 700;
	margin-bottom: 15px;
}

h1.subraWhite{
	font-size: 1.7em;
	font-weight: 400;
	margin-bottom: 20px;
	color:white;
	border-bottom: solid 3px white; 
}

p{
	margin:12px 0 12px 0;
}
strong{
	font-weight: 700;
}

sup{
	font-size: 8pt;
}
/* HEADER */

header#paralaxing{
width: 100%;
height: 530px;

}


/* MENU */
nav{
background: black;
width: 100%;
height: 77px;
overflow: hidden;

}

nav a{
background: url(img/pixelLineWhite.png);
background-repeat: no-repeat;
background-position-y: 15px;
display: block;
width: 14.285%;
height:70px;
float: left;
text-align: center;
vertical-align: middle;
text-decoration: none;
color:white;
border-bottom: solid 7px red; 
text-transform: uppercase;
}

nav a:first-child{
	background:none; 
}

nav a img.pixel{
width: 1px;
height: 70px;
display: inline-block;
vertical-align: middle;
}
nav a span{
display: inline-block;
line-height: 125%;
max-width: 99%;
vertical-align: middle;
}

nav a:hover{
background: red;

}

/* MENU TOP FIXED */
#navegacionFix{
background-color: rgb(99, 99, 99);
width: 100%;
height: 40px;
overflow: hidden;
position: fixed;
z-index: 1000;
transition:all .8s;
}

#navegacionFix.white{
background-color: rgb(255, 255, 255);
width: 100%;
height: 40px;
overflow: hidden;
position: fixed;
z-index: 1000;

transition:all .8s;
}

#navegacionFix.white a , #navegacionFix a{
background:transparent;
display: block;
width: 16.285%;
float: left;
text-align: center;
vertical-align: middle;
text-decoration: none;
color:rgb(150,150,150);
padding-top: 10px;
font-size: 0.9em;
text-transform:none;
transition:all .3s;
cursor: pointer;
border-bottom: none;
}
#navegacionFix a{
	color: white;
	height: 40px;
}

#navegacionFix.white a.shortBtn, #navegacionFix a.shortBtn{

display: block;
padding: 0;
margin: 0;
width: 40px;
}

#navegacionFix a.highlight{
	background:rgb(222, 152, 27);
	color: white;
}
#navegacionFix.white a.highlight{
	background:rgb(255, 255, 255);
	color: rgb(222, 152, 27);
  	font-weight: bold;
}

.current{
	background: red;
}

/* PRODUCTS */
#productos{
 display: none;
}

.producto{
	width: 100%;
	min-height: 100px;
	overflow: hidden;
}

.col1Foto{
	width: 23.4%;
	min-height: 100px;
	float: left;
}

.prodFoto{
	width: 100%;
	position: relative;
	height: 0px;

}

.prodFoto .image, .prodFoto .imageW{
	width:100%;
	height: 150px;
	position: absolute;
  	left: -107.6%;
  	top: -36px;
  	border-bottom: solid 1px #9d9d9d;
	border-right: solid 1px #9d9d9d;
}

.prodFoto .image img{
	width:50%;
	float:right;
	margin-right:25px;

}
.prodFoto .imageW img{
	width:90%;
	float:right;
	margin-right:25px;

}




.col2Descrip{
	width: 29.6%;
	min-height: 100px;
	float: left;
}

.col2Descrip .content{
	padding:40px 25px 50px 25px;
	font-size: 0.85em;
}

.col2Descrip .content h1{
margin-bottom: 35px;
text-transform: uppercase;
font-size:1.5em;
font-weight: 800;
  border-bottom: solid;
  margin-left: -25px;
    position: relative;
}

.col3Semaforo{
	width: 20.7%;
	float: left;
}

.col3Semaforo .content{
	margin: 125px 20px 10px 20px;
  padding: 5px;
  font-size: 0.85em;
  border-left: solid 1px;
  border-right: solid 1px;
}

.col3Semaforo .content h2, .col4Radiog .content h2{
margin-bottom: 0px;
font-weight: 700;
text-transform: uppercase;
font-size:1.0em;
position: relative;
}

.col3Semaforo .content h2 img{
	width: 17%;
}

.col4Radiog .content h2 img{
	width: 13.2%;
}

.col3Semaforo .content h3{
margin-bottom: 0px;
margin-top: 20px;
font-weight: 800;
text-transform: uppercase;
font-size:1.4em;
border-bottom: solid 1px;
border-top: solid 1px;
}

.col3Semaforo .content ul{
margin-top: 20px;
margin-bottom: 20px;
}

.col3Semaforo .content ul li{
font-weight: 700;
text-transform: uppercase;
font-size:1.2em;
padding:7px 0 5px 27px;
background-image: url(img/bulletG.png);
background-repeat: no-repeat;
background-position: 0px center;  
}

.col3Semaforo .content ul li.semRed{
font-weight: 700;
text-transform: uppercase;
font-size:1.2em;
padding:7px 0 5px 27px;
background-image: url(img/bullet.png);
background-repeat: no-repeat;
background-position: 0px center;  
}

.col3Semaforo .content sub{
font-size:0.8em;
}

.col4Radiog{
	width: 25%;
	float: left;
}

.col4Radiog .content{
	padding:125px 20px 10px 20px;
	font-size: 0.85em;
}

.col4Radiog .content h3{
margin-bottom: 0px;
margin-top: 10px;
font-weight: 700;
font-size:1.3em;
}

.col4Radiog .content li ul{
font-size:1em;
}

.col4Radiog .content sup a{
margin-left: 5px;
color: red;
}




/* CAMPAÑA */
#campana{
width: 100%;
overflow: hidden;
}


.campanaDesCont {
	padding:30px 70px 70px 25%;
	font-size: 0.94em;
	position: relative;
}

.campanaDesCont img {
	display: block;
margin: auto;
}

#campanaComparte{
padding:30px 115px 0px 70px;
}

/* COLUMNAS */
.col2{
width: 49.5%;
float: left;
}
.sep{
	width: 0%;
	float: left;
	border-left: solid 1px;
	min-height: 700px;
	margin-top: 30px;
}
.col2:nth-child(2){

}

.col4{
width: 25%;
float: left;
height: 270px;
background: rgb(222, 152, 27);
overflow: hidden;
}

.col4 .content{
padding:43px;
font-weight: 300;
  font-size: .85em;
}

.col4 .content h2{
margin-bottom: 20px;

}

.col4 .content ul{
margin-bottom: 20px;
list-style: disc;

}
.col4 .content li{
margin:0px;
padding: 0px;
}
.col4 .content a{
color: white;
text-decoration: none;
}
.col4 .content .naranja li{
	list-style: none;
	padding: 7px 0 0px 15px;
	background-image: url(img/bulletO.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
.content{

}

/* FOOTER */
footer{
width: 100%;
height: 365px;

color: white;
}

#bottomFooter{
	clear: both;
	width: 100%;
	height: 100px;
	color: #828282;

}

.col5bottomFooter{
	width: 20%;
	height: inherit;;
	float: left; 
	overflow:hidden;

}

#col5bottomFooter1{
	text-align: center;
	font-size: 1.2em;
}
#col5bottomFooter1 .content{
	padding: 30px 0 0 20px;
}

#col5bottomFooter2{
	text-align: center;
	font-size: 0.7em;
}

#col5bottomFooter2 .content{
	padding: 10px;
}

#col5bottomFooter3{
	text-align: center;
}

#col5bottomFooter3 .content{
	padding: 10px;
}

#col5bottomFooter3 img{
	width: 100%;
}

#col5bottomFooter4{
	text-align: center;
	width: 15%;
}
#col5bottomFooter5{
	text-align: center;
	width: 25%;
}
#col5bottomFooter4 .content{
	padding: 10px;
}
#col5bottomFooter5 img{
	width: 90%;
}

/* TEXT STYLES */

.centerText{
	text-align: center;
}

.botonVerde{
	background: #99CC66;
	color: white;
	width: 65%;
	 margin: 10px auto;
	 padding: 10px;
}



/* Psrslsx */

header{
	position: relative;
	overflow: hidden;
}

#paralaxTest{
	width: 33.2%;
	height: 81px;
	background: red;
	position: absolute;
	top:25.09%;
	left: 11.25%;
	font-size: 1.5em;
	font-weight: 700;
	color: white;
	text-align: center;
}
#paralaxTest .content{
	padding-top: 12px;
	padding-bottom: 20px;
}

#paralaxTest a {
	color:white;
	text-decoration: none;
	background: red;
	display: block;
}

#paralaxTest a:hover {
background: black;
}

#paralaxTest2{
	width: 33.2%;
	height: 45px;
	position: absolute;
	top: 241px;
	left: 11.25%;
	font-size: 1.5em;
	text-align: center;
}

#paralaxTest3{
	width: 33.2%;
	height: 100px;
	position: absolute;
	top: 290px;
	left: 11.25%;
	font-size: 1.5em;
	font-weight: 700;
	color: red;
	text-align: center;
	line-height: 90%;
}
#paralaxTest4{
position: absolute;
width: 17.1%;
height: 220px;
top:67px;
left: 79.4%;
}

#participaBt{
	cursor: pointer;
}
#participaBt img{
	width: 100%;
}

#ninaFondo{
	width: 100%%;
	height: 700px;
	background: url(img/ninaL.jpg);
	background-size: cover;
  	background-position-x: 64%;
	top: -105px;
	left:0%;
	
}

#imgRefresco{position:absolute;bottom:-80px;  left: 0%;width: 15%;}
#imgYogurt{position:absolute;bottom:-63px;left:10%;
width: 11.3%;
}
#imgDona{position:absolute;bottom:-70px;left:350px;}
#imgChocolate{position:absolute;bottom:-90px;left:60.9%;width:28.2%;}
#imgPastel2{position:absolute;bottom:-71px;left:14.7%;width:21.5%}
#imgFrituras{position:absolute;bottom:-55px;left:70.3%;width:39.8%;}
#imgFruti{position:absolute;bottom:-110px;left:38.5%;width:40%;}
#imgGalletas{position:absolute;bottom:-66px;left:32.2%;width:21%;}


.facebookGrande,.tweeterGrande, .youtubeGrande{
	display: block;
	width: 40px;
	height: 40px;
	float: left;
}

.facebookGrande{
background: url(img/socialNetworkIcons.png);
}
.tweeterGrande{
background: url(img/socialNetworkIcons.png);
background-position: -60px 0;
}
.youtubeGrande{
	width: 85px;
background: url(img/socialNetworkIcons.png);
background-position: -112px 0;
}

/* Fixed */

#navElement6{
	font-size: .9em !important;
}


/* Lines */

#line1{
	width:50px;
	height: 100px;
	border-left: dashed 2px red;
	border-top: dashed 2px red;
	position: absolute;
	bottom: 0px;
	left: 7%;
}
#line2{
	width:50px;
	height: 100px;
	border-left: dashed 2px red;
	position: absolute;
	bottom: 0px;
	left: 21%;
}
#line3{
	width:7%;
	height: 50px;
	border-right: dashed 2px red;
	border-top: dashed 2px red;
	position: absolute;
	bottom: 0px;
	left: 28%;
}
#line4{
	width:5%;
	height: 50px;
	border-right: dashed 2px red;
	border-top: dashed 2px red;
	position: absolute;
	bottom: 0px;
	left: 45%;
}
#line5{
	width:3%;
	height: 70px;
	border-right: dashed 2px red;
	border-top: dashed 2px red;
	position: absolute;
	bottom: 0px;
	left: 60%;
}
#line6{
	width:3%;
	height: 40px;
	border-right: dashed 2px red;
	border-top: dashed 2px red;
	position: absolute;
	bottom: 0px;
	left: 75%;
}
#line7{
	width:3%;
	height: 80px;
	border-right: dashed 2px red;

	position: absolute;
	bottom: 0px;
	left: 90%;
}

.line{
	display: none;
}


/* OVERLAY */

/* the overlayed element */
.simple_overlay {
 
    /* must be initially hidden */
    display:none;
 	padding: 20px;
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#99CC66;
 
    width:385px;
    min-height:200px;
    border:1px solid #666;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(/lib/fancy/helpers/fancybox_buttons.png);
    background-position-x: 30px;
    position:absolute;
    right:-5px;
    top:0px;
    cursor:pointer;
    height:35px;
    width:35px;
}

#forma form input{
width: 80%;
}

#forma form textarea{
width: 100%;
}

#forma form input[type=submit]{
	width: 100px;
	font-size: 4em;
}


#campanaDesCont h1{

}
.compartir{
	text-align: center;
}
.compartir a{
	color:gray;
}
.compartir i{
	text-align: center;
	font-size: 3em;
	margin: 10px;

}

.icono{
	position: absolute;
  	right: -30px;
  	bottom: -24px;
  	width:43%;
  	text-align: right;
}
.icono img{
width: inherit;
}

#tabsDef{
	width: 0;
	height: 0;
	overflow: hidden;
}
#comidaChatarra{
	position: relative;
	padding-left: 25%;
}

#comidaChatarra ul{
	list-style: disc;
}
#comidaChatarra ul li{
margin-left: 23px;
}
.navegacionChatarra{
	position: absolute;
	top: 50px;
	left: 0px;
}

.navegacionChatarra a{
	display: block;
	width: 45%;
	max-height: 95px;
	padding: 20px 0px;
	text-align: center;
	color:white;
	background:gray;
	border-bottom: solid 1px white;
text-decoration: none;
text-transform: uppercase;
}

.navegacionChatarra a:hover{
	display: block;
	width: 45%;
	max-height: 95px;
	padding: 20px 0px;
	text-align: center;
	color:white;
	background:rgb(100,100,100);
	border-bottom: solid 1px white;
text-decoration: none;
}

.shortBtn img{
	width: 100%;
	height: 100%;
}

#navegacionFix #alianzaMono{
width: 10.9%;
height: 28px;
padding:0px;
margin: 0px;
	position: absolute;
	top:5px;
	right:5px;
}

#alianzaMono img{
	padding: 0px;
	margin: 0px;
	display: block;
width: 100%;

}

#navGlosario .current{
	background: transparent;
}
#navGlosario li{
	padding: 0px;	
	list-style-type: disc;
}

#disqus_thread{
	width: 70%;
	margin: 0 15%;
}

#comparteAqui{
	background: rgb(222, 152, 27);
	color: white;
	font-weight: normal;
	height: 72px;
	padding-top: 10px;
	font-size: 3em;
	margin-bottom: 28px;
	}

a.descarga{
	color: red;

}

a.descarga:hover{
	color: black;

}

header#solidImage{
	display:none;
}
#scroller{
	display: none;
}

#navegacionMovil{
	display: none;
}
	#menuMovil{
		display: none;
	}


/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px)  and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	header{
		display:none;
	}
}*/

@media only screen and (min-width: 320px)  and (max-width: 479px)  {
	header#solidImage{
		display:block;
		width: 100%;
		padding-top: 50px;
	}
	header#paralaxing{
		display:none;
	}
	#navegacionMovil{
		display: block;
		width: 100%;
		height: 50px;
		background:white;
		position: fixed;
		z-index: 1000000;
	}
	#navegacionMovil a.shortBtn{
		width:50px;
		height: 50px;
	}

	#botonMenuMovil{
		float: right;
		display: block;
		width: 40px;
		height: 40px;
		margin:5px;
	}
	a#botonMenuMovil:hover{
		background: white;
	}



	#menuMovil{
		display: none;
		width: 100%;
		height: 300px;
		position: fixed;
		top:51px;
		right: 0px;
		background: white;
		z-index: 100000;
	}
	#menuMovil a{
		display: block;
		width: 100%;
		height: 74px;
		text-align: center;
		font-size: 2em;
		vertical-align: middle;
		border-bottom: solid 1px gray;
		background: gray;
		color:white;
		text-decoration: none;
	}
	#menuMovil a:hover{
		background: white;
		color: gray;
	}
	a#participaM{
		color:white;
		background: rgb(222, 152, 27);
	}
	a#participaM:hover{
		background: white;
		color: rgb(222, 152, 27);
	}

	#menuMovil a img{
		width: 1px;
		height:75px;
		display: inline-block;
  		vertical-align: middle;
	}

	#navegacionMovil a.shortBtn:hover, a#alianzaMono:hover {
		background: white;
	}


	#navegacion{
		height: 100%;
	}

	#scroller{
		display:none;
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 10px;
		right: 10px;
		background: url(img/upButton.png);
		background-size: cover;
		z-index: 100000;
	}

	nav a{
		width: 50%;
		border-bottom: solid 2px;
		font-size: 1.3em;
		height: 50px;
		 background-position-y: 5px;
	}
	
	nav a img.pixel {
  		height: 50px;
  	}

  	#navegacion a:last-child {
	  width: 100%;
	}

	#navegacionFix{
		display: none;
	}
	#navElement6{
		font-size: 1.5em !important;
	}


	.col2{
		width: 100%;
		float: none;
	}
	.navegacionChatarra{
		display: none;
	}
	.campanaDesCont{
		padding: 20px;
		font-size: 1.3em;
	}

	#comidaChatarra{
		padding: 20px;
	}
	#comparteAqui{
		font-size: 4em;
	}
	#campanaComparte{
		padding: 0px;
		margin: 20px;
	}
	#disqus_thread{
		width: 90%;
		margin: 5%;
	}
	.campanaDesCont img{
		width: 100%
	}
	.col4{
		width: 100%;
		height: initial;
		font-size: 1.5em;
	}
	.col5bottomFooter{
		width:50% !important;
	}

	.col1Foto{
		display: none;
	}
	.col2Descrip, .col3Semaforo, .col4Radiog{
		width: 100%;
	}
	.col2Descrip .content h1{
		text-align: center;
		font-size: 2.5em;
		border: none;
		position: inherit;
		margin-left: none;
	}
	.col4 .content{
		padding: 30px;
		font-size: 1em;
	}
	.icono{
		position: inherit;
		text-align: center;
		width: inherit;
	}
	.col2Descrip .content {
  		font-size: 1.2em;
	}
	.col3Semaforo .content {
  		padding: 20px;
  		font-size: 1.2em;
  		border: none;
  		margin: 0px;

	}
	.col3Semaforo .content em{
		text-align: center;
	}
	.col3Semaforo .content h2 img {
	  margin-bottom: -20px;
	  text-align: center;

	}

	.col3Semaforo .content h2, .col4Radiog .content h2 {
		font-size: 1.6em;
		text-align: center;
	}
	.col4Radiog{
		border-bottom:solid 1px;
		padding-bottom: 20px;
	}

	.col4Radiog .content {
		padding-top: 0;
	}
	.col4Radiog .content h2 img {
	  margin-bottom: -13px;
	}
	.col4Radiog .content h2  {
	  text-align: center;
	  font-size: 2.4em;
	}
	.col4Radiog .content h3 {

	  font-size: 2.3em;
	}
	.col4Radiog .content li ul {
	  font-size: 2em !important;
	}

	.simple_overlay{
		padding: 0px;
		width: 90%;
	}

	a#participaMenu{
		font-size: 3em;
		color: rgb(222, 152, 27);
		cursor: pointer;
		padding-top: 5px;
	}
	a#participaMenu:hover{
		font-size: 3em;
		color: rgb(222, 152, 27);
		background: white;
	}

	
}

@media only screen and (min-width: 480px)  and (max-width: 519px)  {
	header#solidImage{
		display:block;
		width: 100%;
		padding-top:50px; 
	}
	header#paralaxing{
		display:none;
	}

	#navegacionMovil{
		display: block;
		width: 100%;
		height: 50px;
		background:white;
		position: fixed;
		z-index: 1000000;
	}
	#navegacionMovil a.shortBtn{
		width:50px;
		height: 50px;
	}

	#botonMenuMovil{
		float: right;
		display: block;
		width: 40px;
		height: 40px;
		margin:5px;
	}
	a#botonMenuMovil:hover{
		background: white;
	}



	#menuMovil{
		display: none;
		width: 100%;
		height: 300px;
		position: fixed;
		top:51px;
		right: 0px;
		background: white;
		z-index: 100000;
	}
	#menuMovil a{
		display: block;
		width: 100%;
		height: 74px;
		text-align: center;
		font-size: 2em;
		vertical-align: middle;
		border-bottom: solid 1px gray;
		background: gray;
		color:white;
		text-decoration: none;
	}
	#menuMovil a:hover{
		background: white;
		color: gray;
	}
	a#participaM{
		color:white;
		background: rgb(222, 152, 27);
	}
	a#participaM:hover{
		background: white;
		color: rgb(222, 152, 27);
	}

	#menuMovil a img{
		width: 1px;
		height:75px;
		display: inline-block;
  		vertical-align: middle;
	}

	#navegacionMovil a.shortBtn:hover, a#alianzaMono:hover {
		background: white;
	}




	#navegacion{
		height: 100%;
	}

	#scroller{
		display:none;
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 10px;
		right: 10px;
		background: url(img/upButton.png);
		background-size: cover;
		z-index: 100000;
	}

	nav a{
		width: 50%;
		border-bottom: solid 2px;
		font-size: 1.3em;
		height: 50px;
		 background-position-y: 5px;
	}
	
	nav a img.pixel {
  		height: 50px;
  	}

  	#navegacion a:last-child {
	  width: 100%;
	}

	#navElement6{
		font-size: 1.5em !important;
	}
	#navegacionFix{
		display: none;
	}



	.col2{
		width: 100%;
		float: none;
	}
	.navegacionChatarra{
		display: none;
	}
	.campanaDesCont{
		padding: 20px;
		font-size: 1.3em;
	}

	#comidaChatarra{
		padding: 20px;
	}
	#comparteAqui{
		font-size: 4em;
	}
	#campanaComparte{
		padding: 0px;
		margin: 20px;
	}
	#disqus_thread{
		width: 90%;
		margin: 5%;
	}
	.campanaDesCont img{
		width: 100%
	}
	.col4{
		width: 100%;
		height: initial;
		font-size: 1.5em;
	}
	.col5bottomFooter{
		width:50% !important;
	}

	.col1Foto{
		display: none;
	}
	.col2Descrip, .col3Semaforo, .col4Radiog{
		width: 100%;
	}
	.col2Descrip .content h1{
		text-align: center;
		font-size: 2.5em;
		border: none;
		position: inherit;
		margin-left: none;
	}
	.col4 .content{
		padding: 30px;
		font-size: 1em;
	}
	.icono{
		position: inherit;
		text-align: center;
		width: inherit;
	}
	.col2Descrip .content {
  		font-size: 1.2em;
	}
	.col3Semaforo .content {
  		padding: 20px;
  		font-size: 1.2em;
  		border: none;
  		margin: 0px;
	}
	.col3Semaforo .content em{
		text-align: center;
	}
	.col3Semaforo .content h2 img {
	  width: 120px;
	  text-align: center;
	}

	.col3Semaforo .content h2, .col4Radiog .content h2 {
		font-size: 2.3em;
		text-align: center;
	}
	.col4Radiog{
		border-bottom:solid 1px;
		padding-bottom: 20px;
	}

	.col4Radiog .content {
		padding-top: 0;
	}
	.col4Radiog .content h2 img {
	  width: 120px;
	}
	.col4Radiog .content h2  {
	  text-align: center;
	  font-size: 3.5em;
	}
	.col4Radiog .content h3 {

	  font-size: 2.3em;
	}
	.col4Radiog .content li ul {
	  font-size: 2em !important;
	}

	.simple_overlay{
		padding: 0px;
		width: 90%;
	}

}

@media only screen and (min-width: 520px)  and (max-width: 639px)  {
	header#solidImage{
		display:block;
		width: 100%;
		padding-top: 50px;
	}
	header#paralaxing{
		display:none;
	}
	#alianzaMono img {

	  width: 71%;
	}
	#navegacionMovil{
		display: block;
		width: 100%;
		height: 50px;
		background:white;
		position: fixed;
		z-index: 1000000;
	}
	#navegacionMovil a.shortBtn{
		width:50px;
		height: 50px;
	}

	#botonMenuMovil{
		float: right;
		display: block;
		width: 40px;
		height: 40px;
		margin:5px;
	}
	a#botonMenuMovil:hover{
		background: white;
	}



	#menuMovil{
		display: none;
		width: 100%;
		height: 300px;
		position: fixed;
		top:51px;
		right: 0px;
		background: white;
		z-index: 100000;
	}
	#menuMovil a{
		display: block;
		width: 100%;
		height: 74px;
		text-align: center;
		font-size: 2em;
		vertical-align: middle;
		border-bottom: solid 1px gray;
		background: gray;
		color:white;
		text-decoration: none;
	}
	#menuMovil a:hover{
		background: white;
		color: gray;
	}
	a#participaM{
		color:white;
		background: rgb(222, 152, 27);
	}
	a#participaM:hover{
		background: white;
		color: rgb(222, 152, 27);
	}

	#menuMovil a img{
		width: 1px;
		height:75px;
		display: inline-block;
  		vertical-align: middle;
	}

	#navegacionMovil a.shortBtn:hover, a#alianzaMono:hover {
		background: white;
	}



	#navegacion{
		height: 100%;
	}

	#scroller{
		display:none;
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 10px;
		right: 10px;
		background: url(img/upButton.png);
		background-size: cover;
		z-index: 100000;
	}

	nav a{
		width: 50%;
		border-bottom: solid 2px;
		font-size: 1.3em;
		height: 50px;
		 background-position-y: 5px;
	}
	
	nav a img.pixel {
  		height: 50px;
  	}

  	#navegacion a:last-child {
	  width: 100%;
	}

	#navegacionFix.white a, #navegacionFix a{
		width: 100%;
		font-size: 1.9em;
		border-bottom: solid;
	}
	#navElement6{
		font-size: 1.5em !important;
	}
	#navegacionFix{
		display: none;
	}

	.col2{
		width: 100%;
		float: none;
	}
	.navegacionChatarra{
		display: none;
	}
	.campanaDesCont{
		padding: 20px;
		font-size: 1.3em;
	}

	#comidaChatarra{
		padding: 20px;
	}
	#comparteAqui{
		font-size: 4em;
	}
	#campanaComparte{
		padding: 0px;
		margin: 20px;
	}
	#disqus_thread{
		width: 90%;
		margin: 5%;
	}
	.campanaDesCont img{
		width: 100%
	}
	.col4{
		width: 100%;
		height: initial;
		font-size: 1.5em;
	}
	.col5bottomFooter{
		width:50% !important;
	}

	.col1Foto{
		display: none;
	}
	.col2Descrip, .col3Semaforo, .col4Radiog{
		width: 100%;
	}
	.col2Descrip .content h1{
		text-align: center;
		font-size: 2.5em;
		border: none;
		position: inherit;
		margin-left: none;
	}
	.col4 .content{
		padding: 30px;
		font-size: 1em;
	}
	.icono{
		position: inherit;
		text-align: center;
		width: inherit;
	}
	.col2Descrip .content {
  		font-size: 1.2em;
	}
	.col3Semaforo .content {
  		padding: 20px;
  		font-size: 1.2em;
  		border: none;
  		margin: 0px;

	}
	.col3Semaforo .content em{
		text-align: center;
	}
	.col3Semaforo .content h2 img {
	  width: 120px;
	  text-align: center;
	}

	.col3Semaforo .content h2, .col4Radiog .content h2 {
		font-size: 3.50em;
		text-align: center;
	}
	.col4Radiog{
		border-bottom:solid 1px;
		padding-bottom: 20px;
	}

	.col4Radiog .content {
		padding-top: 0;
	}
	.col4Radiog .content h2 img {
	  width: 120px;
	}
	.col4Radiog .content h2  {
	  text-align: center;
	  font-size: 3.8em;
	}
	.col4Radiog .content h3 {

	  font-size: 2.3em;
	}
	.col4Radiog .content li ul {
	  font-size: 2em !important;
	}

	.simple_overlay{
		padding: 0px;
		width: 90%;
	}
}

@media only screen and (min-width: 640px)  and (max-width: 767px)  {
	header#solidImage{
		display:block;
		width: 100%;
	}
	header#paralaxing{
		display:none;
	}

	#scroller{
		display:none;
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 10px;
		right: 10px;
		background: url(img/upButton.png);
		background-size: cover;
		z-index: 100000;
	}

	#navegacion{
 		height: 114px;
	}
	#navegacion a{
		width: 33%;
 		height: 50px;
 		background-position-y: 6px;
	}
	header#solidImage{
		padding-top: 30px;
	}
	.navegacionChatarra{
		display: none;
	}
	.campanaDesCont {
  		padding: 20px;
	}
	nav a img.pixel {
		height: 50px;
	}
	#campanaComparte {
		padding: 20px;
	}

	.col1Foto{
		display: none;
	}
	.col2Descrip {
	  width: 33%;
	}
	.prodFoto .image, .prodFoto .imageW {
		display: none;
	}
	.col2Descrip .content {
		padding: 20px;
	}

	.col2Descrip .content h1 {
		margin-left: 0px;
	}
	.col3Semaforo {
  		width: 33%;
  	}
  	.col3Semaforo .content {
  		margin: 65px 10px 10px 10px;
	}
	.col4Radiog {
  		width: 33%;
  	}
  	.col4Radiog .content {
  		padding: 75px 10px 10px 10px;
  	}
  	#comidaChatarra {
  		padding: 20px;
  	}
  	#disqus_thread {
		width: 90%;
		margin: 0 5%;
	}
	.col4 .content {
		padding: 13px;
	}
	.facebookGrande, .tweeterGrande, .youtubeGrande {
		width: 37px;
		height: 37px;
	}
}
@media only screen and (min-width: 768px)  and (max-width: 960px)  {
	#paralaxTest {
		top:20%;
	}

}