@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-position:center 0px;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
	background-image:url(../images/imagenes/madera.jpg);
	}
	
.body2{
	margin:0;
	padding:0;
	background-position:center 0px;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
	background-image:url(../images/imagenes/bg2.jpg);
	}
	
a{
	text-decoration:none;}
	
	
	 @font-face {
 font-family:"Delicious-Roman";
 src: url("Delicious-Roman.otf");
 format:("opentype");
}

 @font-face {
 font-family:"f08";
 src: url("../fonts/f08.ttf");
 format:("truetype");
}


.header{
	width:100%;
	float:left;
	height:147px;
	background-image:url(../images/imagenes/patron-menu.png);
	background-repeat:repeat-x; 
	background-position:center;}

.header-content{
	width:950px;
	height:147px;}
	
.logo-fogon{
	width:336px; 
	height:147px;
	float:left;}
	
.menu{
	width:610px;
	height:30px;
	margin-top:55px;
	float:left;}
	
.item-menu{
	min-width:20px;
	height:25px;
	margin:3px 0 0 12px;
	float:left;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
	}
	
.item-menu:hover{
	color:#C1272C;
	}
	
/*content*/

.content{
	width:100%;
	float:left;
	
}

.content-content{
	width:950px;
}

.content-content-content{
	width:950px;
	min-height:100px;
	float:left;
	margin:10px 0 0 0;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
}

.slider-home{
	width: 630px;
	height: 340px;
	float: left;
	background-image: url(../images/imagenes/bg-slider-home.png);
	margin: 10px 0 0 0;
}

.slider-home-image{
	width: 610px;
	height: 320px;
	float: left;

	margin: 10px ;
	}
	
	
	
.box-novedades{
	width: 310px;
	height: 360px;
	float: left;
	background-image: url(../images/imagenes/agenda.png);
	margin: 0 0 0 10px;
	}
	
.noticias-header{
	width: 240px;
	height: 270px;
	float: left;
	margin: 20px 0 0 20px;
	background-image: url(../Images/bg-novedades.png);
	overflow: hidden;
	}
	
.noticias-titulo{
	width: 310px;
	height: 30px;
	float: left;
	margin: 20px 0 0 0;
	font-family: "Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #C1272C;
	font-size: 20px;
	text-align: center;
	border-bottom:thin solid #C1272C;
	border-bottom-style:dashed;
	}
	
.item-noticia-titulo{
	width: 280px;
	min-height: 26px;
	float: left;
	margin: 8px 10px 0 20px;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #C1272C;
	font-size: 16px;
	text-align: left;	
	}	
	
.item-noticia-titulo:hover{
	
	color:#000;
	
	}	
	
.item-noticia-texto{
	width: 280px;
	height: 36px;
	float: left;
	margin: 0 10px 0 20px;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-align: left;
	border-bottom:thin solid #C1272C;
	border-bottom-style:dashed;
	overflow: hidden;
	padding-bottom:5px;
}	


/*horarios-box */
.box-horarios{
	width: 310px;
	height: 238px;
	float: left;
	margin: 0 0 0 10px;
	background-image: url(../images/imagenes/bg-horarios.png);
	-webkit-transition:rotation 0.3s ease-out;
-moz-transition:rotation 0.3s ease-out;
-o-transition:rotation 0.3s ease-out;
	}
	

.box-horarios{
	width: 310px;
	height: 238px;
	float: left;
	margin: 0 0 0 10px;
	background-image: url(../images/imagenes/bg-horarios.png);
	 -webkit-transition: -webkit-transform 1s ease-out;
 -moz-transition: -moz-transform 1s ease-out;
 transition: transform 1s ease-out;

	}

.box-horarios:hover{
	 -webkit-transform: rotate(2deg);
 -moz-transform: rotate(2deg);
 transform: rotate(2deg);
}


	
	
.horarios-titulo{
	width: 310px;
	height: 30px;
	float: left;
	margin: 40px 0 0 0;
	font-family: "Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #C1272C;
	font-size: 20px;
	text-align: center;
	border-bottom: thin solid #C1272C;
	border-bottom-style: dashed;
	}
	
.item-horarios-titulo{
	width: 280px;
	min-height: 26px;
	float: left;
	margin: 8px 10px 5px 20px;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #C1272C;
	font-size: 16px;
	text-align: left;	
	}	
	

	
.item-horarios-texto{
	width: 280px;
	height: 46px;
	float: left;
	margin: 10px 10px 5px 20px;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
	border-bottom:thin solid #C1272C;
	border-bottom-style:dashed;
	}	
	
	
