/*
---------------------------------------------------------------------
            GLOBAL STYLES 
---------------------------------------------------------------------

These are default styles that every page needs to inherit */


/* This sets all browser padding and margin defaults to zero */
* { margin: 0; padding: 0; } 

/* This is a fix for IE 6 & 7 spacing issues. I think. */
* html img { display: block; } 

/* This keeps images wrapped in an anchor tag from displaying a border. Maybe. */
a img { border: none; margin: 0; padding: 0; }

/*Firefox produces a dotted outline that appears around links when you click on them. */
a { outline: none; }

/* this is a fix for IE/Mac, to keep the nav items from breaking. */
#header li {
	/*\*/overflow: hidden;/**/
}

/*--------------------------------------------------------------------
                GLOBAL STYLES - STRUCTURAL RULES
----------------------------------------------------------------------

These are default styles that every page needs to inherit */

body {
	background-image: url(../gfx/lines.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
	
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: oblique;
}
h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	font-style: italic;
	color:#a8843d;
	font-weight: normal;
	padding-bottom: 8px;
}
h2 {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	font-style: italic;
	color:#a8843d;
	font-weight: bold;
	padding: 15px 0px 8px 0px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color:#7E7E7E;
	padding: 20px 0px 15px;
}
ul {
	margin: 3px 0px 0px 0px;
	}
li {
	margin: 0px 0px 10px 40px;
	list-style-type: square;
	line-height: 20px;
	list-style-position: inside;
	text-indent: -12px;
	}
	
/* This may be to get the footer to attach to the bottom of the browser window. */

html, body, #contents {
	min-height: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}


#container {
	margin: auto auto 0px auto;
	position: relative;
	width: 750px;
	height: auto;
	padding: 0px 0px 20px;
}



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


/*--- LOCAL-CONTACTO BUTTONS ---*/

#mainMenu {
	float: left;
	width: 550px;
	height: 150px;
	padding: 0px;
	border: 0px;
}


#topMenuLocal {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: oblique;
	position: relative;
	float: left;
	width: 100px;
	height: auto;
	padding: 0px;
	display: block;
	z-index: 1;
}
#topMenuContacto {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: oblique;
	position: relative;
	float: left;
	width: 97px;
	height: auto;
	padding: 0px;
	display: block;
	left: 3px;
	z-index: 1;
}
.topMenuOff {
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	background-color:#62A5CF;
	border: 0;
	display: block;
}
.topMenu a:link, .topMenu a:visited, .topMenu a:active {
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	color: #BC9F68;
	background-color:#EDE6E0;
	border: 0;
	display: block;
}
.topMenu a:hover {
	background-color: #1D7EBC;
	color: #fff;
	text-decoration: none;
	display: block;
}
	
/*--- LACADO MADERA BUTTON ---*/

#menuLowerRight {
	position: relative;
	width: auto;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	visibility: visible;
	z-index: 2;
	right: 30px;
	top: 15px;
}


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

#contents {
	position: relative;
	float: left;
	height: 100%;
	width: 750px;
	height: 100%;
	top: -40px;
	visibility: visible;
}
#left_col {
	position: relative;
	float: left;
	width: 132px;
	height: auto;
	padding: 130px 0px 0px;
	border: 0px;
	display: block;
}

/* LEFT MENU */

#left_menu_col {
	position: relative;
	float: left;
	top: 130px;
	width: 136px;
	height: 30px;
}
.menuOff {
	font-family: Georgia, serif;	
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	font-style: oblique;
	text-align: center;
	text-decoration: none;
	background-color:#A2BB7D;
	border: 0;
	width: 100%;
	display: block;
	float: left;
	margin-top: 5px;
}

.menu a:link, .menu a:visited, .menu a:active {
	font-family: Georgia, serif;	
	font-size: 12px;
	line-height: 24px;
	color: #BC9F68;
	font-style: oblique;
	text-align: center;
	text-decoration: none;
	background-color:#EDE6E0;
	border: 0;
	width: 100%;
	display: block;
	float: left;
	margin-top: 5px;
}
.menu a:hover {
	background-color: #7F9D53;
	color: #fff;
	text-decoration: none;
}


