/********************************************************************
*********************************************************************

	Mike Rosas (c) 2010
	mikzael[at]hotmail.com
 
*********************************************************************
********************************************************************/


    #frame {
        -ms-zoom: 0.80;
        -moz-transform: scale(0.80);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.80);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.80);
        -webkit-transform-origin: 0 0;
    }


#videos .main
	{
		height-min: 400px;
		line-height: 22px;
		font-size: 13px;
	}

		
			
				
/* LADO IZQUIERDO DONDE VAN LAS NOTICIAS ***************************/				
				
	#videos section.noticias
		{
			width: 73%;
			float: left;
			background-color: #fff;
			margin-bottom: 20px;
		}

		#videos section.noticias article.lista
			{
				margin-bottom: 30px;
				padding-bottom: 20px;
				border-top: 1px solid #ddd;
			}
			
			#videos section.noticias article.lista h1
				{
					font-size: 24px;
					font-family: 'an';
					line-height: 32px;
					width: 90%;
					padding: 20px 15px;
				}
			
				#videos section.noticias article.lista h1 a
					{
						color: #666;
						text-decoration: none;
					}
			
				#videos section.noticias article.lista h1 a:hover
					{
						color: #f48120;
					}
		
		
		
				#videos section.noticias article.lista div.thumbs
					{
						display: block;
						width: 320px;
						height: 180px;
						float: left;
						margin: 0 15px 0 15px;
					}
					
					
					#videos section.noticias article.lista div.thumbs a span
						{
							margin:0;
							padding:0;
							display:block;
							width: 320px;
							height: 180px;
							position: absolute;
							z-index: 100;
							background: url(../../../data/ytoff.png) 0px 0px no-repeat;
						}					
					
					#videos section.noticias article.lista div.thumbs a:hover span
						{
							background: url(../../../data/yton.png) 0px 0px no-repeat;
						}				
		
		
			#videos section.noticias article.lista a.youtube
				{
					color: #f48120;
					padding: 5px 5px 5px 0;
					font-size: 11px;
					line-height: 11px;
					text-decoration: none;
				}
		
			#videos section.noticias article.lista a.youtube:hover
				{
					text-decoration: underline;
				}
		
			
				#videos section.noticias article.lista p
					{
						font-size: 13px;
						line-height: 20px;
						padding-right: 15px;
						padding-bottom: 20px;
						color: #666;
						font-family: arial;
						width: 45%;
						float: left;
					}
				
					#videos section.noticias article.lista div.share
						{
							width: 45%;
							float: left;
							padding-top: 0px;
						}

	
	
/* LADO IZQUIERDO DONDE VA LA NOTICIA PRINCIPAL ********************/				
				
		
			#videos section.noticias article.principal
				{
					margin-bottom: 30px;
					padding-bottom: 10px;
					background-color: #fff;
				}
			
				#videos section.noticias article.principal h1
					{
						font-size: 32px;
						font-family: 'an';
						line-height: 42px;
						padding: 20px 15px 10px 15px;
						color: #666;
					}
			
				#videos section.noticias article.principal time
					{
						color: #f48120;
						font-size: 11px;
						line-height: 15px;
						display: block;
						padding: 0 15px 10px 15px;
					}
					
				#videos section.noticias article.principal div.placeholder
					{
						text-align: center;
						padding: 0;
						background-color: #f0f0f0;
						margin: 0 15px;
					}
					
					#videos section.noticias article.principal div.placeholder a.image
						{
							display: none;
							opacity: 0;
							
						}
					
					
					
					
					
					
				#videos section.noticias article.principal div.share
					{
						background-color: #555;
						margin: 0 15px;
						padding: 5px 0 0 10px; 
					}
					
					#videos section.noticias article.principal div.share span
						{
							color: #fff;
							font-size: 11px;
						}
					
					
					


				#videos section.noticias article.principal span
					{
						margin-right: 15px;
						float: left;
					}
		
		
			
				#videos section.noticias article.principal div.comments
					{
						margin: 30px 15px 0 15px;
					}
		
				

				

