@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
	background-image: url(images/fondo_agua_pedrollo.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #666666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body{
	margin: 0;
	padding: 0;

}
#content{
	margin: 0px auto;
	width: 960px;
	height: 1220px;
}
#logo{
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 21px;

}
#hide {
	overflow: hidden;
	height: 1px;
}
#header{
	position: absolute;
	z-index: 2;
	width: 940px;
	height: 140px;
	top: 10px;
	background-color: #FFFFFF;
	background-image: url(images/headerbg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#menu {
	z-index: 4;
	width: 500px;
	height: 15px;
	position: absolute;
	left: 394px;
	top: 84px;
	text-align: center;
	padding: 20px;
}
#headerbg{
	z-index: 3;
	width: 534px;
	height: 46px;
	position: absolute;
	top: 89px;
	background-color: #70AAF7;
	filter:alpha (opacity=40); /* MS Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=40); /* MS IE proprietory */
	-moz-opacity: 0.4; /* Mozilla v1.6 and below */
	opacity: 0.4; /* CSS-3 Standards */
	-khtml-opacity:.4; /* Safari */
	left: 394px;
}
#mainbg{
	position: absolute;
	z-index: 4;
	width: 940px;
	top: 160px;
	background-color: #FFFFFF;
	filter:alpha (opacity=40); /* MS Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=40); /* MS IE proprietory */
	-moz-opacity: 0.4; /* Mozilla v1.6 and below */
	opacity: 0.4; /* CSS-3 Standards */
	-khtml-opacity:.4; /* Safari */
	height: 890px;
}
#main{
	position: absolute;
	z-index: 5;
	width: 940px;
	top: 160px;
	height: 818px;


}
ul {
	text-decoration: none;
	display: inline;
	list-style-type: none;

}
li {
	display: inline;
	padding: 0px 15px;
}
a:link, a:visited  {
	color: #032E65;
	font-size: 14px;
	text-decoration: none;

}
a:hover  {
	text-decoration: underline;

}
#main a:link, #main a:visited, #main a:hover{
	color: #E30E1D;
	font-size: 14px;
}

#footbg{
	position: absolute;
	z-index: 2;
	width: 940px;
	height: 140px;
	top: 1061px;
	background-color: #000000;
	filter:alpha (opacity=40); /* MS Internet Explorer */










	filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=40); /* MS IE proprietory */
	-moz-opacity: 0.4; /* Mozilla v1.6 and below */
	opacity: 0.4; /* CSS-3 Standards */
	-khtml-opacity:.4;
}
#foot{
	position: absolute;
	z-index: 3;
	width: 940px;
	height: 140px;
	top: 1059px;
}
#foot p {
	color: #FFFFFF;

}
#gadgets {
	position: absolute;
	left: 662px;
	top: 7px;
	width: 172px;
	height: 55px;
	padding: 0px 30px;

}
h1 {
	color: #032E65;
	font-size: 22px;

}
h2{
	color: #032E65;
	font-size: 20px;

}
#texto {
	padding: 30px;
	width: 550px;

}
#texto2 {
	padding: 30px;
	width: 720px;
	overflow: scroll;
	height: 550px;

}
#pd {
	padding: 0px;
	margin: 0px;
}

#listservice {
	text-decoration: none;
	display: list-item;
	list-style-type: square;
	margin: 0px 20px;
}
#texto2 img {
	border: 0;
	padding: 5px;

}
.blanco {
	color: #FFFFFF;

}

