@charset "ISO-8859-1";

/******************************************************************************/
/* Estilos: Generales                                                         */ 
/******************************************************************************/

html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

body {
  height:100%;
  margin:0px;
  padding:0px;
  overflow:auto;

  color: #333333; /*#666666;*/
  font-family:verdana, arial, sans-serif;
  font-size:11px;
}

a {	
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration:underline;
}

img {
  border:0px;
}

table {
  font-size:11px;
}

strong {
  color: #2d4490;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

/******************************************************************************/
/* Estilos: Clases                                                            */ 
/******************************************************************************/

/*
.Title {
  font-weight: bold;
  color: #2d4490;
}
*/

.Title {
  font-weight: bold;

  padding-left: 5px;
  line-height: 18px;

  overflow: hidden;
}

.View {
  position: absolute;

  right: 5px;
  top: 5px;
  height: 10px; 
  width: 11px;
}

.Container {
  position: absolute;
  padding: 5px;
}

.Left {
  /*padding: 5px;*/
  margin-right: 120px;
  /*text-align:justify;*/
}

.Right {
  float: right;
  width: 110px;
  text-align: center;
  /*padding: 5px;*/
  margin: 0px 0px 0px 5px;
}

/******************************************************************************/
/* Estilos: Elementos                                                         */ 
/******************************************************************************/

#divTMG {
  position: absolute;

  top: 50%;
  left: 50%;
  width: 700px;
  height: 450px;
  margin-left: -350px;
  margin-top: -225px;

  overflow: hidden;
}

#divEmpresa {
  position: absolute;

  left: 0px;
  top: 0px;
  height: 16px;

  overflow: hidden;
}

#divTMenu {
  position: absolute;

  right: 0px;
  top: 0px;
  height: 16px;

  overflow: hidden;
}

#divDesktop {
  position: absolute;

  border: 1px dashed silver;

  top: 16px;
  left: 0px;
  right: 0px;
  bottom: 30px;
  width: expression(this.offsetParent.offsetWidth + "px");
  height: expression(this.offsetParent.offsetHeight - 46 + "px");

  overflow: hidden;
}

#divMenu {
  position: absolute;

  left: 3px;
  bottom: 3px;
  width: 198px;
  height: 152px;

  font-size: 10px;

  overflow: hidden;
}

#divMenu ul {
  margin: 0;

  padding: 0;

  list-style: none;

  /*border-top: 1px solid #cccccc;*/
}

#divMenu li {
  padding-left: 15px;
  padding-bottom: 2px;

  /*background-image: url(../img/f1.gif);*/
  background-repeat: no-repeat;
  background-position: 0 50%;

  /*border-bottom: 1px solid #cccccc;*/
}

#divMenu li.f1 {
  background-image: url(../img/f1.gif);
}

#divMenu li.f2 {
  background-image: url(../img/f2.gif);
}

#divHead {
  position: absolute;

  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;

  background: #fafafa;

  bottom: 128px;
  right: 3px;
  width: 490px;
  height: 20px;

  overflow: hidden;
}

#divBody {
  position: absolute;

  border: 1px solid #e5e5e5;
 
  bottom: 3px;
  right: 3px;
  width: 490px;
  height: 125px;
  overflow: auto;
  scrollbar-face-color:#fafafa;
  scrollbar-highlight-color:#fafafa;
  scrollbar-shadow-color:#e5e5e5;
  scrollbar-3dlight-color: #e5e5e5;
  scrollbar-arrow-color: silver;
  scrollbar-track-color: #fafafa;
  scrollbar-darkshadow-color: #fafafa;

}

#divBodyTMG, #divBodyPBR, #divBodyLTR, #divBodyCNR,
#divBodyFTR, #divBodyTYS, #divBodyTPB, #divBodyCalidad,
#divBodyServicios, #divBodyContacto {
  display:none;
}


#imgFondo {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#divDireccion {
  position: absolute;

  left: 0px;
  bottom: 0px;
  height: 29px;

  overflow: hidden;
}

#divBMenu {
  position: absolute;

  right: 0px;
  bottom: 0px;
  height: 29px;

  overflow: hidden;
}


.fotoInfo {
	color:#2d4490;
	font-size:9px;
	font-weight:bold;
}

.fotoInfo:hover img{
	filter:alpha(opacity=50);
}

#infoMapa {
	position:relative;
	display:block;
	width:350px;
	/*top:-312px;*/
	top:0px;
	bottom:315px;
	/*left:40px;*/
	left:28px;
	/*font-style:oblique;*/
	/*color:white;*/
	color:#333333;
}

.img_link {
	cursor:pointer;
}

#divLinkFotos {
  padding-left: 20px;
  background-image: url(../img/camara.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.notDisplay {
	display:none;
}


