/* Etiquetas*/
.box{
        width:150px; 
     }
     .boxBig{
        width:290px; 
     } 
     .imgEti{
         width:150px;
         display:block;
         -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
         border-radius: 50%;
     }
     .imgEtiBig{
	width:290px;
         display:block;
         -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
         border-radius: 50%;
     }
     .imgWrap{
         position:relative;
     }
     .imgWrap:after{
         content:"";
         position:absolute;
         top:0; bottom:0; left:0; right:0;
         opacity:0.5;
         border:5px solid #DDD;
         -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
     }
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
 
ul.img-list li {
  display: inline-block;
  position: relative;
  width: 150px;
  text-align: center;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: -50px;
  position: absolute;
  bottom: 0;
  width: 200px;
}
 
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: -50px;
  position: absolute;
  bottom: 0;
  width: 200px;
  opacity: 0;
}
 
ul.img-list li:hover span.text-content {
  opacity: 1;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: -50px;
  position: absolute;
  bottom: 0;
  width: 200px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

table.mnu_ext{
    font-size:100%;
}
td.mnu{
    background:#F5F5F5
}
td.mnuetiqueta{
    background:#F5F5F5;
    color:#4E4E4E;
    border: 0px;
}
td.mnu:hover{
    background:yellow;
}
td.mnuetiqueta:hover{
    background: #CECECE;
}
table.mnu{
    border-collapse:collapse;
    border:1px solid #F5F5F5;
    font-size:100%;
}

.t_pub_title{
	color:#000000;
	font-size:16px;
	font-family:"Times New Roman", Times, serif; 
	font-style:normal;
	text-decoration:none;
}
.t_ver_mas{
	color:#F5F5F5;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	background:#333333;
}
.t_ver_mas1{
	color:yellow;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	background:#666666;
}
.t_pub_subtitle{
	color:#333333;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
}
.t_txt_fuente {
	font-size: 10px;
	color: #1a1a1a;
	font-style:normal;
}
.t_txt_int_comentario {
	font-size: 12px;
	color: #1a1a1a;
	font-style:normal;	
}
.t_txt_fecha {
	font-size: 10px;
	color: #808080;
	font-style:normal;
	font-weight:normal;
}
.t_txt_fecha a{
	font-size: 10px;
	color: #808080;
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
}
.t_autorDis{
	color: #008200;
	font-size:11px;
	text-decoration:none;
}
.t_titulos_middle{
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}
.t_titulos_middle:hover{
	font-size: 14px;
	color: #FBE41A;
	font-weight:bold;
	text-decoration:none;
}