/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.cabeceraFotos{
	padding: 0px;
	margin: 0px;
	height: 276px;
	width: 814px;
	_width: 824px;
}

.galeria-1-contenedor{
	position: relative;
	width: 800px;
	height: 400px;
	margin-left: 25px;
	margin-top: 10px;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.galeria-1 h1{
	color: #ff0000;
}

.galeria-1-imagenes img{
	border: 1px solid red;
	margin: 0 5px 5px 0;	
}

.galeria-1-imagenes {	
	text-decoration: none;
	font-family: tahoma;
}

.galeria-1-imagenes:hover img{
	border: 0px solid blue;
	background-color: transparent;
}

.galeria-1-marco{
	float: left;	
	color: #777777;
	background-color: #f5f5f5;
	text-align: center;
	width: 770px;
	height: 520px;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 5px;
	border: 1px dashed gray;
	font-family: tahoma;
}

.galeria-1-imagenes span{ /*CSS for enlarged image*/
	position: absolute;
	/*
	background-color: lightyellow;
	border: 1px dashed gray;
	*/	
	padding: 5px;
	left: -1000px;	
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.galeria-1-imagenes span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.galeria-1-imagenes:hover { /*CSS for enlarged image*/
	visibility: visible;
	z-index: 50;
}

.galeria-1-imagenes:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 170px;
	left: 0px; /*position where enlarged image should offset horizontally */
}
