/*	Less Framework 4 with 16/24 type presets

	http://lessframework.com

	by Joni Korpi

	License: http://opensource.org/licenses/mit-license.php	*/
/*	Typography presets
	------------------
*/
@import url("reset.css");
@import url("font-awesome.min.css");
@import url("../fonts/DIN/stylesheet.css");
@import url("../fonts/SCRIPTBL/font.css");
@import url("../responsiveboilerplate-2.3.4/css/responsiveboilerplate.min.css"); 
.clear{
	clear: both;
}
body{
    background: url(../img/bkg-a-eficaz.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 564px;
 
	font-size: 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
#galleria{
	width: 100%;
	height: 450px;
	margin-top: 10px;	
}

h2{
	font-family: 'SCRIPTBL';
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	color: rgb(247,147,30);
}
 
	/*.enviar:before {
    
    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	}
/*--adjust as necessary-- 
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
	}*/
	
 	

 
 

/*		Tablet Layout: 768px.

		Gutters: 24px.

		Outer margins: 28px.

		Inherits styles from: Default Layout.

-----------------------------------------------------------------

cols    1     2      3      4      5      6      7      8

px      68    160    252    344    436    528    620    712    */
/* ipad */
@media only screen and (min-width: 768px){
/*header*/
 
/*header*/
/*footer*/

/*footer*/
/*content*/

/*content*/

}
@media only screen and (min-width: 768px) and (orientation: landscape){
/*header*/

/*header*/
/*footer*/

/*footer*/
/*content*/

/*content*/

}












