﻿
/*Responsive Styles*/

@import url(noticias-mobile.css)(min-width:320px) and (max-width:480px);
@import url(noticias-tablet.css)(min-width:481px) and (max-width:768px);
@import url(noticias-hibrida.css)(min-width:768px) and (max-width:980px);
@import url(noticias-desktop.css)(min-width:981px);

/*Responsive Styles END*/
