
h3{color: #FF0000;}
.fondo{
	background-image: url(../images/proceso-de-forja-calienye.jpg);
	background-attachment: fixed;
	background-size: cover;
	height: 600px;
}

.historia{
	background-image: url(../images/bg-rojo.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


.fabrica{
	background-image: url(../images/forjas-bogen.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.automovil{
	background-image: url(../images/forja-automovil/CIRCULO-ARRIBA-AUTOMOVIL.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


.tractocamionb{
	background-image: url(../images/forja-tracto-camion/forja-TRACTOCAMION-d.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
	width: 100%;
}

.tractocamion{
	background-image: url(../images/forja-tracto-camion/forja-tractocamion.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.energia{
	background-image: url(../images/forja-energia/forja-energia.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.alimentos{
	background-image: url(../images/forja-alimentos/forja-alimentos.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


.tractor{
	background-image: url(../images/forja-tractor/tractor.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


.valvulas{
	background-image: url(../images/forja-valvulas/valvulas.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


.fotografia{
	background-image: url(../images/forja-fotografia/fotografia.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.fcaliente{
	background-image: url(../images/forja-caliente-fondo.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.fccaliente{
	background-image: url(../images/circulo-f-caliente.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


.bgbloc{
	background-image: url(../images/bg-bloc.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.pforjadas{
	text-align: center;
	font-size: 50px;
	color: #C20000;
}

.acordionbg{
	background-color: #CC112E; 
	color: #FFF; 
	font-weight: 500;
}

@media  (max-width: 380px) {
	.acceso{
		width: 90%;
		left: 45%;
		top: 45%;
	}
}




/*CODIGO DE VENTANA*/
#ventana{
	opacity:0;
	pointer-events:none;
	background:rgba(0,0,0,0.7);
	width:100%;
	position:fixed;
	top:0px;
	bottom:0px;
	}
#ventana:target{
	opacity:1;
	transition:all ease-in 0.5s;
	pointer-events:all;
	overflow: scroll;
	}

#contenido{
	background:#FFF;
	border-radius:10px;
	box-shadow:#000 0px 0px 20px;
	border:2px solid #0094ff;
	width:60%;
	margin:5% auto;
	padding:20px;
	}

#conteido h2{
	font-size:30px;
	color:#39F;
	margin-bottom:10px;
	}
#contenido p{
	font-size:20px;
	line-height:30px;
	color:#333;
	width:90%;
	margin:auto;
	}

