/**
* CSS
* 
* @version 1.0
* @author Pica Pica

Galleries Order:
01. comingsoon
02. pattern1
03. tronco
04. buildings1


*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
	background: #fff;
	margin: 0px;
}


.txt {
    overflow: hidden;
	text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: fixed;
	background-color: #fff;
	clear: left;

}

.navigation {
	text-align: center;
    margin-top: 10px;
    width: 100%;
	background-color: #fff;
	clear: both;
	margin-top: 20px;
}
	
p {
	text-align: center;
    
}

.wbox {
	color: #FFFFFF;
}

.big {
	font-size: 11px;
}
	
.images {
	overflow: auto;
	text-align: center;
    margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	background-color: #fff;
}

.centeredblock {
	width: 100%;
	margin-left: auto;
	margin-right: ato;
	clear: both;
}

.leftimage {
	float: left;	clear: left;
	margin-left: 20px;
	max-width: 45%;
	max-height: 75%;

}

.centerimage {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.rightimage {
	float: right;
	margin-right: 20px;
	max-width: 45%;
	max-height: 75%;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}



	

a:link { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:hover { border-bottom: 1px solid #000000;
		padding-bottom: 2px; }

a img { border: none; }

img { 	border: 0;
		padding: 0;}