/************************************************************************************************************************** Thumbnails */

#video
{
	margin: 4px;
	position:static;
}

.thumbImagenG {
    margin: 0;
    overflow: hidden;
    float: right;
    position: relative;
    margin: 6px 4px 0px 3px;
    height: 220px;
    border:1px solid #000000;
}

.thumbImagenG a {
    text-decoration: none;
    float: left;
}

.thumbImagenG a:hover {
    cursor: pointer;
}

.thumbImagenG a img {
    float: left;
    margin: 0;
    border: none;
    background-color:#4e5b49;
    width: 248px; 
    height: 170px;
    border: 1px solid #000000;
}

.thumbImagenG a:hover .more
{ 
    visibility: hidden; 
    display: none; 
    opacity:1;
}      

.thumbImagenG .more {
    display: block;
    background: #000;
    filter:alpha(opacity=70);
    opacity:.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding:7px !important;
    width: 197px;
    height: 36px;
    font-size: 11px;
    color: white;
    float:right;
    line-height: 1.2em;
}

.thumbImagenG .more2 {
    display: block;
    background: #000;
    filter:alpha(opacity=80);
    opacity:.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding:7px !important;
    width: 25px;
    height: 36px;
    font-size: 14px;
    float:left;
    line-height: 1.2em;
}


.thumbImagenGG {
    margin: 0;
    overflow: hidden;
    float: right;
    position: relative;
    margin: 6px 4px 0px 3px;
    height: 330px;
    width: 239px;
    border:1px solid #000000;
}

.thumbImagenGG a:hover{
    border:1px solid #ff8800;
}

.thumbImagenGG .videoAbajo{
    float: left;
    margin: 0;
    border: none;
    background-color:#4e5b49;
    width: 237px; 
    height: 170px;
    border: 1px solid #000000;
}

.thumbImagenGG .more3 {
    display: block;
    background: #000;
    filter:alpha(opacity=70);
    opacity:.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
    color: #fff;
    position: relative;
    right: 0px;
    padding:7px !important;
    width: 225px;
    height: 36px;
    font-size: 11px;
    color: white;
    float:right;
    line-height: 1.2em;
}

.thumbImagenGG .more4 {
    display: block;
    background: #000;
    filter:alpha(opacity=60);
    opacity:.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /*--IE 8 Transparency--*/
    color: #fff;
    position: absolute;                             
    text-align: justify;
    bottom: 0px;
    right: 0px;
    padding:7px !important;
    width: 225px;
    height: 96px;
    font-size: 10px;
    color: white;
    float:right;
    line-height: 1.2em;
}
 
/*



*/
.thumb {
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
    width: 194px;
    height: 183px;
    margin: 4px;
}

.thumb a {
    text-decoration: none;
    float: left;
}

.thumb a:hover {
    cursor: pointer;
}

.thumb a img {
    float: left;
    margin: 0;
    border: none;
    background-color:#4e5b49;
    border:1px solid #000000;
}

.thumb .more {
    display: block;
    background: #000;
    filter:alpha(opacity=70);
    opacity:.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding:5px !important;
    width: 184px;
    height: 36px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 11px;
    color: white;
    line-height: 1.2em;
}
 
.thumb a img:hover {
    background-color: #d9db4f;
}

.thumb a .more {    display: none; }
.thumb .more a:hover {    visibility: hidden; }  








.thumbImagen {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	width: 188px;
}

.thumbRotator {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	width: 165px;
}

.thumbImagenBanner {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	width: 113px;
}

.thumbImagen a {
	text-decoration: none;
	float: left;
}

.thumbImagenBanner a {
	text-decoration: none;
	float: left;
}



.thumbImagenBanner a:hover {
	cursor: pointer;
}

.thumbImagen a:hover {
    cursor: pointer;
}

.thumbImagen a img {
	float: left;
	margin: 0;
	border: none;
	background-color:#4e5b49;
	border:1px solid #000000;
	padding:3px !important;
}

.thumbImagen a .more {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 0.8em;
    filter:alpha(opacity=45);
    opacity:.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"; /*--IE 8 Transparency--*/
}

.thumbImagen a:hover .desc{
    display: block;
    font-size: 1.2em;
    padding:  4px 20px 0px 5px;
    background: #111;
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #999;
}
 
.thumbImagen a img:hover {
    background-color: #d9db4f;
}

.thumbImagen a .desc {    display: none; }
.thumbImagen a:hover .more { visibility: hidden;}

