﻿#opt_menu {
	background-repeat: no-repeat;
	width: 158px;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#opt_galeria {
	width: 170px;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#opt_contacto {
	width: 250px;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;	
}
#opt_libro {
	width: 350px;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;	
}
#opt_eventos {
	width: 227px;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;	
}
/*creando los hover para el menu del index*/
#opt_menu:hover{
	background-image:url('index_archivos/btn_bg1.png');
	background-repeat:repeat-x;
}
#opt_galeria:hover{
	background-image:url('index_archivos/btn_bg4.png');
	background-repeat:repeat-x;
}
#opt_contacto:hover{
	background-image:url('index_archivos/btn_bg2.png');
	background-repeat:repeat-x;
}
#opt_libro:hover{
	background-image:url('index_archivos/btn_bg3.png');
	background-repeat:repeat-x;
}
#opt_eventos:hover{
	background-image:url('index_archivos/btn_bg5.png');
	background-repeat:repeat-x;
}

/*menu contenido -estado normal-*/
#opt_menu_cont {
	background-repeat: no-repeat;
	width: 110px;
	height: 54px;
	float:left;
}
#opt_galeria_cont {
	width: 137px;
	height: 54px;
	float:left;	
}
#opt_contacto_cont {
	width: 171px;
	height: 54px;
	float:left;	
}
#opt_libro_cont {
	width: 246px;
	height: 54px;
	float:left;	
}
#opt_eventos_cont {
	width: 158px;
	height: 54px;
	float:left;	
}
/*menu contenido -hover-*/
#opt_menu_cont:hover{
	background-image:url('index_archivos/btn_bg1_a.png');
	background-repeat:repeat-x;
}
#opt_galeria_cont:hover{
	background-image:url('index_archivos/btn_bg4_a.png');
	background-repeat:repeat-x;
}
#opt_contacto_cont:hover{
	background-image:url('index_archivos/btn_bg2_a.png');
	background-repeat:repeat-x;
}
#opt_libro_cont:hover{
	background-image:url('index_archivos/btn_bg3_a.png');
	background-repeat:repeat-x;
}
#opt_eventos_cont:hover{
	background-image:url('index_archivos/btn_bg5_a.png');
	background-repeat:repeat-x;
}
/*sobreescribiendo los vinculos*/