@charset "utf-8";

/* Fotos */

.anyo {
font-size:44px;
color:#003399;
margin-bottom:0px;
}

.anyo:link{text-decoration:none;}
.anyo:active {text-decoration: none;}
.anyo:visited {text-decoration: none;}
.anyo:hover{text-decoration:none;}

.mes {height:110px;
	margin-left:50px;}
	
.foto {float:left; 
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	border:#000000 solid 1px;}
	
.titulofoto {color:#003399;
	font-weight:lighter;
	margin-bottom:0px;
	padding-top:40px;
	border-bottom:#003399 solid 2px;
	margin-left:150px;
	margin-right:200px;
	text-align:left;}
	
.enlace2:link{text-decoration:none;}
.enlace2:active {text-decoration: none;}
.enlace2:visited {text-decoration: none;}
.enlace2:hover{text-decoration:none;}

.enlace:link{text-decoration:none; color:#000000;}
.enlace:active {text-decoration: none; color:#000000;}
.enlace:visited {text-decoration: none; color:#000000;}
.enlace:hover{text-decoration:none; color:#000000;}

.mespasado {height:110px;
	width:315px;
	float:left;}

.fotoizq {float:left; 
	margin-left:10px;
	margin-right:10px;
	padding:3px;
	border:#000000 solid 1px;}

.fotodrc {float:right; 
	margin-left:10px;
	margin-right:10px;
	padding:3px;
	border:#000000 solid 1px;}

.titulofoto2izq {color:#003399;
	font-weight:lighter;
	margin-bottom:0px;
	padding-top:10px;
	border-bottom:#003399 solid 1px;
	margin-left:150px;
	margin-right:20px;}

.titulofoto2drc {color:#003399;
	font-weight:lighter;
	margin-bottom:0px;
	padding-top:10px;
	text-align:right;
	border-bottom:#003399 solid 1px;
	margin-right:150px;
	margin-left:20px;
	}

.anyospasados {float:left;
	margin-right:5px;}

#center {text-align:center;
margin-left:50px;}

.titulofotos {font-size:36px;
	color:#003399;}
	

/* Fin fotos */

/* Marco de fotos */
.blur{
   background-color: #ccc; /*shadow color*/
   color: inherit;
   margin-left: 4px;
   margin-top: 4px;
   width: 167px;
}
.shadow,  .content{
   position: relative;
   bottom: 2px;
   right: 2px;
}
.shadow{
   background-color: #666; /*shadow color*/
   color: inherit;
}
.content{
   background-color: #fff; /*background color of content*/
   color: #000; /*text color of content*/
   border: 1px solid #000; /*border color*/
   padding: .5em 1ex;
} 
.content IMG{
	border: 1px solid #000000;
}

/* FIN */