/*TYPES*/
/*
SERIF: Palatino Linotype, Lucida Grande, serif;
SANS SERIF: Trebuchet MS, Tahoma, Helvetica, sans-serif;
HUMANA: Georgia, URW Chancery L, sans-serif;
*/
/*!!GENERAL FOR THE ENTIRE DIV*/
#mainRight { }
#mainRight h1 {
	margin-bottom: 35px;
	color: #999999;
	font-family: Palatino Linotype, Lucida Grande, serif;
	font-size: 35px; line-height: 35px;
	font-weight: 500; letter-spacing: -1px;
}
#mainRight h2 {
	margin-bottom: 17px;
	color: #454545;
	font-family: Palatino Linotype, Lucida Grande, serif;
	font-size: 17px; line-height: 17px;
	letter-spacing: -.5px;
}
#mainRight p {
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 13px; line-height: 17px;
}
#mainRight a { font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif; }
/*LAYOUT @WRAPPER*/
#mainRight_top {
	width: 100%; height: 50%;
	position: relative;
	overflow: hidden;
}
#mainRight_left {
	width: 49%; height: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}
#mainRight_right {
	width: 49%; height: 50%;
	float: right;
	position: relative;
	overflow: hidden;
}
/*LAYOUT @ MAIN_RIGHT_TOP*/
#disclaimer {
	width: 92%;
	padding: 4%;
	border-bottom: dashed 1px #000000;
	position: absolute; top: 0; bottom: 0;
	text-align: center;
	overflow: auto;
}
#disclaimer h1 {
	font-size: 36px;
	margin-bottom: 14px;
}
#disclaimer h2 {
	font-size: 28px; line-height: 36px;
	color: #999999;
}
/*LAYOUT @ MAIN_RIGHT_LEFT*/
#focusCont {
	width: 84%; height: auto;
	padding: 8%;
	position: absolute; top: 0; bottom: 5px;
	overflow: hidden;
}
/*LAYOUT @ FOCUS_CONT*/
div.focus {
	width: 84%; height: 84%;
	background-color: #FFFFFF;
	position: absolute; top: 0; overflow: auto;
}
div.focusBlog {
	width: 84%; height: 84%;
	background-color: #FFFFFF;
	position: absolute; top: 0; 
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#mainRight h2.fronteras {
	padding: 7px;
	background-color: #737373;
	background-image: url(../../assets/items/bgFocusHFronteras.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;	
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 15px; line-height: 17px;
	letter-spacing: 0; font-weight: 300;
}
#mainRight h2.edudoc { 
	padding: 7px;
	background-color: #E65E24;
	background-image: url(../../assets/items/bgFocusHEdudoc.gif);
	background-repeat: no-repeat;
	color: #000000;	
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 15px; line-height: 17px;
	letter-spacing: 0; font-weight: 300;
}
#mainRight h2.sinectica {
	padding: 7px;
	background-color: #256494;
	background-image: url(../../assets/items/bgFocusHSinectica.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;	
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 15px; line-height: 17px;
	letter-spacing: 0; font-weight: 300;
}
#mainRight h2.especial { /*PRACTICAS EXITOSAS*/
	padding: 7px;
	background-color: #918396;
	background-image: url(../../assets/items/bgFocusHEPracticas.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;	
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 15px; line-height: 17px;
	letter-spacing: 0; font-weight: 300;
}
/*LAYOUT @ MAIN_RIGHT_RIGHT*/
#blogCont {
	width: 84%; height: auto;
	padding: 8%;
	border-left: dashed 1px #000000;
	position: absolute; top: 0; bottom: 5px;
	overflow: hidden;
}
/*LAYOUT @ BLOG_CONT*/
#blogPic {
	width: 85px; height:auto;
	margin-right: 15px; margin-bottom: 15px;
	float: left; 
}
/*MORE @ MAIN_RIGHT*/
a.mas{
	width: 60%; height: 13px; 
	margin-top: 5px;
	padding: 3px 5px 3px 5px;
	background-color: #D5D5D5;
	color: #000000;
	font-size: 10px; text-align: right;
	display: block; overflow: hidden;
}
a.mas:hover {
	background-color: #454545;
	color: #D5D5D5;
}
