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


/*///////////////////Casas que estan a la izquierda en la home //////////////*/
/*Estructura de la home*/
#izquierda{
	width:493px;
	margin-left:6px;
	float:left;
}


#derecha{
	width:437px;
	margin-right:5px;
	float:right;
}


/*Noticias de la home*/
#cont_ganeral_news{
	width:493px;
	background-repeat:no-repeat;
	background-position:top;
}
#head_not_prin{
	width:493;
	height:61px;
}
#not_prin{
	background-image:url(../imgs/web_body/news_box/fondo_01-trans.png);
	background-repeat:repeat-y;
	height:255px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
}
#fond_generales{
	background-image:url(../imgs/web_body/news_box/fondo_grales-trans.png);
	background-repeat:repeat-y;
}
#not_generales{
	background-image: url(../imgs/web_body/news_box/gene_tit-trans.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
}

.img_not_prin{
	float:left;
	margin-right:10px;
}
.img_not{
	float:left;
	margin-right:5px;
}
.cuadro_not{
	width:463px;
	height:100px;
	background-image:url(../imgs/web_body/news_box/cierre_new.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:15px;
	margin-top: 5px;
}

#pie_news{
	background-image:url(../imgs/web_body/news_box/pie.jpg);
	width:493px;
	height:32px;
	padding-top:5px;
	text-align:center;
}

/*///////////////////Casas que estan a la derecha en la home //////////////*/
/*Banner principal*/
#main_banner{
	width:437px;
	padding-bottom:5px;
}


/*Caja de fotos*/
#fotos_box{
	width:437px;
	background-image:url(../imgs/web_body/fotos_box/fotos_titu.jpg);
	padding-top: 56px;
	background-position:top;
	background-repeat: no-repeat;
}
#fnd_fotos_box{
	width:437px;
	background-image: url(../imgs/web_body/fotos_box/fotos_fnd.jpg);
	background-repeat: repeat-y;
	height: 155px;
}
#pie_fotos_box{
	width:437px;
	height:30px;
	padding-top:6px;
	background-image: url(../imgs/web_body/fotos_box/fotos_fin.jpg);
}

.cuadro_gal{
	width:193px;
	height:58px;
	background-image:url(../imgs/web_body/fotos_box/cuadro_gal.jpg);
	margin-left:6px;
	margin-top:5px;
	float:left;
	padding:6px;
}

.mini_gal{
	float:left;
	margin-right:5px;
}

/*Caja de horarios*/
#horas_box{
	width:437px;
	background-image: url(../imgs/web_body/hora_box/horas_titu.jpg);
	padding-top: 56px;
	background-position:top;
	background-repeat: no-repeat;
}
.fnd_cuadro_dere{
	width:417px;
	background-image: url(../imgs/web_body/cua_fnd.jpg);
	background-repeat: repeat-y;
	padding:10px;
}
.pie_cuadro_dere{
	width:437px;
	height:11px;
	background-image: url(../imgs/web_body/cua_fin.jpg);
}

/*Caja decompartir*/
#share_box{
	width:437px;
	background-image: url(../imgs/web_body/share_box/share_titu.jpg);
	padding-top: 56px;
	background-position:top;
	background-repeat: no-repeat;
}

/*botones de la caja de horarios*/
a.bot_hor{
	display:block;
	width:183px;
	height:40px;
	background-image: url(../imgs/botones/horarios/hora_bot.jpg);
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding-top:6px;
	padding-bottom:2px;
	padding-right:5px;
	padding-left:5px;
	line-height:30px;
	margin-right:5px;
	margin-top:10px;

}

a.bot_hor:hover{
	text-decoration:none;
	background-position:bottom;
}

/*Caja de envio de mail*/
#novedades_box{
	width:463px;
	height:300px;
	background-image:url(../imgs/web_body/mail_box/fondo_mail.jpg);
	background-repeat:no-repeat;
	padding-top:60px;
	padding-left:15px;
	padding-right:15px;
}
   

