BODY {
	  font-family:Arial, Helvetica, sans-serif;
      margin: 0px; 
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.border {
	border:#cfd9e5 solid 1px;
}

.general{
	position: absolute; /*Posicionamiento absoluto*/
	width: 100%; /*altura*/
	height: 100%; /*altura*/
	z-index: 6000;
	left: 0%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	top: 0%; /*Desde arriba, colocar al 50% de la pantalla*/
}

.centrar {
	position: absolute; /*Posicionamiento absoluto*/
	width:100%;
	height:100%;
	z-index: 7000;
}

.bg {
	width: 100%;
	height: 70.1%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;	
}

.fondoBot {
	background-image:url(imgs/bot_ini.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	height:185px;
}

.fondoMenuPullmantur {
	background-image:url(pullmantur/imgs/menu_fondo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	height:109px;
}

.fondoMenuHome {
	background-image:url(imgs/fondo_home.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	height:180px;
}

.menuDerecha {
	padding-left:40px;
	font-size:12px;
	text-align:left;
	color:#035b51;
}

.tblContenido {
	background-color:#eaf6f6;
}

.tdContenido {
	padding-right:25px;
	padding-left:30px;
}

.titSeccion {
	padding-bottom:10px;
	text-align:left;
}

.txtContenido {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}

.txtContenidoPromociones {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.txtContenidoContacto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	word-spacing: 1;
	padding-top:20px;
	padding-bottom:20px;
}
.footer {
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
	color:#4d8490;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.bgTopPullmantur {
	background:#0e91d3;
}


/* ***********************************  E S T I L O  D E L  M E N Ú  ********************************* */
.qmmc {
	POSITION: relative; HEIGHT: 1%;
}
.qmmc A {
	DISPLAY: block;
	FLOAT: left;
	WHITE-SPACE: nowrap;
	padding-right:0px;
}
.qmmc DIV {
	VISIBILITY: hidden; POSITION: absolute
}

/***  submenu ***/
#qm0 DIV A {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 6px; BORDER-TOP: 1px; PADDING-LEFT: 6px; FONT-SIZE: 0.7em; PADDING-BOTTOM: 3px; MARGIN: 0px; COLOR: #052929; PADDING-TOP: 3px; BORDER-BOTTOM: 0px solid; FONT-FAMILY: Arial; TEXT-DECORATION: none; font-weight: bold;
}
#qm0 UL A {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 6px; BORDER-TOP: 1px; PADDING-LEFT: 6px; FONT-SIZE: 0.7em; PADDING-BOTTOM: 3px; MARGIN: 0px; BORDER-LEFT: 0px; COLOR: #FFFFFF; PADDING-TOP: 3px; FONT-FAMILY: Arial; TEXT-DECORATION: none; font-weight: bold;
}
#qm0 DIV A:hover {
	COLOR: #FFFFFF; BACKGROUND-COLOR: #69918c; TEXT-DECORATION: none; font-weight: bold;
}
#qm0 UL A:hover {
	COLOR: #FFFFFF; BACKGROUND-COLOR: #017bb0; TEXT-DECORATION: none; font-weight: bold;
}
.qmmc DIV A {
	FLOAT: none;
}
.qmmc UL A {
	FLOAT: none;
}
.qmmc UL LI {
	FLOAT: none;
}
.qmmc LI A {
	FLOAT: none;
}
/* ***************************************************************************************************** */


/*************************** circuitos ********************/
#container {
	font-size:11px;
	height:auto;
}
#column1 {
	width:150px;
	float:left;
	height:auto;
	font-size:12px;
}
#column2 {
	width:700px;
	float:center;
	background-color:#eaf6f6;
	height:auto;
	border-left:solid 1px #b9c3c2;
	padding-left:35px;
}


/**************************  LIGAS  ********************/
.liga 
{
    color: #ec2028;
	text-decoration: underline;
}
a:active {
	color: #ec2028;
	text-decoration: underline;
}
a:link {
	color: #4d8490;
	text-decoration: none;
}
a:visited {
	color: #4d8490;
	text-decoration: none;
}
a:hover {
	color: #ec2028;
	text-decoration: underline;
}

.mapa {
    padding-right:20px;
    padding-left:20px;
}
.tituloPFrec 
{
    color: #4d8490;
    font-size: 13px;
    font-weight: bold;
}

.tituloSeccion 
{
    font-family: Helvetica;
    font-size: 15px;
    margin-right: 75px;
    color: #052929;
    font-weight:bold;
}
