/* Copyright
-------------------------------------------------------------------------------------- */
/*
 * Bits & Bytes Media
 * http://www.bitsandbytesmedia.com/
 *
 * @copyright
 * Copyright (C) 2016 Dario Santana.
 *
 * @license
 * Este archivo es parte de Bits & Bytes Media.
 * Bits & Bytes Media es una empresa multinacional con sedes en la Republica Dominicana, Alemania y Espana.
 * Nuestra especializacion y experiencia en el area nos permite asesorarle desde el comienzo hasta el final 
   del proyecto, garantizando los elementos necesarios para que el mismo sea exitoso.
   
*/

/* Reset
-------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }


/* General
-------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
body {
	/*background-color: #e5e5e5;*/
	color: #333333;
	font-family: 'Lato', sans-serif;
	padding: 0;
	margin: 0
}
img {
	padding-bottom: 15px
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix {
	clear: both;
	display: block;
	width: 100%
}
b, strong {
	font-weight: 700;
}
.h3 {
	/*
	display: block;
	width: 100%;
	max-width: 600px;
	min-width: 600px;
	*/
	font-size: 20px;
	font-weight: 700;
	padding-top: 5px;
	/*text-align: center;
	
	padding-bottom: 10px;*/
	/*
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0px auto
	*/
}
.h4 {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 12px
}
table.wrapper {
	background-color: #ffffff;
	width: 100%;
	max-width: 750px;
	min-width: 750px;
	padding: 60px 15px
}
table.data,
table.data-thumb-image {
	width: 600px;
	max-width: 600px;
	min-width: 600px;
	margin: 0px auto
}
table.data td {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top
}
tabla.data-thumb-image td {
	vertical-align: top;
	padding: 0;
	margin: 0
}
table.information td {
	padding-left: 0px;
	padding-right: 0px;
	width: 100% !important;
	font-size: 13px
}
table.featured-list td {
	width: 100% !important;
	font-size: 13px
}
table.description td {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 13px
}
.cover-image {
	height: 350px;
	min-height: 350px;
	max-height: 350px;
	overflow: hidden;
	position: relative;
	width: 600px;
	margin: 0px auto 10px auto;
}
.cover-image img {
	position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 600px;
	height: 600px;
	overflow: hidden;
}
.thumb-image {
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 5px;
}
.thumb-image img {
	min-height: 200px;
	max-height: 200px;
}
table.property-price {
	color: #bf311a;
	text-align: right;
	width: 600px;
	margin: 0px auto;
	padding-bottom: 12px;
	vertical-align: top
}
table.property-price td {
	background-color: #ddd;
	padding: 15px 25px;
}
table.copyright {
	background-color: #bf311a;
	color: #fff;
	width: 600px;
	margin: 0px auto;
}
table.copyright td {
	padding: 15px 15px 0px 15px;
	vertical-align: top
}
.price {
	font-size: 40px;
	text-align: center
}