﻿@media only print {
	#CenterHolidays,
	#submenuInside {
		visibility: hidden !important;
		display: none !important;
	}
}
@media only all and (min-width:1200px) {
	#containerT .conttoResponse {
		float: left  !important;
		width: 60% !important;
		height: 100% !important;
	}
	#containerT .imgtoResponse {
		float: left !important;
		height: auto !important;
		top: 0px !important;
		position: relative !important;
		width: 40% !important;
	}
}
/* Tamanho de fontes da Pagina */
@media only all and (min-width:900px) {
	body, html {
		font-size:15px;
	}
}
@media only all and (min-width:600px) and (max-width:899px) {
	body, html {
		font-size:14px;
	}
}
@media only all and (min-width:300px) and (max-width:599px) {
	body, html {
		font-size:13px;
	}
}
@media only all and (max-width: 299px) {
	body, html {
		font-size:12px !important;
	}
}
/* End Tamanho de fontes da Pagina */
@media only all and (min-width:700px) {
	#headBar span {
		font-size: 20px;
		font-size:17px\9;/* IE8 and below */
	}
}
@media only all and (min-width:650px) and (max-width:699px) {
	#headBar span {
		font-size: 18px;
		font-size:15px\9;/* IE8 and below */
	}
}
@media only all and (min-width:401px) and (max-width:649px) {
	#headBar span {
		font-size: 16px;
		font-size:13px\9;/* IE8 and below */
	}
}
@media only all and (max-width: 400px) {
	#headBar span {
		font-size: 11px !important;
		font-size:8px\9 !important;/* IE8 and below */
	}
}