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

font-family: 'Pathway Gothic One', sans-serif;

*/

@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);

@media screen and (max-width:1024px)
{

}

@media screen and (max-width:768px)
{


}
@media screen and (max-width:480px)
{
	.conte{
	width:90%;
}
.cuadro1{
	max-width:673px;
	width:95%;
	min-height:220px;
	float:none;
}
.cuadro2{
	max-width:673px;
	width:95%;
	min-height:140px;
	float:none;
}
.column2{
	margin-bottom:10px;
	-moz-column-count:1; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
column-count:1;
}
.cuadro3{
	width:90%;
	text-align: center;
}
.img2{
	margin:20px;
	float:none;
}
.campo2{
	width:85%;;
}
.aviso {
	width:90%;
	text-align: center;
}
.video{height:180px;}
}