@charset "UTF-8";
/* CSS Document */

#container {max-width: 1200px; margin: auto;}

#logo{text-align: center;}
#logo a {text-decoration: none;}

#menu{text-align: center; margin: 40px 0;}
#menu a {text-decoration: none; margin: 0 20px; color:#888;}
#menu a:hover {border-bottom-width: 5px !important;}

#submenu {margin-top: 15px;}
#submenu a:hover {color:#2e24cf;}

.indexGallery{
	float: left;
	width: 50%;
}

.indexGalleryCont{
	border: 3px solid #e22311;
	font-size: 24px;
	font-weight: bold;
	margin: 25px;
	text-align: center;
	padding: 40px 25px;
	color: #e22311;
}

.indexGalleryCont a{
	color: #e22311;
	text-decoration: none;
}

.indexGalleryCont a:hover{
	color: #2e24cf;
}

#nome {text-align: center; color: #e22311;font-size: 24px; margin-top: 100px;}
#tel {text-align: center; color: #e22311;font-size: 36px; font-weight: bold; margin-top: 50px;}