/*video box */
	
.box-video{
	width: 310px;
	height: 238px;
	float: left;
	margin: 10px 0 0 0;
	background-image: url(../images/imagenes/bg-slider-home.png);
	
	}
	
.boxito{
	width: 150px;
	height: 238px;
	float: left;
	margin: 10px  0 0 10px;
	background-image: url(../images/imagenes/bg-slider-home.png);
	
	}	
	
.boxito-titulo{
	width: 150px;
	height: 30px;
	float: left;
	margin: 10px 0 0 0;
	font-family: "Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #C1272C;
	font-size: 20px;
	text-align: center;
	border-bottom:thin solid #C1272C;
	border-bottom-style:dashed;
	}
	
.boxito-imagen{
	width: 150px;
	height: 110px;
	float:left;
	color: #C1272C;
	
	}

.boxito-texto{
	width: 130px;
	height: 60px;
	margin: 10px 10px 5px 10px;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
		float:left;
	}
	
/*footer*/



.contact{
	width:950px;
	height:530px;
	background-image:url(../images/imagenes/bg-contact.png);
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	}
	
.box-facebook{
	width:292px;
	height:450px;
	float:left;
	margin:40px 20px
	0 40px;}

.box-contacto{
width:500px;
height:450px;
float:left;
margin:40px 0 0 20px;
text-align:left;
}


.titulo-contacto{
width:500px;
height:30px;
float:left;
font-size:20px;
color:#C1272C;
}

.palabra-contacto{
	width: 500px;
	height: 20px;
	float: left;
	font-size: 14px;
	color: #000;
	margin: 10px 0 0 0;
}

.bajada-contacto{
width:500px;
height:30px;
margin-top:10px;
float:left;
font-size:16px;
}

.input-contacto{
width:500px;
height:20px;
margin-top:10px;
float:left;
background:none;
border:thin solid;
border-style:dashed ;
}

.message-contacto{
width:500px;
height:50px;
margin-top:10px;
float:left;
background:none;
border:thin solid;
border-style:dashed ;
}

.bt-enviar{
padding-top:10px;
width:200px;
height:40px;
margin:10px 0 0 200px;
float:left;
}


/*historia*/

.titulo-historia{
	width:930px; 
	float:left;
	height:50px;
	margin:10px 10px 10px 10px ;
	color:#C1272C;
	font-size:36px;
	border-bottom:thin solid #C1272C;
	border-bottom-style:dashed;}
	
.video-historia{
	width:930px; 
	float:left;
	height:500px;
	color:#C1272C;
	font-size:36px;
	margin:10px;
	

}	

.texto-historia{
	width: 930px;
	float: left;
	min-height: 50px;
	margin: 10px 10px 10px 10px;
	color: #000;
	font-size: 14px;
	border-bottom: thin solid #C1272C;
	border-bottom-style: dashed;
	text-align: left;
}

.curiosidades{
	width: 300px;
	height: 340px;
	float: left;
	margin: 10px 8px 20px 8px;
	background-image: url(../images/imagenes/bg-slider-home.png);
	}
	
.titulo-curiosidades{
	width:930px; 
	float:left;
	height:50px;
	margin:10px 10px 10px 10px ;
	color:#FFF;
	font-size:36px;
	border-bottom:thin solid #FFF;
	border-bottom-style:dashed;}
	
.video-titulo{
	width: 300px;
	min-height: 30px;
	float: left;
	margin: 10px 0 0 0;
	font-family: "Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #C1272C;
	font-size: 20px;
	text-align: center;
	border-bottom:thin solid #C1272C;
	border-bottom-style:dashed;
	}
	
.curiosidades-imagen{
	width: 300px;
	height: 200px;
	float: left;
	font-family: "Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #C1272C;
	font-size: 20px;
	text-align: center;
	border-bottom: thin solid #C1272C;
	border-bottom-style: dashed;
	}

.boxito-texto-curiosidades{
	width: 280px;
	height: 60px;
	margin: 10px 10px 5px 10px;
	font-family:"Delicious-Roman", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
		float:left;
	}
	
	
	/*-----NOTICIAS-----*/	

.content-titulo-noticias{
	width:960px;
	padding:10px;
	min-height:40px;
	color:#09F;
	text-align:left;
	margin:10px;
	margin-bottom:0px;
	font-size:50px;
	background-image:url(images/imagenes/papel-diario.jpeg);
	text-align:center;
	border-left:none;
	border-right:none;
	border-left:none;
	border-top:none;
	border-color:#999;
	border-bottom:dotted;
	float:left;
}

