/* Index */
@import url("Tags.css");

#Container-index {
	position: relative;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 60px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height: 580px;        /* Per Explorer 7 e Firefox */
	height: 580px;            /* Per Explorer 6 */
	width: 929px;	
}

#Logo {
	position:relative;
	width: 713px;
	left: 118px;
	top:0px;
	color:#003366;
	padding-bottom: 4px;
	color:#a5b2bd;
	font-weight:bold;
	padding-bottom: 4px;
}

#Logo a {
	color:#003366;
	font-weight:bold;
}

#Logo a:hover {
	color:#a5b2bd;
}

#Centro {
	position:relative;
	width: 713px;
	left: 118px;
	height:423px;		
	border: 1px solid #003366;
	top:0px;
	background-image:url(../Img/Index.jpg);
	background-repeat:no-repeat;
}

#Centro-link {
    position:absolute;
	width: 660px;
	left: 43px;
	height:40px;		
	bottom:0px;
}

#Centro-link a {
    color:#FFFFFF;
    font-size:16px;
	font-weight:bold;
	padding-right: 30px;  
}

#Centro-link a:hover{
    color:#ccc;
}

#Footer {
    position:relative;
	text-align: center;
    width: 713px;
	left: 118px;
	height:20px;			 
	color:#000033;
	padding-top: 8px;
	font-size: 13px;
	line-height: 22px;
}

#Footer a {
	color:#000033;
}

#Footer a:hover {
	color:#666;
}

.powered {
    font-size:11px;
}

/*cookie---------------------*/
#cookie         {background-color:#333; width:100%; font-size:13px; color:#FFF; position:absolute; z-index:8000; top:0}
#cookie p       {padding: 15px}
.bot_cookie     {font-size:13px; background:#333; border: 1px solid #666; color:#FFF; cursor: pointer; padding:3px 10px; margin-right:30px } 
.float-left     {float:left}
.float-right    {float:right;}

@media (max-width: 767px) { 
		.float-right {float:left;}

}

