/* CSS Document */
body{
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
background-image:url(images/background.png);
}

.caracteristicasDpto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
}
.calle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#B36934;
}
.caracteristicasDptoTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.TituloenBarras {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0b55bd;
	font-size: 12px;
}

.TituloenBarras div.flags {
    float:right;
    margin-right: 6px;
}

.TituloenBarras div.flags a {
    margin-left: 5px;
}

.VerDetalles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.btnStyle{
color:#0b55bd;
border-bottom-width:2px;
border-top-width:2px;
border-left-width:2px;
border-right-width:px;
width:100px;
height:19px;
font-family: Tahoma;
font-size: 11px;
background-color:#D6F4FE;
border-bottom-color:#D6F4FE;
border-left-color:#D6F4FE;
border-right-color:#D6F4FE;
border-top-color:#D6F4FE;
}
a:link {
	text-decoration: none;
		text-decoration: none;
	color: #0b55bd;
}
a:visited {
	text-decoration: none;
		text-decoration: none;
	color: #0b55bd;
}
a:hover {
	text-decoration: none;
		text-decoration: none;
	color: #D6F4FE;
}
a:active {
	text-decoration: none;
		text-decoration: none;
	color: #0b55bd;
}