
#block_banner{

	/*border: thin none #33FF00;*/
	height: 40%;
	overflow:hidden;
	text-align:center;
	
}

#banner_text{
	font-family: "Courier New", Courier, mono;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}

#img_header{
    top:0;
	left:0;
	object-fit: initial;
	width: 100%;
	height: auto;
	display: block;
	min-width: initial;
	min-height: initial;
	position:static;
}

#block_menu{
	/*border: thin none #008000;*/
	height: 50px;
	background-color:#CCCCCC;
	border-bottom: 1px solid #eee;	
	padding: 5px;
	
}

#img_menu{

	display:block;

}

#menu_mobile{
	border: thin solid #FF3399;	
	display: none;
	width: 100%;
	height: 273px;
	background-color: #666666;		
	padding: 13px 0px;	

}


#menu_mobile ul a{

	color:#000000;
	text-decoration: none;
	font: 16px Verdana;
	padding: 13px 20px 13px 20px;

}

#menu_mobile ul a:hover{
	color:#999999;
    background-color:#333333
}

header{
	height: 50px;
	/*box-shadow: 10px 10px 1px 1px #000;*/
}

#menu{
	display: none;

}

ul{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#menu ul a{

	color:#000000;
	text-decoration: none;
	font: 16px Verdana;
    padding: 0px 20px;

}

#menu ul a:hover{
	color:#999999;
    background-color:#333333
}




#block_menu_icono{
	/*border: solid thin #FF0000;*/
	width: 52px;
	height: 50px;	
	margin: 0 auto;  
	display: block;
}




#block_body{
	border: thin none #3333CC;
	background-color: #CCCCCC;
	position:relative;
	padding: 1px;
    overflow: hidden;

}

#block_footer{
	border: thin none #666600;	
	min-height: 150px;	
	background-color:#666666;
}

#div_central{
	border: thin none #FF0000;
	position: relative;
	width: 90%;
	height: 1084px;
	margin: 0 auto;
	text-align: center;	
	 
}

#div_articulos{
	border: thin none #FF0099;
	position: relative;
	width: 90%;
	height: 534px;
	margin: 0 auto;
	text-align: center;
	background-color: #7E7676;
}

.div_articulo{
	border: thin none #FFFF00;
	width: 95%;
	height: 500px;
	float:left;
	position:relative;
	background-color: #FFFFFF;
	margin: 1%;
	padding: 5px;
}

.texto_articulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}





#foto_don_justo{
	box-shadow: 0px 0px 5px 1px black;
	position: relative;
	float: left;
	margin: 1%;
}

#texto_aboutus{
	text-align: left;
	margin: 2%;
	float: left;
	display: inline;
}



#div_presentacion{
	border: thin none #FF0000;
	position: relative;
	width: 50%;
	height: 500px;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: large;
	font-weight: bold;

}

#img_presentacion{
	width: 100%;
	height: 100%;
	opacity: 0.3;

}

#texto_presentacion{
	position: absolute;
	top: 0px;
	right: 0px;

}


#div_4{
	border: thin solid #FF0000;	
/*	margin: 0 auto;  */
	float: left;
	height:416px;
	width: 305px;

}

#div_5{
	border: thin solid #FF0000;	
/*	margin: 0 auto;  */
	float: left;
	height:416px;
	width: 305px;

}


#div_1{
	border: thin solid #FF0000;	
/*	margin: 0 auto;  */
	float: left;
	height:416px;
	width: 305px;
}


#div_2{
	border: thin solid #FF0000;	
/*	margin: 0 auto; 	 */
	float: left;
	height: 570px;	
	width: 305px;
}

#div_3{
	border: thin solid #FF0000;	
/*	margin: 0 auto;  */
	float: left;
	height: 570px;	
	width: 305px;


}

#table_products{
	width: 300px;
	table-layout:fixed;

}


#div_mostrar_puntos{

	width: 150px;
	height: 50px;    
	margin: 0 auto;
    
}


.div_producto{
	border: thin none #FFFF00;
	width: 260px;
	height: 500px;
	float:left;
	position:relative;
	background-color: #FFFFFF;
	margin: 1%;
	padding: 5px;
}

.div_producto:hover{
	box-shadow: 0px 0px 5px 1px black;
}

.texto_producto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

#img_fb:hover{
	/*box-shadow: 0px 0px 5px 1px black;*/
}



/*hasta minimo un ancho de 250px*/
@media all and (min-width: 250px) {


	#block_banner{
		height: 40%;
	} 		
	#menu{
		display: none;
	}


	#div_presentacion{
	
		width: 50%;
		height: 500px;
	
	}

	#div_central{
		height: 3630px;
	}
	
	#div_articulos{
	
		height: 534px;
	
	
	}

}


/*hasta minimo un ancho de 450px */
@media all and (min-width: 450px) {        

	#block_banner{
		height: 40%;
	} 		
	#menu{
		display: none;
	}



	#div_presentacion{
	
		width: 50%;
		height: 500px;
	
	}

	#div_central{
		height: 2099px;
	}
	

	
}    



/*hasta minimo un ancho de 650px */
@media all and (min-width: 650px) {

	
	#block_banner{
		height: 40%;
	} 	
	
	#menu{
		display: block;
	
	}
	#block_menu_icono{
 
		display: none;
	}   
	#menu_mobile{
		display:none;	
	}		   

	body {
		background-size:100% 100%;
	}	
	
	#table_products{
		width: 520px;
	
	}	
	
	#div_presentacion{
	
		width: 50%;
		height: 15%;
	
	}	
	
	#div_central{
		height: 2115px;
	}	
	
	
	

	
}



/*hasta minimo un ancho de 965px */
@media all and (min-width: 960px) {
	#block_banner{
		height: 300px;
	}    
	#menu{
		display: block;	
	}
	#block_menu_icono{
 
		display: none;
	}	

	#menu_mobile{
		display:none;
	
	}	
	
	body {
		background-size:100% 100%;
	}	
    
	#table_products{
		width: 520px;
	
	}	
	
	#div_presentacion{
	
		width: 50%;
		height: 20%;
	
	}		

	#div_central{
		height: 1162px;
	}	
	
@media all and (min-width: 1300px) {
	#div_central{
		height: 1069px;
	}	
	
	
}
	
	
	
}