/*
 * RODINVERSIONES.com - Stylesheet
 * Author: Carlos A. Romero Díaz (seanel)
 */

/*
 * COLORS (ColorBlender.com)
 * 
 * P1: #dac300 218/195/0
 * S1: #8c7e00 140/126/0
 * P2: #3277a6 50/119/166
 * S2: #80ccff 128/204/255
 * G1: #262626 38/38/38
 * G2: #d9d9d9 217/217/217
 *
 * BG: #faef91 250/239/145
 */

@import url(maps.css);
@import url(rodi_elements.css);
@import url(rodi_forms.css);

/* GENERAL STYLE AND STRUCTURE */

body {
	color: #262626;
	font-size: 15px;
	font-family: Arial, sans-serif;
	margin: 20px 0px 0px 0px;
	background-color: #faef91;
	background-image: url(../images/bg_yellow.png);
	background-repeat: repeat-x;
	background-position: top left;
}

img { border: none; }
img.logo { width: 120px; margin: 5px 10px; vertical-align: middle; }
img.plusminus { vertical-align: -20%; }

h1, 
h2, 
h3 { font-family: Georgia, serif; color: #8c7e00; }
h1 { margin: 0px; font-size: x-large; font-weight: bold; }
h2 { margin: 25px 0px 15px 0px; font-size: large; font-weight: bold; }
h3 { margin: 15px 0px 10px 0px; font-size: medium; font-weight: normal; }

sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
sup.new { color: red; font-weight: bold; }

a { text-decoration: none; color: #3277a6; }
a:hover { text-decoration: underline; color: #80ccff; }

p { margin: 1.8em 0em; }
p.locator { margin: 0em 0em 1.8em 0em; } 
p.nota { font-size: 0.8em; }
p.new { color: red; text-align: center; font-weight: bold; }
p.copyright a { color: #262626; }

span.email { font-weight: bold; color: #8c7e00; display: block; padding: .5em; text-align: center; }

.vendido { color: red; } /* sold */
.disponible { color: green; } /* available */

.centered { text-align: center; }
.floating_right { float: right; }
.floating_left { float: left; }

.hidden { display: none; visibility: hidden; }
.visible { display: block; visibility: visible; }

table {
	margin: .2em 0em .2em 1.8em;
	border-collapse: collapse;
	font-size: 1em;
	width: auto;
}

/* WEBSITE STRUCTURE: str_header, str_body, str_footer */
div.structure {
	width: 870px;
	margin: 0px auto;
	padding: 0px 25px;
	font-size: inherit;
}

/* HEADER */
#str_header {
	height: 190px;
	margin-top: 20px;
	padding-top: 10px;
	background-image: url(../images/bg-title_white.png);
	background-repeat: no-repeat;
}

#str_header_bg {
	width: 870px;
	height: 180px;
	margin-left: -15px;
	padding: 10px 15px 0px 15px;
	background-image: url(../images/bg-image_water.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

/* BODY */
#str_body {
	width: 900px;
	padding: 20px 10px 0px 10px;
	background-image: url(../images/bg-body_white.png);
	background-repeat: repeat-y;
}

/* Section's menu */
#str_menu {
	width: 180px;
	padding: 1em 0em;
	float: left;
	border-right: 1px solid #d9d9d9;
}

/* Section's titles */
#str_menu h2 { padding-left: .5em; font-weight: normal; }
#str_menu h2.first { margin-top: 0em; }

/* Section's hyperlinks */
#str_menu a { display: block; padding: .2em .2em .2em 1.5em; background-color: transparent; }
#str_menu a:hover { background-color: #faef91; color: #3277a6; }

/* Subsection's menu */
#str_submenu {
	width: 7em;
	font-size: 0.8em;
	padding: .2em 0em 0em 1em;
	float: right;
}
#str_submenu a { 
	display: block;
	margin-bottom: .1em;
	padding: .2em .4em;
	text-align: right;
	color: white;
	background-color: #d9d9d9;
}
#str_submenu a:hover { background-color: #262626; }

/* Contents */
#str_body_contents {
	width: 700px;
	margin-left: 200px;
	padding: 1em 0em;
	padding-bottom: 5em;
}
#str_body_contents p,
#str_body_contents li,
#str_body_contents table {
	padding-right: 4em;
}

/* FOOTER */
#str_footer {
	width: 850px;
	background-color: #d9d9d9;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-top: 0px; 
	font-size: 0.8em;
}
#str_footer p { margin: .5em 0em; }
#str_footer a { color: #262626; }