/*
general
*/
body {
	color:#666666;
	font-size:14px;
	font-family: helvetica, arial, sans-serif;
	/*letter-spacing:-1px;*/
	margin:25px 0 0 0;
}
img{
	border:none;
}

a {
	outline:none;
}
a:link{
	color:#525252;
	text-decoration:none;
	outline:0;
}
a:visited{
	color:#525252;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:none;	
}
a:active{
	color:#111111;
	text-decoration:none;	
}

a.selected{
	color:#111111;
}


/*
 * menu principal
 */
#mainmenu{
	width:600px;
	margin:0 auto; 
}
#mainmenu div{
	clear:both;
}
a.sakristan{
	display:block;
	float:left;
    width:274px;
    height:65px; 
    text-indent:-9999px;
	background:url(../iconos/sakristan.gif) 0 0 no-repeat;

}
a.sakristan:hover{
   background-position:0 -65px;	
}
a.sakristan_mini{
	display:block;
	float:left;
    width:139px;
    height:32px; 
    text-indent:-9999px;
	background:url(../iconos/sakristan_mini.gif) 0 0 no-repeat;
	margin-bottom:10px;

}
a.sakristan_mini:hover{
   background-position:0 -32px;	
}
a.infocontact{
	display:block;
	float:left;
    width:326px;
    height:65px; 
    text-indent:-9999px;
	background:url(../iconos/infocontact.gif) 0 0 no-repeat;

}
a.infocontact:hover{
   background-position:0 -65px;	
}
a.mainmenu{
    display:block;
    /*width:600px;*/
    height:78px; 
    text-indent:-9999px;
	background-position:top center;
	background-repeat:no-repeat;
}
a.mainmenu:hover{
    background-position:center -78px;
}


a.close{
	display:block;
    width:40px;
    height:37px; 
    text-indent:-9999px;
	background:url(../iconos/close.gif) 0 0 no-repeat;

}
a.close:hover{
   background-position:0 -37px;	
}


/*
estructura
*/



#wrap{
	width:960px;
	margin:0 auto;
	text-align:center;
}

#nav{
	width:150px;
	float:left;
	
	text-align:left;
}
	#nav div{
		/*padding-left:10px;*/
		width:100%;
	}
	#nav ul{
		clear:both;
		margin:0;
		padding-left:10px;
		text-indent:0;
	}
	#nav ul li{
		list-style:none;
		padding:0 0 14px 0;
		margin-left:0;
		text-indent:0;
	}
#gallery{
	float:left;
	vertical-align:middle;
	width:650px;
}

#image{
	border:1px solid #cccccc;
	float:left;
	width:600px;
	height:600px;
	text-align:center;
	padding:25px 0 0 0;
	overflow:hidden;
}





    a#nextimg {
                display:block;
                width:25px;
                height:25px; 
                text-indent:-9999px;
                background:url(../iconos/right.gif) top left no-repeat;
    }

    a#nextimg:hover {
                background-position:0 -25px;
    }
    a#previmg {
                display:block;
                width:25px;
                height:25px; 
                text-indent:-9999px;
                background:url(../iconos/left.gif) top left no-repeat;
    }

    a#previmg:hover {
                background-position:0 -25px;
    }	
	#caption{
		font-size:12px;
		/*width:385px;
		margin:0 auto;
		padding:0px;
		clear:both;*/
		position:relative;
		width:380px;
		top:-90px;
		padding:0 100px 0 140px;
		/*left:0px;*/
		
		text-align:left;
		height:76px;
		overflow:hidden;
		color:#757575;
		/*color:#333333;
		border:1px solid black;*/
	}
	#caption p{
		margin:0;
		padding:0; 
	}
	
	#caption .image_title{
		color:#757575;
		
	}
	#caption a:link{
		text-decoration:underline;
	}
	
	#close_button{
		
		width:40px;
		position:relative;
		top:-132px;
		left:530px;
		z-index:10;
		/*left:540px;
		float:left;
		float:right;
		position:relative;
		top:0px;
		left:530px;*/
		/*position:absolute;
		top:640px;
		left:800px;*/
	}
#info{
	padding:0 20px 20px 20px;
	text-align:left;
	font-size:12px;
}
#info p{
	margin:0;
	padding:0;
}	