@charset "utf-8";
/* CSS Document */

/**************************************** eventos **************************************/

.titulo-eventos {
	width:100%;
	background-color:#eaeaea;
	}

.titulo-eventos h1{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:20px;
	padding-left:10px;
	margin:auto;
	padding-top:20px;
	height:50px;
	width:1000px;
	}

.titulo-fecha {
	width:100%;
	background-color:#e8e594;
	}

.titulo-fecha h2{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:16px;
	padding-left:40px;
	margin:auto;
	padding-top:8px;
	height:35px;
	width:1000px;
	}

.contenedor-albums {
	width:1000px;
	margin:auto;
	}

.albums {
	width:210px;
	height:275px;
	float:left;
	margin:20px;
	}

.albums img{
	width:210px;
	height:210px;
	margin-bottom:-3px; /* juntar el pie de album con la foto de album*/
	}

.albums img:hover{
	opacity: 0.6;
	}

.pie-album {
	height:65px;
	width:210px;
	background-color:#26393d;
	}

.pie-album h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-size:25px;
	width:45px;
	height:40px;
	background-color:#e8e594;
	color:#d0a825;
	margin:0px;
	padding:5px 0px 0px 20px;
	}

.pie-album p {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:13px;
	width:65px;
	height:20px;
	background-color:#40627d;
	color:white;
	margin:0px;
	text-align:center;
	}

.pie-album a {
	font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	display:block;
	float:right;
	height:35px;
	width:125px;
	overflow:hidden;
	padding:15px 10px 0px 10px;
	color:white;
	}

.pie-album a:hover {
	color:gray;
	}

.descripcion-evento {
	width:1000px;
	margin:auto;
	}

.descripcion-evento-cuerpo {
	font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	padding:0px 20px 15px 20px;
	color:#26393d;
	text-align:justify;
	margin:10px 0px 10px 0px;
	}

.descripcion-evento-fecha{
	font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#26393d;
	text-align:right;
	width:955px;
	display:block;
	padding-top:5px;
	padding-right:25px;
	background:url(../imagenes/calendar.png) right no-repeat;
	margin-top:5px;
	}
	
.slider-album {
	width:1000px;
	margin:auto;
	}
	
.fotos-album {
	width:1000px;
	margin:20px auto 50px auto;
	}

.fotos-album img{
	width:225px;
	height:225px;
	margin:0px 0px 20px 20px;
	}

.fotos-album img:hover{
	opacity: 0.6;
	}