@charset "utf-8";
/* CSS Document */

/* ========================================= Styling all elements ==========================================*/
* {margin: 0; padding: 0;}
a {outline: none; border: none; text-decoration: none;}
img {border: none;}
input {vertical-align: middle;}
.floatleft {float: left !important;}
.floatright {float: right !important;}
abbr {cursor: help;}
acronym {cursor: help;}
/* ----------------- Applying clearfix fix for some browsers to use in appropriate places ----------------- */
.clearfix:after {content: "."; display: block; height:100%; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}

/* Hide from IE Mac \*/
.clearfix {display: block;}

/* End hide from IE Mac */
.clear {clear:both}
/* ----------------- Applying clearfix fix for some browsers to use in appropriate places ----------------- */
/*==========================================================================================================*/

/*---------------------------------------= Pagina =------------------------------------------------*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body { 
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #DBDBDB;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}












