/**
 *
 * PHP versions 4 and 5
 *
 * @filesource
 * @copyright		Copyright 2007-2009, Inmolog.com 
 * @link			http://www.Inmolog.com
 */


* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	color:#777777;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:90%;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	
}
h2 {
	color: #e32;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #327c9f;
	font-size: 165%;
	padding-top: 1.0em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	float:left;
	margin:0;
	padding:0;
	text-align:left;
}
#header{
	background-color:#ffc900;
	color:#FFFFFF;
	float:left;
	padding:8px 0px;
	text-align:center;
	width:100%;
}

#headercontent{
	margin:auto;
	width:1000px;
}


#headercontent a {
	color:#FFFFFF;
	text-decoration:none;
}

#headercontent a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background: none;
}
#headline{
	background-color:#FEF7C0;
	float:left;
	padding:15px 0px;
	text-align:center;
	width:100%;
	
}
#headline h1 {
	color:#000000;
	font-size:20px;
	margin:auto;
	width:600px;
}

#content{
	margin: auto;
	width: 1005px;
}

#content-left {
	border-right:1px dashed #DDDDDD;
	float:left;
	width:200px;
}
#content-main {
	float:left;
	width:570px;
	padding: 0px 15px
}
#content-right {
	float:left;
	width:200px;
}

#adds{
	clear:none;
	float:left;
	margin:5px 0 0 10px;
	overflow:auto;
	width:160px;
}

#footer {
		clear:both;
		text-align: center;
		width:100%;
}

#footer img{
		padding-top:10px;
}

/* Tables */
table {
	background-color: #fff;
	border: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #ffc900;
	border: 1px solid #fff;
	text-align: center;
	color: #FFF;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #FFF;
}
th a:hover {
	background-color: #feab00;
	text-decoration: none;
	color: #FFF;
}
table tr td {
	border:1px solid #FFFFFF;
	padding:1px 0 1px 2px;
}

table td {
	background-color: #FEF7C0;
}

table tr.altrow td {
	background-color: #FEF7C0;
}
td.actions {
	text-align: center;
	white-space: nowrap;
	width: 90px;
}
td.actions a {
	display: inline;
	margin: 0px 3px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	clear:both;
	color:#CCCCCC;
	margin-bottom:2em;
	text-align:center;
	width: 100%;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border:medium none;
	margin-top:10px;
}
fieldset legend {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	width:100%;
	margin-bottom: 5px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	background-color:aliceBlue;
	border:1px solid #999999;
	bottom:10px;
	clear:both;
	color:background;
	font-size:80%;
	font-weight:bold;
	padding:40px;
	position:fixed;
	right:10px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	font-size: 10px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}



/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/*CSS INMOLOG MENU*/
#inmolog-menu{
	padding:0 0 5px;
	text-align:center;
	width:100%;
	background-color:#FEF7C0;
	border-bottom:1px solid #FFD466;
}

#inmolog-menu a {
	clear:none;

	font-size:12px;
	padding:5px;
	text-decoration:none;
	margin-right: 2px
}

#inmolog-menu a.link {
	background-color:#FDE08A;
	border:1px solid #FFCC46;
	color:#FF9900;
}

#inmolog-menu a:hover {
	background-color: #FFC900;
	border:1px solid #ff9900;
	color:#FFFFFF;
	
}
#inmolog-menu a:active,
#inmolog-menu a.selected {
	background-color: #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFD466;
	border-right:1px solid #FFD466;
	border-top:1px solid #FFD466;
	color: #444;
}
/*END INMOLOG MENU*/
.infoDiv {
 width: 100%;
}
/* START INMOLOG HOME */

#homepage #homemain{
	float:left;
	padding-right:7px;
	width:520px;

}

#homepage #homeright{
	border-left:1px solid #EFEFEF;
	clear:none;
	overflow:auto;
	width:280px;
	padding-left:2px;

}

#homepage h3, h3{ 
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	width:100%;
	margin-bottom: 5px;
}

#content-left h3{ 
	background-color:#FEF7C0;
	border-top:1px solid #CCCCCC;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
	padding: 2px 0px ;
	width:100%;
}

#content-left ul, 
#content-left li {
	font-size:12px;
	line-height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 2px 0 ;
	padding:0;
}
#homepage dl {
	background-color:#F8F8F8;
	font-size:12px;
	line-height:2em;
	margin:0;
}

#homepage #generalInformation h4 {
	clear:both;
	color:#444444;
	padding-bottom:0.5em;
	text-align:right;
}

#homepage #generalInformation #giDescription {
	font-size:14px;
	letter-spacing:0.5px;
	line-height:25px;
}
 
