/* Contenidos Arrastrables */
.picture, .pictureL, .pictureR, .vle_player {margin-bottom: 8px;}

.title.t00 {font-size:12px}
.title.t01 {font-size:16px}
.title.t02 {font-size:20px}
.title.t03 {font-size:24px}
.title.t04 {font-size:30px}
.resume.t00 {font-size:10px}
.resume.t01 {font-size:12px}

.pictureL {float:left;width:47%;}
.pictureR {float:right;width:47%;}

.blocknewstext {width:100%;}
.blocknewstextL {float:left;width:50%;}
.blocknewstextR {float:right;width:50%;}

.news_vle ul li {
    background: none repeat scroll 0 0 #f9f9f9;
    display: inline;
    float: left;
    margin-bottom: 10px;
    width:92%;
    padding: 10px 4% 20px 4%;
    position:relative;
}

.news_vle ul li.blocknews div.image {
    width: 100%;
    height:140px;
    overflow:hidden;
    margin-bottom:8px;
}

.news_vle.vle_highlight ul li{
	width:100%;
	padding:0px;
	margin-bottom: 0px;
}

.news_vle.vle_highlight ul li.blocknews div.image {
    width: 100%;
    height:292px;
    overflow:hidden;
    margin-bottom:8px;
}

.news_vle.vle_highlight ul li.blocknews .play-bt {
    background: url("images/bt-play.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 140px;
    width: 140px;
    position: absolute;
    left:50%;
    top:50px;
    margin-left:-70px;
}

.news_vle.vle_highlight ul li.blocknews .gal-bt {
    background: url("images/bt-gal.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 140px;
    width: 140px;
    position: absolute;
    left:50%;
    top:50px;
    margin-left:-70px;
}

.news_vle ul li.blocknews div.image img {
	width:100%;
}

.news_vle ul li .more.min.yellow{
	margin:0px 10px 10px 0px;
}

.news_vle ul li.first-child{
	background:url("images/tails-black.png") no-repeat scroll 0 -1px;
}

.news_vle ul li.first {
	background-image: url("images/tails-black.png");
	background-repeat:no-repeat;
	background-position:left -1px;
}

.news_vle ul li a {
    color: #333;
    display: block;
    font-size: 12px;
    text-decoration: none;
   	width:100%;
}

.news_vle.vle_highlight .blocknewstext {
	margin-left:17px;
	margin-top:-90px;
}

.news_vle.vle_highlight .blocknewstext span {
	background:url("images/transparency/transpBlack70.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:auto;
	padding:5px;
	margin-bottom:8px;
	max-width:95%;
	color:#FFFFFF;
	
}

.news_vle.vle_highlight ul li a .resume{
	max-height:31px;
	overflow:hidden;
}

.news_vle ul li.gray a .author{
	font-size:15px;
}

.news_vle ul li a .title {
    display: inline;
    float: left;
    font-weight: bold;
	font-size:16px;
    padding: 8px 0px;
	width:100%;
	word-wrap: break-word;
}

.news_vle ul li a .resume {
    display: inline;
    float: left;
    line-height: 16px;
	padding-bottom:10px;
	width:100%;
	word-wrap: break-word;
}

.news_vle ul li a .date{
    display: inline;
    float: left;
    line-height: 18px;
	width:100%;
	word-wrap: break-word;
}

ul.related_column {width: 100%;}
ul.related_column li.news {padding:5px 0px 5px 20px;}


li.media_vle {
    background: none repeat scroll 0 0 #F9F9F9;
    display: inline;
    float: left;
    margin-bottom: 10px;
    padding: 10px 4% 20px;
    position: relative;
    width: 92%;	
	list-style:none outside none;
}

li.media_vle p.section_vle {
    color: #C80000;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    word-wrap: break-word;
}

li.media_vle p.title_vle {
	color: #333333;
    display: inline;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    width: 100%;
    word-wrap: break-word;
}

.t00.title_vle.titulo{font-size:12px}
.t01.title_vle.titulo {font-size:16px}
.t02.title_vle.titulo{font-size:20px}
.t03.title_vle.titulo {font-size:24px}
.t04.title_vle.titulo {font-size:30px}

li.media_vle p.description_vle {
   color: #333333;
    font-size: 12px;
}
li.media_vle p.title_vle a, li.media_vle p.description_vle a {color: #333333;}
.pictureL .vle_player {width:49%;float:left;}
.pictureL .texto {width:49%;float:right;}
.pictureR .vle_player {width:49%;float:right;}
.pictureR .texto {width:49%;float:left;}
.media_vle .picture img, .media_vle .pictureR img, .media_vle .pictureL img {width:100%;}


