/* CSS dinâmico para # */

# #corpo { background-color: transparent; }
# .tijolo { padding: 20px !important; }
# .tijolo .casca { position: relative; background-color: #ffffff; border: 1px solid #ffffff; min-height: 390px;	-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
}
# .casca h2 { color: #ffffff !important; }
# .casca p { color: #ffffff !important; }

# .mod-cpt-post #topo {float:left; width: 100%; height: 190px; text-align: center;}
# .mod-cpt-post #topo a .imagem-destacada { width:90%; height: auto;  margin: 15px;  -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; }

# .mod-cpt-post #header {float:left; width: 100%; height: 120px;  padding: 20px 20px; color: #000000;}
# .mod-cpt-post #header .miolo.cantos-redondos.pos-rel {  }
# .mod-cpt-post #header .data-autor { font-size: 0.8rem !important;}
# .mod-cpt-post #header a.post-link-titulo h3.post-titulo,
# .mod-cpt-post #header a.post-link-titulo p { font-size: 1.1em !important; line-height:1.4em; font-weight: 700 !important; color: #000000 !important; }
# .mod-cpt-post #header a.post-link-titulo:hover h3.post-titulo { color: #ffc600  !important; }
# .mod-cpt-post #header a.post-link-titulo:hover p { color: #ffc600 !important; }
# .mod-cpt-post #header .post-meta { border-bottom: 0px solid #aaa; padding-bottom: 7px; margin-bottom: 5px; }
# .mod-cpt-post #header .resumo p { position: relative; }
# .mod-cpt-post #header .resumo p .resumo-mais { display: block !important; position: static; text-transform: uppercase !important; margin: 15px 0 0 auto !important; width: 90px; padding: 5px 0; }

# .mod-cpt-post #footer {width: 100%; height: 60px; text-align: center; }

# .mod-cpt-post #footer  a.botao {color: #000000 !important; text-transform:uppercase; border: 1px rgba(0,0,0,0.4) solid; background-color: #ffffff;}
# .mod-cpt-post #footer  a.botao:hover {border: 1px #ffc600 solid; background-color: #ffc600; }
# .mod-cpt-post #footer  a.post-link-titulo:hover.botao  {border: 1px #ffc600 solid; background-color: #ffc600; }

/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {



}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {



}




/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
@media only screen and (min-width: 768px) and (max-width: 980px) {



}


/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {

	.tijolo { padding: 1px !important; }

}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {



}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {



}