<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/*Add a height attribute and set to largest image's height to prevent overlaying*/

/*
a:link {
	color: #CCC;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #CCC;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:active {
	text-decoration: none;
	color: #CCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

.gallerycontainer{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.peque img{
	border: 1px solid #FFF;
	margin: 0 5px 5px 0;
	text-decoration: none;
	
}

.peque:hover{
	background-color: transparent;
	text-decoration: none;	
	color: #666;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.peque:hover img{
	border: 1px solid #FFF;
	text-decoration: none;
}

.peque agrandada{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding-top: 13px;
	padding-left: 13px;
	padding-right: 8px;
	padding-bottom: 10px;
	visibility: hidden;
	text-decoration: none;
}

.peque fija{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	top: 85px;
	left: 350px;
	padding-top: 13px;
	padding-left: 13px;
	padding-right: 8px;
	padding-bottom: 10px;
	visibility: visible;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	color: #666;
	font-weight: normal;
	font-size: 11px;
}

.peque agrandada img{ /*CSS for enlarged image*/
	border-width: 0;	
	text-decoration: none;
}

.peque:hover agrandada{ /*CSS for enlarged image*/
	visibility: visible;
	top: 85px;
	left: 350px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	text-decoration: none;
	
}

#titulo {
	position: absolute;
	z-index: 52;
	background-color: #FFF;
	width: 428px;
	height:66px;
	top: 10px;
	left: 350px; 
	visibility: visible;
	background-image:  url(titulo_armarios.jpg);
	background-repeat: no-repeat;
	margin: 0 20px 5px 0;
	
	
}

</style>