#left_obra_col {
	font-family: Georgia, serif;	
	font-size: 12px;
	font-style: oblique;
	position: relative;
	float: left;
	top: 100px;
	left: 68px;
	width: 280px;
	height: auto;
}

#center_col {
	position: relative;
	float: left;
	min-height: 400px;
	width: 360px;
	padding: 0px;
	border: 0px;
	top: 70px;
	margin: 0px 30px 100px 22px;
	display: block;
}
#wide_col {
	position: relative;
	float: left;
	width: 750px;
	min-height: 400px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 100px 0px;
}
#wide1_col {
	position: relative;
	float: left;
	width: 500px;
	min-height: 400px;
	top: 70px;
	height: auto;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 100px 0px;
}
.head a:link, .head a:active {
	color: #a8843d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8843d;
}
.head a:visited {
	color:#a8843d;
	text-decoration: none;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8843d;
}
.head a:hover {
	text-decoration: none;	
	color:#a8843d;
	border-bottom-width: 0px;
}

.bodyText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	font-style: oblique;
	color:#7E7E7E;
	padding-bottom: 10px;
	border: 0px;
}	
.bodyText a:link, .bodyText a:active {
	color:#139B93;
	text-decoration: none;	
}
.bodyText a:visited {
	color:#609794;
	text-decoration: none;	
}
.bodyText a:hover {
	text-decoration: none;	
	color:#1D7EBC;
}

#right_col {
	position: relative;
	float: right;
	width: 200px;
	height: auto;
	padding: 0px;
	border: 0px;
	top: 40px;
	margin-right: 0px;
}
#right_obra_col {
	position: relative;
	float: right;
	width: 400px;
	min-height: 400px;
	padding: 0px;
	border: 0px;
	top: 40px;
	margin-right: 0px;
}
.c_fotos {
	text-align: center;
	padding-bottom: 25px;
}
/* --- OBRAS ---*/

.obrasLocation {
	color:#666666;
	text-decoration: none;	
	font-style: oblique;
	font-size: 11px;
	padding-bottom: 8px;
}
.obrasTitle {
	padding-bottom: 2px;
}
.buttons {
	width: 53px;
	height: 53px;
	position: relative;
	left: -5px;
	float: left;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
}
/* --- CONTACT ---*/

.bodyTextC {
	font-family: Georgia, serif;	
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	font-style: italic;
	color:#a8843d;
	display: block;
	text-align: left;
}	
.bodyTextC a:link, .bodyTextC a:visited, .bodyTextC a:active {
	color:#a8843d;
	text-decoration: none;
}	
.bodyTextC a:hover {
	text-decoration: underline;
}	
#logoOro {
	margin: 0px 15px 5px 0px;
	position: relative;
	float: left;

}
#direccion {
	margin: 23px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBB383;	
}
.direccion-1 {
	color:#a8843d;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 8px;
}
.direccion-2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#7E7E7E;
	font-style: italic;
	font-weight: normal;
}
.direccion-2 a:link{
	color:#7E7E7E;
}
.direccion-3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#7E7E7E;
	font-style: italic;
	font-weight: normal;
	top: -22px;
	margin-right: 5px;
	float: right;

}


.space {
	font-size: 6px;
	line-height: 8px;
	}

/* --- FOOTER ---*/

#footer {
	text-align: center;
	min-height: 40px;
	max-height: 100px;
	width: 100%;
	position: relative;
	float: left;
	margin: 50px 0px 10px;
	padding: 10px 0px 10% 0px;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #B69656;
	background-image: url(../gfx/footer.gif);
	background-repeat: repeat-x;
}

.footerType {
	font-family: Georgia, serif;	
	font-size: 11px;
	font-style: italic;
	color: #BC9F68;
	text-align: center;
	line-height: 16px;
	text-decoration: none;
}
.footerType a:link, .footerType a:visited, .footerType a:active {
	text-align: center;
	line-height: 16px;
	text-decoration: none;
	font-size: 11px;
	background-color: #EDE6E0;
	color: #95722E;
}
.footerType a:hover {
	text-decoration: underline;
}
.plain {
	font-style: normal;
	}

