html{
	overflow:auto;
}

html, body {
	margin:0;
    padding:0;
}

a {text-decoration:none; color:inherit;}

body {
	background-image:url('../img/fondoBody2.jpg');
	overflow-y:hidden;
 
}



#container {
 	position:relative;

}


#header{
	width:100%;
	height:253px;
	z-index:200;
	position:fixed;
	background-image:url('../img/fondoHeader.jpg');
	background-repeat:repeat;
}

#menu{
	width:1024px;
	background-color:#002b39;
	color:white;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	margin:0 auto;
	height:35px;
	line-height:35px;
	
	
	
}


#content {
 	position:relative;
	width:1024px;
	top:286px;
	margin:0 auto;
	background-image:url('../img/fondoContent.jpg');
	background-repeat:no-repeat;
}

.txt{
	font-family: 'Ubuntu', sans-serif;	
	padding-bottom:15px;
	padding-top:15px;
	text-align:justify;
	font-size:18px;
	line-height:1.4;
	word-wrap:break-word;
}

#menu li{ float:left; list-style-type: none; margin-left:50px; cursor:pointer;}

#menu li:hover{ color:#83d0f5; }

#s1, #s2, #s3, #s4, #s5{margin-bottom:45px;}


#s2, #s3, #s4, #s5, #s6{
	padding-left:30px;
	padding-right:30px;
}