/*** General ***/

body { background-color: #ffffff; font: 16px/28px;font-family: 'Arial'; color: #666666; 
		margin-left: 5px; 
    	margin-right: 5px; margin-top: 0; margin-bottom: 0; 
               background-position: center }

	/* Typography */
	a 			{color: #666;text-decoration: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
	a:hover 	{color: #21aabd;}
	a:active	{outline: none;}
	p, dl, hr, h1, h2, h3,
	ol, ul, dd, pre, table, fieldset {margin-bottom: 0px;}
	
.pagina{background:#fff}

.bottom-boot{background:#006CB7}