@charset "utf-8";

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Titulo: Área Feng Shui
Autor: Diego Peralta (www.bahiastudio.net)
URL: http://www.areafengshui.com/

Descripción: Hoja de estilo

Creado: 12/07/2008
Modificado: 29/04/2009

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ----- 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ----- CLEARFIX ----- */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* ----- CSS ----- */

body {
	background: #dfe3e3;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}

p, ul, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

h2 {
	border-bottom: 1px solid #d5d2d2;
}

/* ----- ESTRUCTURA ----- */

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#main {
	width: 788px;
	margin: 10px auto;
	background: white url('img/top.jpg') no-repeat left top;
}

#header {
	width: 345px;
	height: 79px;
	padding: 4px 16px;
}

#main_header {
	margin: 5px 5px 20px 5px;
}

#conteiner {
	margin: 5px;
}

#content {
	padding: 0px 20px;
}

#bottom {
	background: white url('img/bottom.jpg') no-repeat left top;
	position: relative;
	width: 788px;
	height: 8px;
}

/* ----- LOGO ----- */

#logo h1 a {
	background: url('img/logo_area_feng_shui.jpg') no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 345px;
	height: 87px;
}

/* ----- NAVEGACION ----- */

#navbar {
	background: url('img/bg_navbar.jpg') no-repeat left top;
	width: 776px;
	height: 37px;
	margin: 0px 5px;
}

#navbar ul {
	padding: 10px 0px;
	text-align: center;
}

#navbar ul li {
	display: inline;
	padding: 0px 12px;
}

#navbar ul li a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

#navbar ul li a:hover {
	border-bottom: 3px solid #d5221e;
}

/* ----- HEADER ---- */

#info {
	position: relative;
}

#info ul {
	position: absolute;
	top: -90px;
	left: 550px;
	width: 200px;
}

#info ul li {
	text-align: right;
	line-height: 1.4em;
}

#info ul li a {
	text-align: right;
	line-height: 1.6em;
	background: url('img/gb.png') no-repeat left 50%;
	padding: 0px 0px 0px 22px;
	color: #026a90;
}

#info ul li a.spanish_version {
	text-align: right;
	line-height: 1.6em;
	background: url('en/img/es_version.gif') no-repeat left 50%;
	padding: 0px 0px 0px 22px;
	color: #026a90;
}

/* ----- CONTENT ---- */

#content h2 {
	font-size: 18px;
	color: #818181;
	padding-bottom: 5px;
	margin-bottom:  8px;
	letter-spacing: -0.02em;
	font-family: "Arial", sans-serif;
}

#about {
	width: 360px;
	float: left;
	height: 240px;
	text-align: justify;
}

#servicio_empresas {
	width: 360px;
	float: right;
	height: 240px;
	text-align: justify;
}

#nuestro_trabajo {
	width: 360px;
	float: left;
	height: 150px;
	margin-right: 10px;
	text-align: justify;
}

#resultados {
	width: 360px;
	float: left;
	height: 200px;
	text-align: justify;
}

#servicio_particulares {
	width: 360px;
	float: right;
	height: 150px;
	text-align: justify;
}

#servicio_domicilio {
	width: 360px;
	float: right;
	height: 200px;
	text-align: justify;
}

.borde_rojo {
	border-bottom: 3px solid #a82222;
}

.borde_azul {
	border-bottom: 3px solid #395976;
}

.borde_gris {
	border-bottom: 3px solid #d5d5d5;
}

.borde_verde {
	border-bottom: 3px solid #8fd6ba;
}

.borde_naranja {
	border-bottom: 3px solid #f58928;
}

#content p {
	line-height: 1.8em;
}

#content ul {
	margin: 0.2em 1.5em 1em;
}

#content ul li {
	line-height: 1.8em;
	list-style-type: circle;
	list-style-position: inside;
}

#content h3 {
	border-bottom: 1px solid #d5d2d2;
	width: 46%;
	line-height: 1.8em;
	font-weight: bold;
}

/* ----- FOOTER ---- */

#footer {
	background: url('img/bg_footer.jpg') no-repeat left top;
	width: 776px;
	margin: 10px 5px;
	clear: both;
	font-size: 11px;
}

#footer p {
	margin: 10px 0px 0px 50px;
	float: left;
}

#footer ul {
	padding: 10px;
	float: left;
}

#footer ul li {
	display: inline;
	padding: 0px;
}

#footer a {
	color: #5b5b5b;
	padding: 0px;
}

/*----- TABLAS ----*/

table {
	border-spacing: 1px;
	background-color: #E7E7E7;
	color: #505050;
}

td, th {
	padding: 4px;
	text-align: center;
}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr {
	background-color:#FFF; 
	text-align:left;
}

tbody tr.odd_header td {
	background-color: #026a90;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}
	
tbody tr.odd {
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody tr td { 
	height: 30px;
	background: #FFF;
	border: 1px solid #FFF;
}

tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

#prensa div {
	margin-bottom: 20px;
}

#prensa div img {
	padding: 3px;
	border: 1px solid #d5d2d2;
}

.descripcion_prensa { 
	width: 610px;
	float: left;
}

.img_prensa { 
	width: 100px;
	display: block;
	float: left;
	margin-right: 10px;
}

.bloque { 
	float: none;
	display: block;
}

.right {
	padding: 3px;
	border: 1px solid #d5d2d2;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* galeria */

.galleria {
	list-style: none;
	width: 200px
}
.galleria li {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0
}

.galleria li a { 
	display: none
}

.galleria li div {
	position: absolute; 
	display: none; 
	top: 0; 
	left: 180px
}

.galleria li div img {
	cursor: pointer
}

.galleria li.active div img,.galleria li.active div {
	display: block
}

.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}

.galleria li .caption {
	display: block;
	padding-top: .5em;
}

.caption {
	font-style: italic;
	color: #887;
}

.demo {
	position: relative;
	margin-top: 2em;
}

.gallery_demo{
	width: 702px;
	margin: 0 auto;
}

.gallery_demo li {
	width: 68px;
	height: 50px;
	border: 3px double #d5d2d2;
	margin: 2px;
	background: #fff;
}

.gallery_demo li div {
	left: 240px
}

.gallery_demo li div .caption{ 
	font: italic 0.7em/1.4 georgia,serif;
}

#main_image {
	margin: 0px 0px 50px 0px;
	width: 550px;
	min-height: 384px;
	float: left;
}

#main_image img {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #d5d2d2;
}

/* */

#servicio_empresas_2 {
	padding:0 0 20px 0;
}

#servicio_empresas_2 div {
	width:225px;
	float:left;
	margin: 0 20px 0 0;
}

#servicio_empresas_2 ul, #servicio_empresas_2 ul li {
	margin:0;
	padding:0;
}