/*	Desc: *design for open-realty* 
    Screen Style Sheet: *screen.css*
	Author: *Claudio Simmering*
	Date: *01/09/2008*
	+ Colours
	- *colour hex* *colour name* (*purpose*)

Colours	+ CV
		- #4a4339 light brown (bg)
		- #fa0 ornage (links)
		- #fff white (text)

		+ PORTFOLIO
		- #000 black (bg)
		- #f0a magenta (links)
		- #fff white (text)
		
ver nombres de colores http://www.w3schools.com/css/css_colornames.asp
The color names are: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow.
#F0FFFF - Azure  	
#F0F8FF - AliceBlue  	
#6A5ACD - SlateBlue  	
#87CEEB - SkyBlue  	
#1E90FF - DodgerBlue  	
#B0E0E6 - PowderBlue  
#000080 - Navy  	
#191970 - MidnightBlue  	
#00008B - DarkBlue  	
#87CEFA - LightSkyBlue 
#6495ED - CornflowerBlue  	



=== === === === === === === === === === */
/* ****** Colores de Claudio 	*** 
00528E - Navy Blue 
006AA5 - Twilight Blue
0092CB - Baby Blue
13B8EC - Pastel Blue, para columnas iz y der
C0E7FA - Powder Blue
CCCCCC - 20% Black		
9999CC - Botones viejos 
CC0000 - rojo:  
FFFFFF - blanco:	
000000 - negro:  	
003366 - azul oscuro para texto 	
D9D1BC - gris 
background-color:#346284
columnas #A0CBED
*** */

/* MAIN TYPOGRAPHY */
/* START CSS RESET FOR CONTENT */
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* FORMS */

fieldset { border: 1px solid #695F4C; }
legend { background: #504634; color: #FFF;}
textarea, input[type='text'], select { border: 1px solid #695F4C; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #504634; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #504634; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
/*
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, 
.content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
 NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */

.content { color:#003366; }
.content table.marco { 
    border:8px #B0E0E6 ridge;
    padding: 0px;
    width: 95%;
    text-align: left; 
    vertical-align: text-top; 
}

.content table.marco1 {
    border:2px #B0E0E6 ridge;
    padding: 0px;
    width: 100%;
    text-align: left; 
    vertical-align: text-top; 
}

.content table.sinmarco {
    border:0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: left; 
    vertical-align: text-top; 
}

.content h1 { color:#003366; margin: 0 0 .5em;  }
.content h2 { color:#003366; margin: 1.07em 0 .535em; }
.content h3 { color:#003366; margin: .05em 0 .30em; }
.content h4 { color:#003366; margin: 1.23em 0 .615em; }
.content h5 { color:#003366; margin: 1.33em 0 .67em; }
.content h6 { color:#003366; margin: 1.6em 0 .8em; }

.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* END CSS RESET FOR CONTENT */

/*=STRUCTURE
=== 1000 = izq 140 + der 140 + contenido 680 === === === === === === === === === */

* { padding: 0; margin: 0; }

/********** cambie el color fondo por azul2 *********/
body {
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 13px;
 background: #346284;
}

#wrapper { 
 margin: 4px auto;
 width: 1000px;/* original era 922 **********************************/
 background: #FFF;/* original no estaba **********************************/
}

#mborder {
 background: #D9D1BC; /* original #FFF**********************************/
 padding: 1px 1px 1px 1px;
}

/********** cambie imagen fondo de menu y content por azul4 *********/
#faux {
 background-color: White;
 margin-bottom: 0px;
 overflow: auto;
 width: 100%;
}

#header {
 background: #D9D1BC url(../../images/header.jpg) no-repeat; 
 color: #333;
 height: 230px;
 /* margin: 0px 0px 0px 0px;
 padding: 0px;*/
}

#leftcolumn { 
 display: inline; /* original era inline D9D1BC**********************************/
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 140px;
 height: 993px;
 float: left;
 background: #a0cbed;
}
#rightcolumn { 
 float: left;/* original era right **********************************/
 color: #333;
 margin: 5px ;
 padding:0px 0px 0px 0px;
width: 700px;   /* original = 675 **********************************/
 display: inline;
 position: relative;
}

/*=CONTENT
=== === === === === === === === === === */

.content h1, h2, h3, h4, h5, h6 {
color: #695F4C;
font-weight: bold;
}

.content {/*display:inline; Fix IE floating margin bug*/
		float:left; 
		/*width:700px; 	*/
		margin: 0 0 0px 0px; 
		font-size:120%; overflow:visible !important ;} /*Firefox*/

/* DERECHA *********************************/
.derecha {display:inline; /*Fix IE floating margin bug*/; 
		float:right; 
		width:125px; 
		margin: 2px 2px 0 0px;  
		overflow:visible !important ;     /*Firefox*/
		}

/*	
#derecha { 
 position: relative;
  float: right;
 margin:-10px -8px 0px 0px;
 color: #333;
 padding: 2px 2px 0px 2px;
 width: 125px;
 height: 990px;
 text-align: center;
 background: #a0cbed;
 }
 **********/

/********** CAS cambie el color footer por azul3 *********/
#footer {
 clear: both;
 color: #FFF;
 background: #006AA5;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

/*=TYPOGRAPHY
=== === === === === === === === === === */
h1 {

}
h2 {

}
h3,
h4 {

}
p {

}

/* ceo headers */
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h1, h2, h4, h6 { font-weight: bold; }
h5, h6 { margin-top: 1em; }

hr { border:1px solid #695F4C; }

.copyright {
text-align: center;
font-size: 9px;
padding: 3px;
color: #cccccc;
}

input , textarea {
border:1px solid #695F4C;
}

/*=COMMON
=== === === === === === === === === === */

img {
	border: 2px solid #847A67;
}
img.float-right {
  padding: 5px;
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  padding: 5px;
  margin: 5px 15px 5px 0px;
}
/* quite marco de imagenes y agrego hover
a img {  
  border: 1px solid #847A67; 
  padding: 5px;
  margin: 5px 15px 5px 0px;
  background-color: #fff;
}*/

a img:hover {  
  border: 1px solid #847A67; 
  padding: 1px;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
/********** CAS color de fondo de content?  *********/
blockquote {
	margin: 15px; 	
	padding: 50px 50px 50px 50px;  	
  	background: #FAFAFA ; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #003366;	
}

/********** CAS color font de menu *********/
a {
color: #003366;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #006AA5;
}


/*=MASTHEAD
=== === === === === === === === === === */
#masthead-m {
}

#logo {
float: left;
margin:  5px 0 0 5px; 
padding: 0px 0 0 0px; 
}

#logo h1 {
font: bold 24px "arial narrow", arial, sans-serif;
margin: 0px 0px 130px 0px; 
padding: 0px 0px 0px 0px; 
}
#slogan {
position: absolute;
float: right;
margin: -200px 10px 0px 635px;
padding: 0px 10px 0px 10px; 
font-weight: bold;
font: bold 16px "arial narrow", arial, sans-serif;
color: #003366;
}

/* CAMBIO IDIOMA *********************************/
#idioma {
position: absolute;
float: left;
margin:  197px 0px 10px 2px;
padding: 0px 0 0px 0px;
}

.idioma img {
	border: 1px solid #847A67;
	padding: 1px;
	width: 40px;
	height: 25px;
	}
	
.idioma img:hover {  
  border: 1px solid #fff; 
  padding: 1px;
}

/* MENU HORIZONTAL *********************************/
/********** CAS cambie el color del menu superior por azul2 *********/
#nav-top{ /* menu horizontal */
float: right;
margin:  193px 0px 0px 105px;
padding: 10px 0px 10px 0px;
}