#homepage #location, 
#homepage #servicesInmolog,
#homepage #operation, 
#homepage #propertyData {
	float:left;
	width:100%;
}
#homepage #location dt, 
#homepage #operation dt, 
#homepage #propertyData dt, 
#profile dt {
	width: 130px;
}
#homepage #googleMap,
#homepage #message {
	float:left;
	width:100%;	
	clear: both;
}
#homepage #servicesInmolog strong {
	padding-right:10px;
	line-height:2em;
}
 
#homepage #googleMap table {
	font-size: 12px;

}
#homepage #profile {
	float:left;
}
 
#homepage #messageForm {
	clear:both;
}
#homepage #messageForm fieldset {
	border:medium none;
	margin:0;
	padding:0 15px;
}
#homepage #messageForm legend {
	color: #327c9f;
	font-size: 165%;
	padding-top: 1.0em;
	font-weight: normal;
}
#homepage #messageForm div {
	margin:10px 0;
	padding:0;
}
#homepage #messageForm label {
	clear:none;
	float:left;
	font-size:12px;
	padding-right:10px;
	width:65px;
}
#homepage #messageForm input{
	font-size:12px;
	margin:0;
	padding:1px;
	width:165px;
}
#homepage #messageForm textarea  {
	font-size:14px;
	width:240px;
	}
#homepage #messageForm div.message  {
	font-size:14px;
	width:240px;
	padding: 40px;
	}
#homepage #images {
 clear: both;
 width: 100%;
}
#homepage #images table,
#images table{
 height: 170px;
 float: left;
 width: auto;
 clear: none;
}

#homepage #images table{
 margin: 0 6px
}

#homepage #images table th ,
#images table th {
 height: 20px;
}

#movies table{
 width: auto;
 clear: none;
 margin: auto;
}

/**/
#rk-menu-top {
	font-weight:bold;
	text-align:left;
	} 
#rk-menu-top a{
	color:#FFF;
	float:left;
	text-decoration:none;
	width:120%;
	}
#rk-menu-top a:hover{
	text-decoration:none;	
	}
/*
 * CSS for css menu helper.
 * Author: John Reeves
 * Credit given to Jake Gordon, author of Nice Menus module
 * for Drupal, for much of the idea.
 */
ul.css_menu,
ul.css_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

ul.css_menu ul{
	display: none;
	position: absolute;
	margin-right: 0;
	z-index: 5;
}

ul.css_menu li{
	margin: 0;
	padding: .1em;
}

ul.css_menu li{
	float:left;
	left:2px;
	padding-right:20px;
	position:relative;
}

ul.css_menu ul li{
	display: block;
	margin: 1px 0px;
	border: 1px solid #ffc900;
	background-color: #ffd466;
	width: 80px;
}

ul.css_menu ul li:hover{
	background-color: #ffb700;
}

ul.css_menu:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

ul.css_menu li:hover{
	
}

/*
 * Hide sub menus that are not hovered over.
 * It only works for 5 levels deep.  If for some reason you need
 * more, it should be easy to see how to copy the last selector and
 * add one more li:hover.  Same goes for the display: block; part below.
 */
ul.css_menu ul,
ul.css_menu li:hover ul ul,
ul.css_menu li:hover li:hover ul ul,
ul.css_menu li:hover li:hover li:hover ul ul{
  display: none; 
} 

/* show hovered submenus */
ul.css_menu li:hover ul,
ul.css_menu li:hover li:hover ul,
ul.css_menu li:hover li:hover li:hover ul,
ul.css_menu li:hover li:hover li:hover li:hover ul{
	display: block;
}

/* RIGHT type menus */

ul.cm_right li{
	float: none;
}

ul.cm_right li.parent:hover,
ul.cm_right li li.parent:hover{ 
	background: #66cbca url(../img/arrow.png) right center no-repeat;
}

