
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}



/** page structure **/
.carrusel{
  background:rgba(0,0,0,0.3);

}


#w{
  padding: 10px 0 10px 0;
  width: 97%;
  margin: auto;
  
}

/** posts slider widget **/
.crsl-items {
  padding: 5px;
  width: 90%;
  display: block;
  overflow: hidden;
}

.crsl-item {
  width: 100%;
  padding: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  float: left;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

.crsl-item .thumbnail {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.crsl-item .thumbnail img {
  width: 100%;
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
}

.crsl-item h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding-bottom: 10px;
  text-align: center;
  color: #1953A0;
}
.crsl-item h3 a {
  text-decoration: none;
  color:#787878;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 0.9rem;
  font-weight: bold;
  background:rgba(21,116,168,0.6);
  border-radius: 10px 0 0 0;
  font-family:'Noto Sans', sans-serif;
}

.crsl-item p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 5px;
}

.crsl-item p.readmore a {
  z-index: 100;
  font-family:'Noto Sans', sans-serif;
  display: block;
  text-align: center;
  color: #1574A9;
  text-decoration: none;
  font-weight: bold;
}
.crsl-item p.readmore a:hover {
  background:#1574A9;
  color: #fff;
}


/** posts slider nav **/
.slidernav {
  right: 0px;
  width: 30%;
  height: 100px;
}

.slidernav li{
  width: 50%;
  float: right;
  height: 60px;
  margin-top: 20px;
  z-index: 200;
  background:rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.2);
}

.slidernav li a{
  margin-top: -1px;
  opacity: 0.8;
  width: 70%;
  height: 30px;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color:#ffffff;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.slidernav li a:hover{
  background: rgba(255,255,255,0);
}


.next span{
  top:3.5px;
  position: absolute;
  font-size: 2.3rem;
  color: rgba(255,255,255,1);
  left: 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  padding: 8px;
  border-radius: 200px
}

.previous span{
  top:3.5px;
  position: absolute;
  font-size: 2.3rem;
  color: rgba(255,255,255,1);
  right: 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  padding: 8px;
  border-radius: 200px
}

.next span:hover{
  color:#ffffff;
  background:rgba(0,0,0,0.2);
  padding: 8px;
}

.previous span:hover{
  color:#ffffff;
  background:rgba(0,0,0,0.2);
  padding: 8px;
}

.titulos-post{
  width: 100%;
  background:rgba(0,0,0,0.2);
  border-radius: 30px 0 0 0;
  box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.6);
  -webkit-box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.6);
  /*propiedades flex*/
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:space-between;
  display: -webkit-flex;
  -webkit-flex-direction:row;
  -webkit-flex-wrap:wrap;
  -webkit-justify-content:space-between;

}


.txtpost{
  position: relative;
  width: 70%;
  border-radius: 30px 0 0 0;
  z-index: 4;
  /*propiedades flex*/
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:center;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-direction:row;
  -webkit-flex-wrap:wrap;
  -webkit-justify-content:center;
  -webkit-align-items: center;
}


.txtpost h1{
  width: 90%;
  text-align:left; 
  z-index: 3;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  font-family: 'Economica', Arial, sans-serif;
  font-size: 3rem;
  color: #ffffff;
  border-bottom:1px rgba(255,255,255,1) solid;

}

.txtpost p{
  padding-top: 10px;
  width: 90%;
  text-align:left;
  z-index: 3;
  font-family: 'Economica', Arial, sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  color:rgba(255,255,255,1);
  margin-top: -10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);

}

.ver-art{
  width: 100%;
  background: rgba(0,0,0,0.0);
  box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 0px 151px 0px rgba(0,0,0,0.2);

}

.ver-art p{
  text-align: center;
  padding: 20px;
  font-size: 1.8rem;
  font-family: 'Economica', Arial, sans-serif;
  
}

.ver-art p a{
  width: 100%;
  color:rgba(255,255,255,1);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  display: block;


}

.ver-art p:hover{
   background: rgba(0,0,0,0.2); 

}




/** clearfix **/ 
