/* CSS Document */


/*---HEADER----*/
#header {
	float:left;
	width:765px; 
	background: url(../imatges/fondos/fondo_instalaciones.jpg) right top no-repeat;	
	
}
#menu {
	float:left;
	margin-left: 26px;
	margin-top: 180px;
	padding-bottom: 8px;
}
#contenedor {
	float: left;
	width:765px;
	padding-bottom: 15px;
	padding-top: 15px;
	background: url(../imatges/fondos/fondo_contenedor4.jpg) right bottom no-repeat;	
}
h1 {
	z-index: 999;
	font-size: 18px;
	padding: 15px 0px 15px;
	font-weight: bold;
	color: #F37636;
	margin-left: 250px;
	margin-top: 300px;

}
h2 {
	margin-left: 250px;
	color: #666666;
	font-size: 14px;
	padding: 15px 0px 5px;
	font-weight: bold;
}
p {	
	margin-left: 250px;
	margin-right: 25px;
	text-align: justify;
	color: #666666;
	padding-top: 10px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 25px;
	
}
#galeria {
	padding-left:45px;
}
#galeria img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: solid 1px #999999;
	width: 218px;
	height: 145px;
}

a.pag_sig{
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	padding-top: 10px;
	margin-right: 20px;
	padding-bottom: 15px;
	width: 200px;
	background: url(../imatges/fondos/fondo_boto.png) right top no-repeat;
}
a.pag_sig:hover{
	background: url(../imatges/fondos/fondo_boto_ov.png) right top no-repeat;
}
a.pag_ant{
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 10px;
	margin-left: 45px;
	padding-bottom: 15px;
	width: 200px;
	background: url(../imatges/fondos/fondo_boto.png) right top no-repeat;
}
a.pag_ant:hover{
	background: url(../imatges/fondos/fondo_boto_ov.png) right top no-repeat;
}