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

html{
margin:0;
padding:0;height: 100%;}

body {
	background-image:url(imgs/back.jpg);
	-webkit-background-size: 100%;
	-o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	font-size:14px;
	font-family: 'Alegreya Sans', sans-serif;
	color: #3d3d3d;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	min-height: 100%;
	width:100%;
	height:100%;
	background: rgb(33,33,33);
	}

a { text-decoration:none;}

#main {height:100%; width:100%;}

#back{
	background:url(imgs/back.png) fixed no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	position:absolute;
	height:100%;
	width:100%;
	margin: 0 auto;
	z-index:9;
	background-repeat:no-repeat;
	}	
	
#logo {
	background-image:url(imgs/logo_big.png);
	background-repeat:no-repeat; 
	margin:0 auto;
	position:relative;
	width:861px;
	height:305px;
	margin-top:55px;
	margin-bottom:35px;
    cursor: hand;
	z-index:100;
	}


#top{
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 70%, rgba(202,202,201,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(202,202,201,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 70%,rgba(202,202,201,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 70%,rgba(202,202,201,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 70%,rgba(202,202,201,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 70%,rgba(202,202,201,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacac9',GradientType=0 ); /* IE6-9 */
		
		position:relative; width:100%; top:0; margin:0; padding-top:10px; padding-bottom:10px; left:0; z-index:2; height:50% 	
-webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 10px 5px 0px rgba(0, 0, 0, 0.75);
	}

#down{ 
	background: rgb(33,33,33); height:50%;
	}

#content{
	width:950px;
	margin:auto;
	padding-top:30px;
	margin-top:0px;
	color:#FFF;
	text-align:right;
	position: static;
	z-index:100;
	min-height:300px;
	}
	
#menu{
	width:861px;
	margin:0 auto;
	position:relative;
	margin-top:-11px;
	letter-spacing:1px;
	z-index:10;
	size:17px;
	}

#menu li{ 
	list-style:none; margin-left:5px; margin-right:5px; display:inline; padding-bottom:8px; padding-top:8px; padding-left:13px; padding-right:13px;
	background: rgb(202,202,201); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(202,202,201,1) 0%, rgba(202,202,201,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,202,201,1)), color-stop(100%,rgba(202,202,201,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(202,202,201,1) 0%,rgba(202,202,201,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(202,202,201,1) 0%,rgba(202,202,201,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(202,202,201,1) 0%,rgba(202,202,201,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(202,202,201,1) 0%,rgba(202,202,201,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacac9', endColorstr='#cacac9',GradientType=0 ); /* IE6-9 */
	}
	
#menu li a  { color:#3d3d3d; }
#menu li a:hover  { color:#fc3957; }

#img{
	width:500px;
	height-min:350px;
	float:left;
	}

#text{
	float:right;
	width:400px;
	text-justify:distribute;
	letter-spacing:2px; 
	text-align:justify;
	}
	
#contact{
	background-image:url(imgs/contactos.png);
	background-repeat:no-repeat; 
	float:right;
	padding-bottom:10px;
	width:110px;
	height:61px;
	text-align:justify;
	text-justify:distribute; 
	margin-left:1050px;
	margin-top:-100px;
	margin-right:10px;
	}
	
.apoios{
	float:right;
	width:405px;
	left:95%;
	margin-right:10px;
	margin-top:-15px;
	margin-right:20px;
	}
	
	
	
	







