/*
Zerotheme.com | Free Html5 Responsive Templates
Author URI: http://www.zerotheme.com/
*/

html {-webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe {width: 100%;height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
}

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

}

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

#main-content .title h2 { /*tamaño letra disminuye al bajar la resolucion*/
        font-size: 1.5rem;
        color: #fff;
        display: inline-block;
        padding: 15px 0;
        letter-spacing: 0.1rem;
      }

      #datos b {
        color: #95fb05; /*para los que aun no son link*/
        font-size: 0.9rem; /*tamaño letra normal*/
      }

      .widget.wid-meta ul li {
        line-height: 2rem;
      }
      p {
        font-size: 1rem;/*20px;*/
      }
      
   	
}