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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#195E7D;
}

div.logo{
	width:308px;
	margin:0 auto;
}

div.texto {
	width:188px;
	padding-left:120px;
	margin:0 auto;
}

a {
	color:#999;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div.galleria {
	width:600px;
	margin:0 auto;
}



#box1, #box2, #box3, #box4{
	position:absolute;
	width:600px;
	height:400px;
}

/* Sample 5*/
#box5 div{
	position:absolute;
	background:#fff;
	width:600px;
	height:400px;
}
#box5 h3{
	padding:0 0 10px 0;
}
#box5 img{
	position:static;
	float:left;
	width:600px;
	height:400px;
	margin:0 10px 10px 0;
}
.mask{
	position:relative;
	width:600px;
	height:400px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

.buttons{padding:5px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}