/*





blog

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

div.blog {
	
	position: relative;
	
	background: #fff url(../images/blogtop.gif) no-repeat;
	
	margin: 20px 0 0;
	
	padding: 29px 145px 80px 30px;
	
	color: #1a171b;
	
	overflow: hidden;
	
}

div.bloghome {
	
	margin: 0;
	
	padding: 9px 145px 0 30px;
	
}

div.blog .blogtitulo a {
	
	display: block;
	
	background: url(../images/blogtitulo.gif) no-repeat;
	
	height: 78px;
	
}

div.blog .blogsummarypost {
	
	position: relative;
	
	background: url(../images/dotted.gif) repeat-x;
	
	padding: 28px 0 15px;
	
}

div.blog .blogsummarypostlast { margin: 0 0 30px; }

div.blog .blogposttitulo {
	
	margin: 0 0 15px;
	
	font: 26px Georgia, "Times New Roman", Times, serif;
	
}

div.bloghome .blogposttitulo {
	
	margin: 0 0 4px;
	
	font: 23px Georgia, "Times New Roman", Times, serif;
	
}

div.blog .blogpostresumen {
	
	margin: 0;
	
}

div.blog .blogpostfecha {
	
	position: absolute;
	
	top: 14px;
	
	left: 0;
	
	color: #808183;
	
}

div.blog .blogmasnoticias {
	
	position: relative;
	
	background: url(../images/dotted.gif) repeat-x;
	
	padding: 10px 0 20px;
	
	text-align: center;
	
	text-transform: uppercase;
	
}

div.blog .blogmasnoticias a {
	
	color: #808183;
	
}

div.blog .blogpostvolver {
	
	position: relative;
	
	background: url(../images/dotted.gif) repeat-x;
	
	margin: 30px 0 0;
	
	padding: 10px 0 20px;
	
}

div.blog .medioswrapper {
	
	position: relative;
	
	background: #d3d4d5;
	
	height: 258px;
	
	margin: 0 0 20px;
	
}

div.blog .medioswrapper ul {

	width: 395px;
	
	height: 258px;

	margin: 0;
	
	list-style: none;
	
}

div.blog .medioswrapper li {
	
	position: relative;
	
	width: 395px;
	
	height: 258px;
	
	overflow: hidden;
	
}

div.blog .medioswrapper li .comentario {
	
	position: absolute;
	
	bottom: 0;
	
	left: 0;
	
	background: url(../images/propiedadtitulobg.png);
	
	width: 385px;
	
	margin: 0;
	
	padding: 5px;
	
	color: #fff;
	
}

#prevBtnBlog, 
#nextBtnBlog {

	position: absolute;
	
	bottom: 0;
	
	right: 0;

	width: 42px;

	height: 23px;

	z-index: 9;
		
}

#prevBtnBlog {
	
	right: 41px;
	
}														

#prevBtnBlog a, 
#nextBtnBlog a {

	display: block;
	
	position: relative;
	
	background: url(../images/propiedadtopnav.gif) right top no-repeat;
	
	width: 42px;
	
	height: 23px;
	
	margin: 0;

	padding: 0;
	
	text-indent: -999em;
	
	overflow: hidden;

}

#prevBtnBlog a {
	
	background-position: left top;
	
	width: 41px;
	
}	

/*





paginawrapper

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

div.paginawrapper .paginatitulo {
	
	background: url(../images/dotted.gif) left bottom repeat-x;
	
	padding: 0 0 5px;
	
}

div.paginawrapper p {
	
	margin: 0 0 10px;
	
}

div.paginawrapper ul {
	
	margin: 0 0 10px 15px;
	
}

div.paginawrapper ol {
	
	margin: 0 0 10px 20px;
	
	padding: 0;
	
}

div.paginawrapper p {
	
	margin: 0 0 10px;
	
}

div.paginawrapper strong {
	
	margin: 0 0 10px;
	
}