@charset "utf-8";
/* CSS Document */
body{
		border:0px solid #000;
	width:98%;
	margin:0px auto;	
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	
	
	 background:url(../../images/index/Quicksilver%202-30.png)  center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	
	
}

a	{ text-decoration:none;	
		font-size:18px}

/* CSS Header */
header #logo{
	width:50%;	
	margin-top:2%;
}

	
#titu{
	color:#004E92;
	font-size:28px;
	font-weight:800}
	
#titu2{
	color:#29333D;
	font-size:18px}

/* CSS footer */
footer{
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size:25px;
}

#copyright {
	width: 100%;
	font-size:25px;
	line-height:25x;
	margin: 3px auto;
	margin-bottom: 0px; 
	color:#fff;

	
	
}

/* CSS INDEX */	
#menu			{	list-style:none; margin:10px auto; padding:0px; text-align:center; margin-top:5%;  }
#menu li		{	margin:0px auto; border:0px solid #FFF; font-size:3em; width:93%; border-radius:10px; margin-bottom:4%; padding:1% 0px 1% 0px; background: #29333D; text-align: center;	}
#menu a li		{	color:#fff; width:93%; }

p{text-align:justify; padding:10px;}
h2{color:#D39476; font-size:3em;}
h3{color:#8A6B4F; font-size:2.5em;}
h4{color:#8A6B4F; font-size:2em;}
li{text-align:justify; font-size:2em;}
#contacto input[type=text]{ width:200px; }
#contacto textarea{ width:200px; }
/* CSS FOOTER */	
#copyright		{	margin-top:0%; color:#fff	}
footer hr		{	margin-top:0%;	border:2px solid #D4B584; }