.title-noticia-intro{
	width:300px;
	min-height:22px;
	float:left;
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	color:#09F;
}
	
.bajada-noticia-intro{
	width:300px;
	min-height:40px;
	float:left;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
	text-align:justify;
	
	}	
	
.epigrafe-noticia-imag{
	width:300px;
	min-height:20px;
	float:left;
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
	text-align:right;
	font-style:italic;
	}		
	

.content-paginas-noticias{
	width: 910px;
	padding: 10px;
	min-height: 12px;
	color: #000;
	text-align: left;
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 10px;
	background-image: url(../images/imagenes/bg-slider-home.png);
	text-align: center;
	border-left: none;
	border-right: none;
	border-left: none;
	border-top: none;
	border-color: #999;
	border-bottom: dotted thin;
	float: left;
}



.noticias-item{
	width: 910px;
	padding: 10px;
	min-height: 200px;
	color: #000;
	text-align: left;
	background-image: url(../images/imagenes/bg-slider-home.png);
	border-left: none;
	border-right: none;
	border-left: none;
	border-top: none;
	border-color: #999;
	border-bottom: dotted;
	float: left;
	margin-left: 10px;
	background-size: cover;
}

.noticias-item2{
	width:960px;
	padding:10px;
	min-height:200px;
	color:#000;
	text-align:left;
	margin:10px;
	margin-bottom:0px;
	margin-top:0px;
	background-image:url(images/imagenes/papel-diario.jpeg);
	float:left;
}

.noticias-column{
	width:300px;
	min-height:200px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
	
.noticias-column-left{
	width: 300px;
	min-height: 200px;
	float: left;
}

.noticias-column-right{
	width: 580px;
	min-height: 200px;
	float: right;
}
	
.noticias-video{
	width:300px;
	height:180px;
	float:left;
	margin-bottom:10px;
}	

.noticias-imagen{
	width:300px;
	min-height:180px;
	float:left;
	margin-bottom:10px;
}

.section-title-noticia {
	width: 460px;
	height: 14px;
	padding: 10px;
	font-size: 18px;
	color: #C1272C;
	text-align: left;
	float: left;
}

.section-fecha-noticia {
	width:80px;
	height:14px;
	padding:10px;
	font-size:12px;
	color:#000;
	text-align:left;
	float:left;
	color:#09F;

}


.section-description-noticia {
	width: 560px;
	padding: 10px;
	min-height: 50px;
	font-size: 12px;
	color: #000;
	text-align: left;
	float: left;
}

.section-bajada-noticia {
	width:560px;
	padding:10px;
	min-height:50px;
	font-size:14px;
	color:#666;
	text-align:left;
	float:left;
	font-weight:bold;
}

.section-link-noticia {
	width:560px;
	height:14px;
	padding:10px;
	font-size:10px;
	font-style:italic;
	color:#000;
	text-align:left;
	float:left;
}

.noticias-temporada-numero{
	height: 10px;
	margin-right: 20px;
	;
	float: left;
	min-width: 10px;
}
	


/*llaves*/

.texto-col2-usuario{
	width: 457px;
	min-height: 20px;
	margin: 10px 0 10px 10px;
	float: left;
	color: #666;
	font-family: "arial-narrow", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 30px;
	text-align: left;
	font-size: 14px;
	border: 1px dashed #CCC;
	background-image: url(../images/imagenes/bg-slider-home.png);
	}

.image-usuario{
	width:75px;
	min-height:75px;
	margin:10px;
	float:left;
}

.content-info-usuario{
	width: 200px;
	min-height: 75px;
	margin: 10px;
	float: left;
	font-family: "Delicious-Roman", Arial, Helvetica, sans-serif;
}

.bt-info-usuario{
	width:120px;
	height:75px;
	margin:10px;
	float:left;
}

.texto-plano{
	width: 530px;
	float: left;
	min-height: 50px;
	margin: 10px 10px 10px 10px;
	color: #000;
	font-size: 14px;
	border-bottom: thin solid #C1272C;
	border-bottom-style: dashed;
	text-align: left;
}

.imagen-plano{
	width: 375px;
	float: left;
	min-height: 330px;
	margin: 10px 10px 10px 10px;
	color: #000;
	font-size: 14px;
	border: thin solid #C1272C;
	border-bottom-styleign: left;
	background-image: url(../images/imagenes/plano.png)
}
