/*	
	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	  MARABEA
	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/		

/* 	=====================================================================================================================
											L A Y O U T   G E N E R A L E											
	===================================================================================================================== */
	HTML {							height:100%; text-align:center; }
	BODY {							z-index:1; margin:0px; padding:0px;
										font-family: 'Arimo', sans-serif; font-size:15px; color:rgb(50,50,50);  text-align:center; 
										background-color:var(--ScreenBg); }
/*	==================================================================================================================== */
	DIV#LAYOUT-ALERT {			display:none; padding:30px; border-bottom:10px solid orange;}
/*	==================================================================================================================== */
/*	==================================================================================================================== */
	DIV#WRAP-ALL {				background-color:white; background-image:url(../images/@body.png);	}
/*	==================================================================================================================== */
	DIV#WRAP-HEADER { 		z-index:1;  }
	DIV#HEADER { 					z-index:1; max-width:960px;  margin:0px auto;  height:440px;}	
	DIV#HEADER-TITLE {			z-index:2; height:440px; background-image:url(../images/@header.jpg); }
/*	==================================================================================================================== */
	DIV#WRAP-CENTER {			z-index:1; max-width:960px; margin:0px auto;  border-bottom:1px solid silver;  }	
	DIV#MAIN {						z-index:1; display:inline-block; width:100%; min-height:500px; }
							
	DIV#ASIDE {					z-index:2; display:none; }  
/*	==================================================================================================================== */		
	DIV#WRAP-FOOTER {			 }
	DIV#DOWN1 {				text-align:center; background-repeat:no-repeat; background:none;  }	
/*	==================================================================================================================== */		
	DIV#DOWN2 {				text-align:center; background-repeat:no-repeat; background-color:none;    }	
	DIV#SITEMAP {				margin:0px; padding:0px 5% 25px 5%; text-align:left; }		
/*	==================================================================================================================== */		
	DIV#DOWN3 {				height:200px; padding:0px 0px;  text-align:center; background-repeat:repeat;
							background-image:url(../images/@footer.jpg); background-repeat:repeat-x; background-position:center 30px;
							background-color:rgb(172,179,179); border:none; }	
	DIV#USERFLAT {			margin:0px 5% 25px 5%;  text-align:left; }
	

	
/*	==================================================================================================================== */
/*	TOOLS 
	==================================================================================================================== */							
	DIV#FPANELTOOL{			z-index:4; display:block; position:absolute; left:10%; top:190px; border-top:0px solid red;}

	
/* 	=======================================================================================================================================
	 M E N U P A N E L -- Main e User 
	 ====================================================================================================================================== */
	DIV#PanelMenu {					}
	DIV#PanelMenu-HEADER {				}
	DIV#PanelMenu-HEADER H3  {					 } 	
									
	DIV#PanelMenu-BODY {							background-color:var(--Main);  }	
/*	================================================================================================================================== */
	DIV#UserBlocks {					 }
	DIV#UserBlocks-HEADER {				 }
	DIV#UserBlocks-HEADER H3  {			 } 		
	DIV#UserBlocks-BODY {						background-color:var(--Main);  }	
	
	
							
/* 	================================================================================================================================
	  L A Y O U T  C o m p o n e n t											
	=============================================================================================================================== */
	BODY#COMPONENT {						background-image:url(../images/@body-component.png);background-repeat:repeat-y; background-color:white;}	
	DIV#mailto-window  h2{					color:rgb(172,199,215);}
/*	============================================================================================================================== */	

	
							

		
		

/*	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	
		L A Y O U T  R E S P O N S I V E  

	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */								
							
	
/*		||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	
			T A B L E T 

		||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */
	
/*					T a b l e t   N o r m a l 										
					==================================================================================== */
					@media only screen 
					and (max-width: 768px)
					and (min-width : 481px) {	
/*					================================================================== */	
					DIV#HEADER-TITLE {			}



	
}

/*					T a b l e t  	M e d i u m										
					================================================================== */	
					@media only screen 
					and (max-width: 690px)
					and (min-width : 481px) {	
/*					================================================================== */
}

/*					T a b l e t  	S m a l l										
					================================================================== */	
					@media only screen 
					and (max-width: 570px)
					and (min-width : 481px) {	
/*					================================================================== */
				

	

	
	
}


/*		||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	
			S M A R T P H O N E 

		||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */

					@media only screen
					and (max-width : 480px)	
					and (min-width : 320px)  {
/*					================================================================== */
					DIV#HEADER-TITLE {			}
					DIV.MD-Footer1-Wrap {		width:100%; }	
	



	
	
}	


/*		||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	
			S M A R T P H O N E   T O O  S M A L L

		||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */	
	
					@media only screen 
					and (min-width : 0px) 
					and (max-width : 319px) {
/*					================================================================== */
					HTML {						height:100%; text-align:center;}
					BODY { 						background:none; background-color:white;}
					
					DIV#FPANELS {					display:none; }
					DIV#FLUIDS {					display:none; }
					DIV#WRAP-HEADER-CENTER {		display:none; }
					DIV#WRAP-DOWN {				display:none; }

					DIV#LAYOUT-ALERT { 				display:block; color:black !important; background:none !important;  padding:30px !important; padding-top:10px !important;}	
			
}		
							
												