@charset "utf-8";
/* CSS Document */

@import url(reset.css);

/* @font-face definitions */
body,div,dl,dt,dd,ul,ol,li,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	fieldset,img { 
		border:0;
	}
	address,caption,cite,code,dfn,em,strong,th,var,small {
		font-style:normal;
		font-weight:normal;
	}
	ol,ul {
		list-style:none;
	}
	caption,th {
		text-align:left;
	}
	h1,h3,h4,h5,h6 {
		font-weight:normal;
	}
@font-face {
	font-family: 'KulminoituvaRegular';
	src: url('../../fonts/kulminoituva.eot');
	src: local('Kulminoituva Regular'), local('Kulminoituva'), url('../../fonts/kulminoituva.woff') format('woff'), url('../../fonts/kulminoituva.ttf') format('truetype'), url('../../fonts/kulminoituva.svg#Kulminoituva') format('svg');
}
	
	@font-face {
	font-family: 'NotethisRegular';
	src: url('../../fonts/Note_this.eot');
	src: local('Note this Regular'), local('Notethis'), url('../../fonts/Note_this.woff') format('woff'), url('../../fonts/Note_this.ttf') format('truetype'), url('../../fonts/Note_this.svg#Notethis') format('svg');
}


	/* General styling */

.container {
	width: 100%;
	margin: 0 auto auto auto; /* el valor automático de los lados, unido a la anchura, centra el diseño  */
}
.sidebar1 {
	float: right;
	width: 410px;
	padding: 10px 5px 5px 5px;
	margin-top: 30px;
	height: 95%;
}
.content {
	padding: 10px 10px 10px 30px;
	width: 535px;
	float: left;
}
#holder2 { border: 10px dashed #ccc; width:300px; height: 300px; margin: 20px auto;}
#holder2.hover { border: 10px dashed #333; }

/* ~~ Este selector agrupado da espacio a las listas del área de .content ~~ */

/* ~~ El pie de página ~~ */
footer {
	padding: 10px 0;
	background-color: #CCC49F;
	position: relative;	clear: both; 
}

header, section, footer, aside, article, figure {
	display: block;
}

	
	
	
	
	
	body {
		background: url(../../imaxes/fondo1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	
		font-family: NotethisRegular, Verdana, Arial, sans-serif;
		font-size:125%;
		color:#202020;
	}
	
	h1, h2, h3, h5, h6 {
		font-family: KulminoituvaRegular, "Arial Black", Gadget, sans-serif;
		font-size:1.5em;
	}
    h4 {
	font-family: KulminoituvaRegular, "Arial Black", Gadget, sans-serif;
	font-size: 3.5em;
	color: #036
	}
	#titulo {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	}
	#imaxe {
	width: 220px;
	z-index: 9550;
	padding-top: 0px;
	margin-top: 50px;
	cursor: pointer;
	position: absolute;
		}
	#imaxe2 {
	z-index: 9100;
	padding-top: 0px;
	cursor: pointer;
	position: static;
	float: right;
	margin: 50 10 auto auto;
		}
	#imaxe3 {
	width: 410px;
	z-index: 9550;
	padding-top: 0px;
	margin-top: 50px;
	padding-left: 50px;
	float: left;
	cursor: pointer;
	position: absolute;
		}
	#intro {
	height: 528px;
	width: 65%;
	z-index: 9050;
	padding-top: 0px;
	margin-top: 50px;
	cursor: pointer;
	position: relative;
	padding-left: 25%;
	text-align: left;
		}
	#info {
	position: static;
	width: 95%;
	margin-bottom: 0px;
	left: 0px;
	padding: 0px 5px 0px 5px;
	margin-left: 0px;
	z-index: 2000;
	height: 90px;
}
	.info2{
    	position:relative;
}
.tooltip {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #161616;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 12px Arial;
	z-index: 99999;
}
.axuda{
    position:absolute;
    bottom:5px;
    right:5px;
}
span.esquerda {
     float:left;
}
span.dereita {
	float: right;
	}
