@charset "utf-8";
/* CSS Document */
	

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/*este box es para q no se salgan los elementos en responsive*/

}


.contenedor_blog{

width: 100%;
height: auto;
margin-top: 75px;
background-color:rgba(237,237,237,0.10); 
padding-bottom: 200px;
}


.contenedor_blog .articulo1{

width: 85%;
height: auto;
padding-top: 30px;
margin: auto;
background-color:rgba(237,237,237,1.00); 
	padding-bottom: 30px;
}


.contenedor_blog .articulo1 h3{
width: 90%;
height: auto;
text-align: center;
font-size: 17px;
font-family: 'Oswald', sans-serif;
margin-bottom: 20px;
display: block;
	margin-left: auto;
margin-right: auto;
}


/*.contenedor_blog .articulo1 #img_articulo1{

width: 100%;
height: auto;


}*/


.contenedor_blog .articulo1 #img_articulo1 img{

width: 100%;
height: auto;

margin-left: auto;
margin-right: auto;

}



.contenedor_blog .articulo1 p{

width: 90%;
height: auto;
text-align: justify;
font-size: 15px;
font-family: 'Merriweather Sans', sans-serif;
margin-bottom: 50px;
padding-top: 30px;
margin: auto;
line-height: 25px;
}


.contenedor_blog .articulo2{

width: 85%;
height: auto;
padding-top: 30px;
margin: auto;
background-color:rgba(237,237,237,1.00); 
	padding-bottom: 100px;
}


.contenedor_blog .articulo2 h3{
width: 90%;
height: auto;
text-align: center;
font-size: 17px;
font-family: 'Oswald', sans-serif;
margin-bottom: 20px;
display: block;
	margin-left: auto;
margin-right: auto;
}




.contenedor_blog .articulo2 #video_articulo2{
width: 90%;
height: auto;
text-align: center;
font-size: 17px;
font-family: 'Oswald', sans-serif;
margin-bottom: 20px;
display: block;
	margin-left: auto;
margin-right: auto;
}







@media all and (min-width:1024px) {
	
	
	#blog   {
        width: 100%;
		height: 190px;
		
}




#blog .contenedor article  .nombre_producto:hover {
	font-size: 25px;
	position: absolute;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	width: 12.5%;
	height: auto;
	margin-top: 50px;
	margin-bottom: auto;
	font-weight: bolder;
	text-shadow: 2px 2px 4px rgba(41,41,41,1.00);
	letter-spacing: 0.5px;
	line-height: 25px;
	cursor: pointer;
	color:rgba(255,255,255,1.00);
	
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	
	transition: all ease .5s;
	-moz-: transition:all ease .5s;
	-ms-: transition:all ease .5s;
	-o-: transition:all ease .5s;
	-webkit-: transition:all ease .5s;
}
	
	}


/*========================================================
========================================================
========================================================*/









	