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

.article {
	display:inline-block;
	width:280px;
	height:290px;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#000;
	background-position: center -40px;
	margin:5px;
	border-radius:5px;
	box-shadow:0px 0px 10px #777;
	vertical-align:bottom;
}

.article a {
	display:block;
	width:inherit;
	height:100%;
	text-decoration:none;
	text-align: left;
	color:#fff;
	position:relative;
}

.artitulo {
	font-family:'Yanone Kaffeesatz', Arial;
	font-size:25px;
	background-color:rgba(0,0,0,1);
	background-image: url(../img/grain.png);
	color:#fff;
	text-shadow:0px 0px 3px #000;
	padding:10px;
	display:block;
	width:inherit;
	box-sizing:border-box;
	position:absolute;
	bottom:30px;
}
.noticia .artitulo {
	border-radius:10px 10px 0 0;
}
.hlike {
	font-family:Arial;
	font-size:10px;
	background-color:rgba(100,0,0,0.9);
	background-image: url(../img/grain.png);
	color:#fff;
	text-shadow:0px 0px 3px #000;
	padding:10px;
	display:block;
	width:inherit;
	box-sizing:border-box;
	border-radius:0 0 5px 5px;
	position:absolute;
	bottom:0px;
}

.article:hover .hlike {
	color:#900;
	background-color:rgba(255,255,255,1);
	text-shadow:0px 0px 0px #000;
}
.article h3 {margin:0px;padding:0px;font-weight:normal;display:block;
	width:inherit;
}
.noticias, .right {display:table-cell;}
.noticias {text-align: center;}
.right {width:340px;float:right;}
.elemr {
	color:#fff;
	background-color:#f0f0f0;
	padding:10px;
	text-align:center;
	width:300px;
	border-radius:5px;
	box-shadow:0px 0px 10px #777;
	margin:10px;
}
.elemr h2 {
	font-size:18px;
	/*background-color:#232323;*/
	background-color:rgba(100,0,0,0.9);
	background-image: url(../img/grain.png);
	font-weight: normal !important;
	/*border-bottom:2px solid #c33;*/
	text-align:right;
	padding:5px 10px 0px 0px;
	color:#fff;
	border-radius:5px 5px 0px 0px;
	margin:-10px;
	margin-bottom: 5px;
	letter-spacing:0px;
	font-family:'Yanone Kaffeesatz', Arial;
}
/* --- --- --- -- estilo noticia contraida -- --- --- --- */
.bnews {
	display:inline-block;
	position:relative;
	width:280px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	margin:7px 5px;
}
.icons {
	font-family: Graduate;
	margin-top:-230px;
	padding:25% 5px;
	background:rgba(0,0,0,0);
	color:rgba(255,255,255,0);
	height:230px;
	border-radius:10px;
	box-sizing:border-box;
	-webkit-transition-duration: 0.5s; /* Safari */
	transition-duration: 0.5s;
}
.img {
	width:100%;
	height:230px;
	border-radius:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	background-position:center;
	background-size:150%;
	-webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
.bnews:hover .icons {
	background:rgba(0,0,0,0.7);
	color:rgba(255,255,255,1);
}
.bnews:hover .img {
	background-size:200%;
}
.ititle {
	font-size:14px;
	font-family: Graduate;
	color:#333;
	position:absolute;
	bottom:0px;
	margin:0px;
	padding-bottom:15px;
	width:100%;
	text-align:left;
}
.ititle span {
	background:#FFF;
	padding:3px 3px;
	line-height:21px;
}
.ititle span.likes {
	background:#600;
	color:#FFF;
	font-size:12px;
}
.ititle span.cat {
	background:#900;
	color:#FFF;
	font-size:12px;
}
.related .bnews {
	width:180px;
}
.related .ititle {
	font-size:12px;
}
.related .ititle span {
	line-height:15px;
}
.related .img, .related .icons {
	height:130px;
}
.related .icons {
	margin-top:-130px;
}
/* --- --- --- -- estilo noticia expandida -- --- --- --- */
.noticia {
	width:90%;
	height:auto;
	float:none;
	margin:auto;
	margin-top:30px;
}
.mid {
	width:400px;
	max-width:90%;
	float:left;
	margin:30px;
}
.noticia .artitulo {
	width:100%;
	padding:0px;
	color:#FFF;
	background-color:#111;
	position:relative;
	top:-10px;
	font-size:40px;
	line-height: 30px !important;
}
.noticia .artitulo span {
	padding:10px;
	display:block;
}
.noticia a {
	color:#900;
	font-weight:bold;
}
.desc a {
	display:inline;
}
.contenoticia, .desc p {
	background-color:#fff;
	padding:0px;
	border-radius:10px;
	font-weight:normal;
	font-family:Verdana,Geneva,sans-serif;
	color:#000;	
	font-size: 14px;
	line-height: 20px;
	text-align:justify;
}

.contenoticia iframe, .contenoticia embed {
	border:0px;
	width:90% !important;
}
.contenoticia img {
	max-width:70%;
}
.contenoticia p {
	padding:10px;
	margin:0px;
}
.contenoticia h1, .contenoticia h3 {
	margin:0px;padding:0px;font-weight:normal;
}
.desc {
	margin:auto;
}
.newsdate {
margin-top:-10px !important;
padding:3px !important;
background-color:rgba(100,0,0,0.9);
background-image: url(../img/grain.png);
color:white;
font-size:10px;
}

.mid ul {list-style:none;padding:0px;margin:0px;}
.mid img {float:left;width:100px;margin-right:5px;border:1px solid #b59349;}
.mid li {clear:both;font-size:10px;}
.mid li a {color:#900; padding:5px;width:90%; font-weight:bold;}
.mid li a h3 {font-weight:bold;font-size:12px;}
.mid .artitulo {font-size:25px;}

blockquote {
	border-left:3px solid #900;
	background:#f6f6f6;
	padding:5px;
	border-radius:3px;
}
/* --- --- --- -- estilo agenda -- --- --- --- */
.eventos a {text-decoration:none;}

.evento {
	background-color:#s;
	background-image:url(../img/bgtopbarsh2.png);
	background-repeat:repeat-y;
	background-position: 70px bottom;
	margin-bottom:10px;
	border-radius:2px;
	border:1px solid #ccc;
	text-transform:uppercase;
	text-align:left;
}

.eventoimg {
	position:relative;
	width:70px;
	height:76px;
	display:none;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;	
}

.evento:hover .tituloevento {color:#c33;}
/*.evento:hover .eventoimg {background-size:80px;}*/

.eventodate, .eventotitu, .eventoinfo {
	display:inline-block;
}
.eventodate {
	width:70px;
}

.mesevento {
	color:#c33;
	font-size:12px;
	display:block;
	text-align:center;
	margin-top: -8px;
	margin-bottom: 10px;
}
.diaevento {
	color:#222;
	font-size:32px;
	display:block;
	text-align:center;
	margin-top:10px;
}
.eventotitu {
	width:168px;
	height:53px;
	float:right;
	padding:5px 50px 5px 5px;
	background-size:50px;
	background-repeat:no-repeat;
	background-position:right center;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.tituloevento {
	font-size:14px;
	color:#222;
}
.salaevento {color:#555;font-family:Arial;font-size:10px;}
.eventoinfo {width:25px;color:#48b;text-transform:lowercase;font-family:Arial;font-size:10px;}
.allevents {display: block;}

.seolink {margin:5px;border-radius:5px;border:1px solid #ccc;}
.seolink:hover {background: #900;padding-left:5px;border-color:#900;}
.seolink:hover a {background: #900;padding-left:10px;border-color:#900;color:#FFF;}
.seolink a {border-radius:5px 5px 5px 5px;}
.seotext {margin:5px 5px 5px 15px;padding:5px;border-radius:5px;background:#eee;}