/**
 @SECTION : Home
 **********************************************
 */
DIV.colLeft {
	float: left;
	width: 354px;
	margin-right: 7px;
}
DIV.colCenter {
	float: left;
	width: 156px;
	margin-right: 7px;
}
DIV.colRight {
	float: left;
	width: 354px;
}

/**** NEWS ****/
DIV.news {
	position: relative;
	padding-top: 7px;
}
	DIV.news DIV.news_header {
		position: relative;
		height: 22px;
		padding-left: 8px;
		background: url(../../img/home/title_bg.gif) no-repeat;
	}
		DIV.news DIV.news_header H3 {
			padding-top: 2px;
			font-size: 13px;
			font-weight: bold;
			color: #96221A;
		}
		DIV.news DIV.news_header IMG.news_rss {
			float: right;
			margin: -12px 5px 0px 0px;		
		}
	DIV.news DIV.news_data {
		position: relative;
		width: 100%;
		height: 36px;
		line-height: 12px;
		background-color: #F4F4F4;
		border-top: solid 1px #FFFFFF;
		/* Vertical middle align (FF) */
		display: table;
		/* Vertical middle align (IE) */
		$overflow: hidden;
	}
		DIV.news DIV.news_data DIV.news_box {
			/* Vertical middle align (FF) */
			display: table-row;
			/* Vertical middle align (IE) */
			$position: absolute;
			$top: 50%;
		}
			DIV.news DIV.news_data DIV.news_box DIV.news_middle {
				padding-left: 8px;
				/* Vertical middle align (FF) */
				display: table-cell;
				vertical-align: middle;
				/* Vertical middle align (IE) */
				$position: relative;
				$top: -50%;
				$padding-bottom:1px;
			}
		DIV.news DIV.news_data P {
			padding-bottom: 3px;
		}
		DIV.news DIV.news_data IMG.news_pic {
			position: relative;
			float: left;
			margin-right: 4px;
		}
		DIV.news IMG.news_ico {
			margin-right: 10px;
			vertical-align: middle;
		}
		DIV.news DIV.news_data DIV.news_more {
			position: absolute;
			right: 2px;
			bottom: 2px;
		}
			DIV.news DIV.news_data DIV.news_more A {
				font-size: 10px;
				color: #96221A;
			}
			
	DIV.news DIV.news_block1 { height: 77px; }
	DIV.news DIV.news_block2 { height: 79px; }
	DIV.news DIV.news_block3 { height: 44px; }
	
	DIV.news DIV.news_data_noalign {
		display: block;
	}
		DIV.news DIV.news_data_noalign DIV.news_box {
			position: relative;
		}

/*** 25-10-2010 - para arreglar cajas centralis en safari y chrome ***/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	DIV.news {
		position: relative;
		padding-top: 4px;
	}
}
/*** fin para arreglar cajas centralis en safari y chrome ***/


DIV.colCenter DIV.news DIV.news_header {
	background-image: url(../../img/home/title_bg2.gif);
}
DIV.colCenter DIV.news DIV.news_data {
	display: block;
}
	DIV.colCenter DIV.news DIV.news_data DIV.news_box {
		position: relative;
	}
		DIV.colCenter DIV.news DIV.news_data DIV.news_box DIV.news_middle {
			padding-top: 4px;
		}
DIV.colCenter DIV.news DIV.news_data DIV.news_more {
	position: relative;
	padding: 12px 0px 0px 10px;
}
DIV.colCenter IMG.news_ico {
	margin-right: 6px;
}
	
#news_50th {
}
	#news_50th DIV.news_header {
		padding-left: 4px;	
	}
		#news_50th DIV.news_header H2 {
			padding-top: 0px;	
		}
		
/* 07-06-2010 - Por motivos de SEO piden que las pastillas sean H2 */
.menu_title h2 {
	font-size:12px;
	font-weight:bold;
}
#follow { padding-top:300px;}
