@charset "UTF-8";
/* CSS Document */

/**************************************** GENERICOS ****************************/

* {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 9pt;
	margin: 0;
	padding: 0;
	color: #999999;
}

p {



}

li {
	list-style-type: none;
}

a:link , a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

a img, fomr, fieldset{
	background: none;
	border: none;
}

h1 {
	background: url(images/ico_puce.gif) no-repeat left;
	padding-left: 40px;
	font-variant: small-caps;
	border-bottom: solid 1px #eae9e9;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

h4 {
	text-align: center;
	color: #ff9600;
	font-variant: small-caps;
	font-size: 0.8em;
	margin-bottom: 5px;
}


strong {
	/*color: #ff9600;*/
	font-weight:bold;
}

em{
	color: #ff9600;
	font-style: normal;
	font-weight: bold;
}


.clear {
	clear: both;
}



/**************************************** ESTRUCTURA ****************************/

.body {
	margin-left:auto;
	width:980px;
	margin-right:auto;
	height:560px;
	padding:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #f8f8f8;
	border:solid 1px #999999;
	
	
}

.header {
	width:auto;
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top:solid 2px #C5850B;
}

.content {
	width:auto;
	height:350px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top:solid 2px #C5850B;
	position:relative;
}

.contenido {
	width:700px;
	height:auto;
	float:right;
	position:relative;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-right:10px;
}

.imagen {
	width:180;
	float:left;
	position:relative;
	margin-right:10px;
	
}


.galeria {
	width:700px;
	float:left;
	position:relative;
	text-align:left;
	background-color: #FFFFFF;
	
	
}

.galeria img {

margin-left:2px;
	
}

.menu {
	width:250px;
	height:auto;
	float:left;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 15px;
	position:fixed;
}

/**************************************** MENU ****************************/

#menu {

	float: left;
}

#menu li {
	
	text-align: right;
	margin-bottom: 2px;
	font-size: 12px;
}

li a.link_menu:link, li a.link_menu:visited {
	display: block;
	width: 200px;
	background: url(images/ico_arrow_orange.gif) no-repeat left;
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	padding: 5px 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

li a.link_menu:hover, li a.link_menu:active {
	display: block;
	width: 200px;
	background: url(images/ico_arrow_grey.gif) no-repeat left #f8f8f8;
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	color: #C5850B;
	padding: 5px 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

li a.onpage {
	display: block;
	width: 200px;
	background: url(images/ico_arrow_grey.gif) no-repeat left #f8f8f8;
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	color: #C5850B;
	padding: 5px 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

li a.submenu:link, li a.submenu:visited {
	display: block;
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	width: 184px;
	/*background: url(images/ico_cube_orange.gif) no-repeat left;*/
	padding: 5px 15px;
	font-weight: bold;
	text-decoration: none;
}

li a.submenu:hover, li a.submenu:active {
	display: block;
	width: 184px;
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	/*background: url(images/ico_cube_grey.gif) no-repeat left #f8f8f8;*/
	color: #C5850B;
	background-color:#eeeeee;
	padding: 5px 15px;
	font-weight: bold;
	text-decoration: none;
}


li a.submenu_onpage {
	display: block;
	width: 184px;
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	/*background: url(images/ico_cube_grey.gif) no-repeat left #f8f8f8;*/
	color: #C5850B;
	background-color:#eeeeee;
	padding: 5px 15px;
	font-weight: bold;
	text-decoration: none;
}

#menu_img {
	background: url(images/img_menu_ixhdz.jpg) no-repeat;
	width: 666px; 
	height: 195px; 
	margin-top: 10px;
	margin-right: 15px;
	float: right;
}

#menu_img p {
	padding-top: 135px;
	padding-left: 400px;
	color: #FFFFFF;
	font-size: 1em;
}
	

/****************************************  MENU END ****************************/

.footer {
	width:auto;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	/*background: url(images/footer_background.gif) repeat-x top;*/
	border-top:solid 2px #C5850B;
	border-bottom: solid 2px #C5850B;

	
	
}

.footer p {
margin-top:18px;

}


/**************************************** FORMULARIO CONTACTO ****************************/


.contactar {
	width:auto;
	float:left;
	position:relative;
	text-align:left;
	background-color: #FFFFFF;
	
}

textarea {
background: #f8f8f8;
border: 1px solid #999999;

}

input {
background: #f8f8f8;
border: 1px solid #999999;

}

.plano {
	width:auto;
	float:right;
	position:relative;
	text-align:right;
	background-color: #FFFFFF;
	
	
}



/**************************************** SCRIPT GALERIA ****************************/


/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
