/* CSS Document for Fotografías*/


#Pagina {
          margin:5px;
		  background:#FFFFF0;
		  width:auto;
}

.Exposicion {
        margin:0 auto;
		background-color:#000000;
		border-style:groove;
		border-width:5px;
		border-color:#CCCCCC;
        width:600px;
}

.Imagen {
        border:double;
		border-color:#FF9900;
}

.Foto {
        border-width:4px;
		border-style:solid;
		border-color:#FF9900;
		width:100px;
		height:67px;
}

.Fotov {
        border-width:4px;
		border-style:solid;
		border-color:#FF9900;
		width:100px;
		height:150px;
}

.Foto1 {
	   visibility:visible;
	   position:relative;
	   border:none;
	   width:580px;
	   height:386px;
	   margin-bottom:5px;
}

.Foto2 {
	   visibility:visible;
	   position:relative;
	   border:none;
	   width:580px;
	   height:872px;
	   margin-bottom:5px;
}

a:hover img.Foto {
	   width:120px;
	   height:80px;
}

a:hover img.Fotov {
	   width:120px;
	   height:180px;
}

a:hover img.Foto1 {
       border:none;
	   filter:alpha(opacity=50);
	   opacity:.5;
}

a:hover img.Foto2 {
       border:none;
	   filter:alpha(opacity=50);
	   opacity:.5;
}