#nav ul{
position: absolute;
margin: 0px 0px 0 0;
padding: 0px 0px 0 0px;
text-align: left;
}

#nav li {
list-style: none;
display: inline;
color: #fff;
text-align: left;
margin:  0px 5px 0px 0px;
padding: 5px 5px 3px 5px;
border-top: 1px solid gray;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid gray;
background: navy;
}

#nav a {
text-decoration: none;
color: white;
background: navy;
}

#nav a:hover {
text-decoration: none;
color: navy;
background: #13B8EC;

}

/*=NAVIGATION - Menu Vertical
=== === === === === === === === === === */


.categories h2{
  padding: 4px 0 5px 5px;
font-size: 16px;
color: #fff;
margin:0;
border-top: 3px solid #C0E7FA;
}

/********** CAS cambie el color de esta caja por azul1 y 5 **********/
.featurebox {
color:#003366;
border: red solid;
margin:0 0 1.5em;
padding:15px 20px 20px;
}

.featurebox  img {
	padding: 1px;
	width: 174px;
	height: 75px;
	}



.featurebox p,.featurebox h1,.featurebox h2,.featurebox h3,.featurebox h4,.featurebox h5,.featurebox h6 {
border-bottom:0px solid #504634;
color:#504634;
margin:0 0 .3em;
}

.featurebox p {
border: solid;
margin:0 0 1em;
}

.featurebox a {
font-weight:700;
font-size:90%;
}

hr {
background:#f2f2f2;
height:1px;
color:#f2f2f2;
border: none;
margin:1em 0;
}




           
 
/*=FOOTER
=== === === === === === === === === === */
#footer-m {
}

#footer a {
color: #fff;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
color: #504634;
}

/*=PRINTER
=== === === === === === === === === === */

@media print{
/*hide the left column when printing*/
#leftcolumn{display:none;}
#rightcolumn{border-left:0;}
}

/*=OTHER
=== === === === === === === === === === */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

/* THIS IS SECTION IS FOR OPEN REALTY */
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

td a, a:hover{
text-decoration: none;
}

input, select, form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.search_results {
width:100%;
}

.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }

.view_users { width:100%; }


/* CHAT *********************************/
#craftysyntax{
  width:100px;
  margin:0px 3px 0px 0px;
  text-align: center;
  font-family: verdana, helvetica, sans-serif; 
  font-size: 8px; color: #000000;
  padding: 0px 0px 0px 0px;
  }

/* CLIMA *********************************/
#clima{
  /*width:130px;
  margin:5px 1px 1px 10px;
  text-align: center;
  font-family: verdana, helvetica, sans-serif; 
  font-size: 8px; color: #000000;*/
  padding: 7px 0px 4px 8px;
  }


/* VALIDADOR *********************************/
#validator {
text-align: center;
}

#validator img {
border:0px solid #847A67;
 padding: 1px;
}

/* MENU VERTICAL *********************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*quito 48 px al ancho */

#ddblueblockmenu{
border: 1px solid #00528E;
border-bottom-width: 1px;
width: 137px;
 padding: 2px 0px 0px 0px ;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 121px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
width: 121px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 2px 0;
padding-left: 5px;
background-color: #00528E;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

/* de UMP 253
.header-featured {
	width:351px;
	height:115px;
 position:absolute; 
	z-index:5;
	margin:20px 0 0 15px;
	color:#FFFFFF;
	overflow:hidden /*IE6*/ /*;} */
	
/*
.header-featured a {text-decoration:none; color:#FFFFFF;}
.header-featured a:hover {text-decoration:none; color:#FFFFFF;}
.header-featured img {border:#FFFFFF 2px solid; margin:2px; padding:2px; }
*/