/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#FFF;}
#main_wrapper {background-color:#FFF;}
#header {background-color:#808073;}
#nav {background-color:#BFBFAC;}
#content {background-color:#FFFFE6;}
#promo {background-color:transparent;}
#footer {background-color:#D9D9C3;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2 {
	color:#cc6600;
	text-align:right;
	}
h3, h4, h5, h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#FFF;
	}
table, form {
	color: #BFBFAC;
	}
a {
	
	}
a:hover, #nav a:hover {
	color:#FFF;
	}	
#footer p {
	margin:0;
	}
#image {
  margin:0; 
	padding:0;
}
/* CLASS:OLIVE TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.blue {background-color:#000033;}
.blue #main_wrapper {background-color:transparent;}
.blue #header {background-color:transparent;}
.blue #nav {background-color:#002E5F;}
.blue #content {background-color:transparent;}
.blue #promo {background-color:transparent;}
.blue #footer {background-color:#000033;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:OLIVE TEXT COLORS */
.blue h1, .blue h3 { 
	color:#CCC;
	}
.other h1 {
  /*padding:.5em 0em 0em 1em;*/ 
  }
.blue h2, .blue h5 {
	color:#963; 		
  }
.blue h6, .blue h4 {
	color:#000000;
	}
.blue p {
	color:#CCC;
	}
.blue ul, .blue ol, .blue dl, .blue blockquote, .blue cite {
	color:#B33;
	}
.blue #nav ul, .blue #nav a, .blue #nav h5 {
	color:#999999;
	text-decoration: none;
	padding:.1em 1em .1em .5em;
  }

.blue #telefonos {
 padding: .5em .5em .5em .5em; 
 float:left;
 }
.blue #picture {
 float:left;
 padding: .5em .5em .5em .5em;
 }
.blue #texto2 {
 margin:1em 2em 1em .5em;
 padding: 0em; 
 background-color:#333;
 }	
.blue #faq {
 padding: .5em .5em .5em .5em;
 }
.blue #faq h2{
 text-align:left;
 }
.blue #texto {
 padding: .5em .5em .5em .5em; 
 }
.blue #jim {
 float:left; 
 width:170px;
 height:210px;
 padding:0em;
 }
.blue #jim img {
 padding:1.5em;
 background-color:#000;
 }
.blue #about {
 padding:0em 0em 3em 0em;
 height:250px;
 }
.blue #about p {
 border:1px solid #CCC;
 font-size:1.5em;
 float:left;
 margin:4em 1em 0em 2em;
 padding:.2em 1em .2em 1em;
 background-color:#000;
 text-align:center; 
 }
.blue #about img{
 
 }

.blue #mensaje p {
 font-size:1.3em;
 text-align:center;
 }
 .blue #photos {
 width:135px; 
 position:relative;
 float:right;
 background-color:#002e5f;
 padding:2.5em 1.5em 1.5em 1.5em;
 }
 .blue #photos li {
 text-decoration:none;
 color:#002e5f;
 text-align: center;
 padding:0em .5em 3em 0em;
 }
 .blue #photos ul {
 color:#002e5f;
 }
 .blue #photos img{
 align:center;
 }
.blue hr {
 color:#369; 
 height:1px;
 }
.menor p {
 color:#F00;
 text-align:right;
 font-weight:bold;
 font-size:1em; 
 }	
.menor a, a:hover {
 color:#F00; 
 text-decoration:none;
 }
.titles a, h2, a:hover {
  color:#963;
  text-decoration:none;
 }
.blue table, .blue form {
	color: #666;
	}
.blue a {	

	}
.blue a:hover {  
  
	text-decoration:none;
	}	
.blue #nav a:hover {
  color:#FFF;
	/*color:#999999;*/
	}
/* FONT SIZES */
h1 {
   font-size:1.4em; /* 24pt */ 
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:0.8em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.9em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */	
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0
	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
/********pending and sold etiquetas********/
.state p {
  color:#F00;/*sold*/
/* 	font-size:.em;	*/
	font-weight:bold;
	font-style:normal;
	text-align:right;
}	
.statep p {
  color:#ffff00;/*pending*/
/* 	font-size:.em;	*/
	font-weight:bold;
	font-style:normal;
	text-align:right;
}

blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
