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

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




#enlaces .main
	{
		height-min: 400px;
		line-height: 22px;
		font-size: 13px;
	}
	
	#enlaces .main div.contenido
		{
			padding-bottom: 20px;
		}
	

		
				
/* LADO IZQUIERDO DONDE VAN LAS NOTICIAS ***************************/				
				
	#enlaces section.enlaces
		{
			width: 73%;
			float: left;
			border-top: 1px solid #ddd;
			background-color: #fff;
		}

		#enlaces section.enlaces div.space
			{
				margin: 0;
				padding: 0;
				height: 20px;
			}
			
		#enlaces section.enlaces h1
			{
				font-size: 24px;
				font-family: 'an';
				font-weight: normal;
				color: #444;
				padding: 0 15px 5px 15px;
			}
				
		#enlaces section.enlaces p
			{
				font-size: 12px;
				font-family: arial;
				font-weight: normal;
				color: #444;
				padding: 0 15px 10px 15px;
				border-bottom: 1px solid #ddd;
			}
				
			
		#enlaces section.enlaces article.lista
			{
				margin-bottom: 0;
				padding-bottom: 0;
				background-color: #fff;
			}

			#enlaces section.enlaces article.lista a
				{
					text-decoration: none;
					display: block;
					padding: 10px 25px;
					border-bottom: 1px solid #ddd;
					height: 43px;
					
				}
	
			#enlaces section.enlaces article.lista a:hover
				{
					background-color: #f0f0f0;
				}

			#enlaces section.enlaces article.lista a span.IconSweet
				{
					font-family: 'IconSweets';
					float: left;
					font-size: 35px;
					height: 35px;
					line-height: 35px;
					margin: 0;
					padding: 0 0 7px 0;
					color: #ddd;
					width: 6%;
				}

			#enlaces section.enlaces article.lista a span.url
				{
					font-size: 11px;
					color: #f48120;
					font-family: arial;
					display: block;
					width: 94%;
					float: right;
				}
			
			#enlaces section.enlaces article.lista a span.titulo
				{
					float: right;
					font-size: 14px;
					color: #666;
					font-family: arial;
					line-height: 20px;
					width: 94%;
				}
				
			#enlaces section.enlaces article.lista a:hover span.titulo
				{
					color: #444;
				}
				
				
			#enlaces section.enlaces article.lista a:hover span.url
				{
					color: #f48120;
				}			

	

		
				
				