.thumbImagenBanner a img {
	float: left;
	margin: 0;
	border: none;
	background-color:#4e5b49;
	border:1px solid #000000;
	padding:3px !important;
}

.thumbRotator a img {
	float: left;
	margin: 0;
	border: none;
	background-color:#4e5b49;
	border:1px solid #000000;
	padding:3px !important;
}

.thumbImagenBanner a:hover .desc strong {
	display: block;
	margin-top: 0px;
	font-color: #d9db4f;
	font-size:0.8em;
}
 
.thumbImagenBanner a img:hover {
	background-color: #d9db4f;
}

.thumbRotator a img:hover {
	background-color: #d9db4f;
}

.thumbImagenBanner a .desc {	display: none; }
.thumbImagenBanner a:hover .more { visibility: hidden;}

/************************************************************************************************************************** Thumbnails */

/********************************************************************************************************************* Menú Lateral */

.menuL ul.categorias
{
	margin:0;padding:0;
	list-style-type:none;
	display:block;
	font: 15px Helvetica, Verdana, Arial, sans-serif;line-height:165%;
	width:300px;
}
.menuL ul.categorias li{margin:0;padding:0;border-top:1px solid #5c6e55;border-bottom:1px solid #364331;border-left:1px solid #364331;text-align: left;float:left;}
.menuL ul.categorias li a{text-transform:uppercase; font-size:12px; display:block;text-decoration:none;color:#fff;background:#3f443d url("../imagenes/flecha.png") no-repeat 0 9px;padding:0 0 0 9px;width:140px;}
.menuL ul.categorias li a:hover{color:#000000; background:#dcf2e2 url("../imagenes/flechaMenu.gif") no-repeat 0 9px;}
.menuL ul.categorias li a.current,ul.categorias li a.current:hover{color:#fff; background:#34442e url("../imagenes/flechaMenu.gif") no-repeat 0 9px;}

/********************************************************************************************************************* Menú Lateral */


#pelisymusica{
		clear:both;	
		display:block;
		width:995px;
		height:190px;
		border: 1px solid #888888; 
		margin-bottom: 8px; 
		background: #343932;
	}
	
#pelisymusica ul
{
	list-style:none;
	width:995px;
}

#pelisymusica li{
				list-style:none;
				display:block;
				float:left;
				padding:3px;
				height:59px;
			}
			
#rotatorAfiliadas
{
		clear:both;	
		display:block;
		width:995px;
		height:414px;
		background: #343434;
}

/********************************************************************************************************************* Menú Superior */
#menu{
/*		margin:0 auto;*/
		width:995px;
		height:45px;
		background:url("../imagenes/menu_034_bg.jpg") repeat-x;
	}
		#menu ul{
			list-style:none;
			margin:0 auto;
			width:995px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:45px;
				line-height:45px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#a7a7a7;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:45px;
					text-decoration:none;
					padding:0 20px;				
				}
					#menu li a:hover{
						color:#fff;
						background:url("../imagenes/menu_034_h.jpg") no-repeat bottom;
					}
				
				#menu li a.current{
					display:block;
					float:left;
					background:url("../imagenes/menu_034_h.jpg") no-repeat bottom;
					color:#fff;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					line-height:45px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}

/********************************************************************************************************************* Menú Superior */

#twitter {
    width: 210px;
    margin-top: 7px;
    padding: 10px;
}

