@charset "utf-8";


@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
#cont_menu{
display:none;	

}
#cont_texto{
	width:100%;
	
}

p{
font-size:30px;	
}
}