span.centro {
      display:block;
text-align:center;
}
[contenteditable="true"] { 
	padding: 10px; 
	border: 0px dashed #aaa;
	outline: 0;
}
[contenteditable="true"]:hover {
	background-color: #A282FF;
	border: 0px dashed #aaa;
	background-color: #336666;
}

/************/
/*** Box1 ***/
/************/

.box1 p, .box2 p, .box3 p, .box4 p, .box5 p, .boxinfo p{
	margin: 30px;
	color: #aaa;
	outline: none;
	text-align: left;
}

.box1{
	width: 800px;
	margin: 40px 60px 40px 120px;
	min-height: 200px;
	position: relative;
	display: inline-block;
	background: -webkit-gradient(linear, 0% 20%, 0% 1000%, from(#fff), to(#fff), color-stop(.1,#f3f3f3));
	border: 0px solid #ccc;
	-webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-bottom-right-radius: 6px 50px;
}

.box1:before{
	content: '';
	width: 50px;
	height: 100px;
	position:absolute;
	bottom:0; right:0;
	-webkit-box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.1);
	z-index:-1;
	-webkit-transform: translate(-35px,-40px)
						skew(0deg,30deg)
						rotate(-25deg);
}

.box1:after{
	content: '';
	width: 100px;
	height: 100px;
	top:0; left:0;
	position:absolute;
	display: inline-block;
	z-index:-1;
	-webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(2deg)
						translate(20px,25px)
						skew(20deg);
}

.box2{
	width: 530px;
	min-height: 180px;
	position: relative;
	display: inline-block;
	background: -webkit-gradient(linear, 0% 20%, 0% 1000%, from(#fff), to(#fff), color-stop(.1,#f3f3f3));
	border: 0px solid #ccc;
	-webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-bottom-right-radius: 6px 50px;
	margin-top: 40px;
	margin-left: 5px;
}

.box2:before{
	content: '';
	width: 50px;
	height: 100px;
	position:absolute;
	bottom:0; right:0;
	-webkit-box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.1);
	z-index:-1;
	-webkit-transform: translate(-35px,-40px)
						skew(0deg,30deg)
						rotate(-25deg);
}

.box2:after{
	content: '';
	width: 100px;
	height: 100px;
	top:0; left:0;
	position:absolute;
	display: inline-block;
	z-index:-1;
	-webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(2deg)
						translate(20px,25px)
						skew(20deg);
}


.box3{
	width: 500px;
	min-height: 180px;
	position: static;
	display: inline-block;
	background: -webkit-gradient(linear, 0% 20%, 0% 1000%, from(#fff), to(#fff), color-stop(.1,#f3f3f3));
	border: 0px solid #ccc;
	-webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-bottom-right-radius: 6px 50px;
	margin-top: 40px;
	margin-left: 225px;
	float: center;
	margin-right: 50px;
}


.box4{
	width: 500px;
	min-height: 180px;
	position: static;
	display: inline-block;
	background: -webkit-gradient(linear, 0% 20%, 0% 1000%, from(#fff), to(#fff), color-stop(.1,#f3f3f3));
	border: 0px solid #ccc;
	-webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-bottom-right-radius: 6px 50px;
	margin-top: 40px;
	margin-left: 225px;
	float: right;
	margin-right: 50px;
}


.boxinfo{
	width: 500px;
	margin: 80px 60px 10px auto;
	min-height: 200px;
	position: relative;
	display: inline-block;
	background: -webkit-gradient(linear, 0% 20%, 0% 1000%, from(#fff), to(#fff), color-stop(.1,#f3f3f3));
	border: 0px solid #ccc;
	-webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-bottom-right-radius: 6px 50px;
}

.boxinfo:before{
	content: '';
	width: 50px;
	height: 100px;
	position:absolute;
	bottom:0; right:0;
	-webkit-box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.1);
	z-index:-1;
	-webkit-transform: translate(-35px,-40px)
						skew(0deg,30deg)
						rotate(-25deg);
}

.boxinfo:after{
	content: '';
	width: 100px;
	height: 100px;
	top:0; left:0;
	position:absolute;
	display: inline-block;
	z-index:-1;
	-webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(2deg)
						translate(20px,25px)
						skew(20deg);
}
