@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#e5e5e5;
	background-image:url(images/body.jpg);
	background-repeat:repeat-x;
}
.contenedor {
	margin:0 auto;
	width:775px;
	position:relative;
}
.cabecera {
	width:775px;
	height:324px;
	position:relative;
	background-image:url(images/cabecera.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.logo {
	width:292px;
	height:127px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	float:left;
	margin-right:30px;
}
.grupo {
	width:451px;
	height:77px;
	float:left;
}
a.logo_inmobiliaria {
	width:149px;
	height:77px;
	float:left;
	background-image:url(images/logo_inmobiliaria.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
a.logo_inmobiliaria:hover {
	width:149px;
	height:77px;
	float:left;
	background-image:url(images/logo_inmobiliaria.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
a.logo_gestoria {
	width:150px;
	height:77px;
	float:left;
	background-image:url(images/logo_gestoria.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
a.logo_gestoria:hover {
	width:150px;
	height:77px;
	float:left;
	background-image:url(images/logo_gestoria.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
a.logo_convista {
	width:149px;
	height:77px;
	float:left;
	background-image:url(images/logo_convista.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
a.logo_convista:hover {
	width:149px;
	height:77px;
	float:left;
	background-image:url(images/logo_convista.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.flash {
	width:225px;
	height:167px;
	position:absolute;
	bottom:20px;
	left:20px;
	background-image:url(images/flash_40.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.lateral {
	width:191px;
	position:relative;
	float:left;
	background-image:url(images/pastilla_repeat.jpg);
	background-repeat:repeat-y;
}
.lateral_top {
	width:191px;
	height:14px;
	font-size:1px;
	background-image:url(images/pastilla_top.jpg);
	background-repeat:no-repeat;
}
.lateral_content {
	padding:0px 25px 0px 25px;
	width:141px;
	text-align:justify;
	color:#FFFFFF;
}
.lateral h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	color:white;
	font-size:15px;
	font-weight:bold;
}
.lateral_bottom {
	width:191px;
	height:30px;
	font-size:1px;
	background-image:url(images/pastilla_bottom.jpg);
	background-repeat:no-repeat;
}
.logo_lateral {
	width:191px;
	height:97px;
	background-image:url(images/_logo40.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#e5e5e5;
	margin-left:0px;
}
.cuerpo {
	width:570px;
	float:left;
	position:relative;
	border-left:solid 1px #656565;
}
.titulo_cuerpo {
	width:581px;
	height:41px;
	position:relative;
	background-image:url(images/cuerpo_titulo.jpg);
	background-repeat:no-repeat;
}
.titulo {
	position:absolute;
	top:8px;
	left:20px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}
.caja_noticia {
	border-bottom:solid 1px #656565;
	width:550px;
	margin-left:15px;
	position:relative;
	text-align:justify;
	color:#666;
	margin-top:15px;
}
h2{
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#bf0026;
	margin:0px;
	padding:0px;
}
h3{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#bf0026;
	margin:0px;
	padding:0px;
}
.foto_noticia {
	width:160px;
	height:160px;
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 10px 5px 0;
}
.clear {
	clear:both; 
	height:13px;
}
.pie {
	border-top:solid 1px #656565;
	width:775px;
	height:25px;
	position:relative;
	margin-top:15px;
}
.creditos {
	position:absolute;
	color:#666666;
	padding:5px;
	left:0px;
	top:0px;
}
.creditos a {
	color:#666666;
	text-decoration:none;
}
.creditos_mimetic {
	position:absolute;
	color:#666666;
	padding:5px;
	right:0px;
	top:0px;
}
.creditos_mimetic a {
	color:#666666;
	text-decoration:none;
}