
/* HOME OVERRIDES */

#header {
	background:url(../images/home-header-name.png) no-repeat; 
	height:243px;
	position: relative;
}

#headerSpace {
	display: block; /*block*/
	position: absolute;
	top: 100px;
	width: 100%;
}

div.imrcmain0 {
	top: 15px;
}

#leftContent {
	top: -43px; /* depende de los margenes del primer elemento en content */
}

#mainContentxx {
	display: none;
}

#mainContent p a:hover {
 background: transparent;
}
/* - - - - - */

.main-articles h1 {
	font-size: 18px;
	margin: 0;
	margin: 0 125px 0 0;	
}
.main-articles h1 a {
	text-decoration: none;
}

.main-articles p {
	font-size: 14px;
	margin: 5px 140px 0 10px;
	line-height: 120% !important;
}

.main-articles img {
	margin: 2px;
	border: 2px solid #9f972a;
	padding: 2px;
}

.main-articles div {
	padding: 30px 10px 0; /* alters height */
	height: 125px;
	overflow: hidden;
	/* border: 1px solid red; /* debug */
	position: relative; /* for: p.more a */
}

.main-articles p.more {

}

.main-articles p.more a {
	position: absolute;
	display: block;
	height: 100px;
	width: 100px;
/* 	border: 1px solid red; /* debug */ 
	right: 40px;
	top: 35px;
	text-indent: -9999px;
	overflow: hidden;
}

.main-articles .first {
	background: url(../images/articles-zebra-full.jpg) no-repeat 0 0 !important;
}
.main-articles .par {
	background: url(../images/articles-zebra-full.jpg) no-repeat 0 -159px ;
}
.main-articles .non {
	background: url(../images/articles-zebra-full.jpg) no-repeat 0 -318px;
}
.main-articles .last {
	background: url(../images/articles-zebra-full.jpg) no-repeat 0 -476px !important; 
	height: 162px;
}
.main-articles .nonHover,
.main-articles .parHover {
/* 	border-bottom: 1px solid blue; */