#search_box {
    width: 286px;
    height: 31px;
    background: url(../imagenes/buscador.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 239px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

#TablaReferersInicio
{
    clear:both;
}
/********************************************************************************************************************* Menú Superior */

#cuadrosValor
{
 	width: 126px;
	display:inline-table;
	float:left;
}

#cuadrosValor2
{
 	width: 650px;
	height:55px;
	display:block;
	float:right;
}

#cuadrosValorBlog
{
 	width: 132px;
	display:inline-table;
	float:left;
}

#cuadrosValorBlog2
{
 	width: 650px;
	display:block;
	float:right;
}

#cuadroValorBlog
{
 	width: 132px;
    height: 55px;
	padding:6px;
	margin:6px;
	background:#41453f;
}

#cuadroValor
{
 	width: 126px;
    height: 55px;
	padding:6px;
	margin:6px;
	background:#41453f;
}

#valor
{
	font-size:18px;
}

#descBlog
{
	float:left;
	color:#fdfdfd;
	padding: 6px;
}

#imgBlog
{
	float:left;
	border: 1px solid #888888; 
	padding: 3px;
	margin: 3px;
	background:#41453f;
}

#paginasvistas
{
	clear:both;
	display:block;
}

/*                                             
.noticias{clear:both; display:table; padding-bottom :15px; width: 400px;}
.noticia {font-size: 11px;position:relative;clear:left;width:100%;}
.arriba {padding:0 0 0 5px;}

.arriba h3 {margin:0; text-align: left; font-family: Georgia, Times New Roman, Times, serif; font-size: 18px; font-weight: normal; color:#bad049;}
.cat {color:#d6d590; font-size: 11px;margin-bottom:3px;} 
.enlace {position:absolute;top:3px;left:0;width:120px;text-align:center;font-size:85%;list-style:none;margin:0 0 0 5px;padding:0;}
*/

.noticia {font-size: 11px;position:relative;clear:left;width:100%;padding:1px 0 10px;}
.arriba {margin-left:125px;padding:0 0 0 5px;}

.arriba h3 {margin:0; text-align: left; font-family: Georgia, Times New Roman, Times, serif; font-size: 16px; font-weight: normal; color:#9cff00;}
.arribas h3 {margin:0; text-align: left; font-family: Georgia, Times New Roman, Times, serif; font-size: 16px; font-weight: normal; color:#9cff00;}      
.arribas h1 {margin:0; text-align: center; font-family: Georgia, Times New Roman, Times, serif; font-size: 13px; font-weight: normal; color:#9cff00;}      
.texto {font-family: Verdana;font-size: 10px;}
.cat {color:#d6d590; font-size: 11px;margin-bottom:3px;} 
.enlace {position:absolute;top:3px;left:0;width:120px;text-align:center;font-size:85%;list-style:none;margin:0 0 0 5px;padding:0;}


.masVisto
{
   width: 321px;
   height: 305px;
   float: left;
   padding: 10px 0px 0px 10px;
}

.masVisto .informacion a h1
{
    font-size: 14px;
}

.masVisto .informacion p
{
    text-align: justify;
    font-size: 10px;     
}

#contenidoIndexBlog
{
    display: block;
    float: right; 
    width: 801px;
    text-align: left;
    background: #636B5F url(../imagenes/ultimosvideos.jpg) top left no-repeat;
    border-left:1px solid #676e62;
}
             
#contenidoIndexBlog .post {width:740px; float:right; margin:10px 5px 5px 0px; padding:10px;border: 1px solid #bcd692;border-bottom: 5px solid #bcd692;background: #3F443D;}

             

 #contenidoIndexBlog .post h2,  #contenidoIndexBlog .post div.titulo {
             font-size: 28px;
             color:#B3FF3B;
             font-family: Tahoma, Arial, sans-serif;
             font-weight: normal;
             margin: 0px;
             }

             

 #contenidoIndexBlog .post div.titulo a, #contenidoIndexBlog .post div.titulo a:visited {

             color:#B3FF3B;

             font-family: Tahoma, Arial, sans-serif;

             text-decoration:none;

             font-weight: normal;                         

             }

#contenidoIndexBlog .post div.titulo a:hover, #contenido .post div.titulo a:active {text-decoration:underline;}         

             
#contenidoIndexBlog .post img {border: 2px solid #ffffff; float:left; margin: 10px 10px 10px 0px;width: 249px;height: 170px;}             

#contenidoIndexBlog .post .metas {overflow:hidden; height:1%;}
#contenidoIndexBlog .post .metas p.fecha {background:url("../imagenes/fecha.png") no-repeat;float:left; color:#878787; padding: 0px 80px 0px 28px; font-size:1.3em;}
#contenidoIndexBlog .post .metas p.autor {background:url("../imagenes/ico_visitas.gif") no-repeat;float:left; color:#878787; padding: 0px 0px 0px 28px; font-size:1.3em; overflow:hidden;}        
#contenidoIndexBlog .post .metas p.tags {float:left; color:#878787; font-size:15px; overflow:hidden;}        
#contenidoIndexBlog .post .metas p.categoria {float:left; color:#878787; font-size:15px; overflow:hidden;}        

#contenidoIndexBlog .post .entry {color:#ffffff; font: 16px Verdana;}        
.clear { clear: both;}

#contenidoIndexBlog .post .thumb_index img
{
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
    width: 173px;
    height: 130px;
    margin: 4px;
}