ul.cm_right li.parent,
ul.cm_right li li.parent{ 
	background-image: url(../img/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.cm_right li ul,
ul.cm_right li ul li.parent ul{
	left: 5.9em;
	top: -2px;
}


/* LEFT type menus */

ul.cm_left li{
	float: none;
	padding-left: 15px;
}

ul.cm_left li.parent:hover,
ul.cm_left li li.parent:hover{ 
	background: #66cbca url(../img/arrow-left.png) left center no-repeat;
}

ul.cm_left li.parent,
ul.cm_left li li.parent{ 
	background-image: url(../img/arrow-left.png);
	background-position: left center;
	background-repeat: no-repeat;
}

ul.cm_left li ul,
ul.cm_left li ul li.parent ul{
	left: -7.8em;
	top: -2px;
}



/* DOWN type menus */
ul.cm_down li ul{
	left:0;
	padding:0 0;
	top:19px;
}

ul.cm_down li ul li.parent ul{
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	left:112px;
	top:-0.1em;
	width:140px;
}


ul.cm_down li.parent:hover{
	background: url(../img/arrow-down.png) right center no-repeat;

}

ul.cm_down li.parent{
	background-image: url(../img/arrow-down.png);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.cm_down li li.parent:hover{ 
	background:  #b61c22 url(../img/arrow.png) right center no-repeat;
}

ul.cm_down li li.parent{ 
	background-image: url(../img/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	
}

/* menu-login */
#rk-menu-login {
	float:right;
	font-size:11px;
	margin:10px;
	text-align:right;
}
#rk-menu-login label  {
	clear:none;
	float:left;
	font-size:12px;
	width:auto;
}
#rk-menu-login form  {
	margin-top: 5px;
	}

#rk-menu-login a  {
	
	color:#FFFFFF;
	height:10px;
	overflow:hidden;
	text-decoration:none;
	width:auto;
}
#rk-menu-login input[type=text], 
#rk-menu-login input[type=password] {
	width:110px;
}
#rk-menu-login input[type=submit]  {
	background-color:#ffdf56;
	background-image:none;
	border:1px groove #ef9f00;
	color: #FFF;
	font-size:10px;
	height:auto;
	margin:0 2px;
	padding:2px;
	width:auto;	
}
#rk-menu-login div.submit  { 
	float:right;
	width:auto;
}
#rk-menu-login div  {
	clear:none;
	float:left;
	width:180px;
}
#rk-menu-login submit  {}

.homegalerypic {
	width: 60px; 
	height: 50px;
	text-align: center;
	border: 1px solid #FFC900;
	padding: 1px; 
	margin: 5px 1px 1px 1px;
	float: left;
}
#content-left #images {
	display:block;
	font-size:10px;
	overflow:hidden;
	width:100%;
	margin-top:-55px;
}

#content-left #images .homegalerypic a{
	background:transparent none repeat scroll 0 0;
	float:left;
	font-size:0;
	height:50px;
	position:absolute;
	text-decoration:none;
	width: 60px;
}
.inmolog-list {}
.inmolog-cell {
	clear:none;
	float:left;
	font-size:80%;
	margin:10px;
	padding:0;
	width:120px;
}
.inmolog-cell .inmologlist{
	clear:both;
	width:100%;
}
.inmolog-cell .inmolog-img {
	background-color:#222222;
	border:1px solid #999999;
	height:100px;
	width:120px;
}
.inmolog-cell .inmolog-headline{
	height:42px;
}
.inmolog-cell .inmolog-headline a {
	color:#444;
	font-size:10px;
	font-weight:bolder;
	text-decoration:none;
	text-transform:uppercase;
}
.inmolog-cell .inmolog-description{
	font-family:arial;
	font-size:10px;
	height:100px;
	text-transform:uppercase;
}
.inmolog-cell .inmolog-modified{
	background-color:#222222;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	border:1px solid #999999;
	width:100%;
}
.inmolog-cell .inmolog-visit{}
/* GALLERUY01*/

.gallery01 .image-cell{
	float:left;
	margin:5px;
	width:180px;
	height:185px;
}
.gallery01 .title {
	float:left;
	height:20px;
	padding-right:5px;
	width:auto;
	}
.gallery01 .image {
	background-color:black;
	height:150px;
	width:180px;
}
.gallery01 .link a {
	color:#444444;
	display:list-item;
	float:left;
	font-weight:normal;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	text-decoration:none;
	width:auto;
	}


/* END INMOLOG HOME */


#messageForm label {
	clear:none;
	float:left;
	font-family:arial;
	font-size:12px;
	width:80px;
}

#messageForm fieldset legend {
	padding-top: 5px;
	display:table-row;
}
#messageForm  input, 
#messageForm  textarea {
	clear:none;
	float:left;
	font-family:verdana;
	font-size:12px;
	padding:2px;
	width:300px;
}

#messageForm  input[type="submit"] {
	background-color:#FFFFFF;
	background-image:url(../img/boton.png);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	height:42px;
	letter-spacing:1px;
	margin:10px 0 0;
	padding:0 0 4px;
	width:120px;
}

/*HOME*/

.modulohome{
	display:table-cell;	
	padding:0 7px;
}
.modulohome2{	
	padding:0px;
}

.modulohome strong {
	font-size:12px;
	font-weight:normal;
	letter-spacing:1.5px;
	line-height:15px;
}

#filtrohome {
	background-color:#FFC900;
	float:left;
	height:30px;
	left:0;
	margin:12px 0;
	position:absolute;
	width:100%;
	overflow:auto;
}

#filtrohome:hover {
	top: 135px;
	height: 430px;
	opacity:0.95;
	filter:alpha(opacity=95);
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;

}

#serchresult {

	margin-top:  50px;
}