body
{
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 12px;
  background-color: #CCCCCC;
}



#cabecera {
	  background-image: url('/images/header.jpg');
	  background-repeat:no-repeat;
	 height:198px;
	  position:relative;
}

#titulo {
  
  height:21px;
  background-image: url('/images/titulo.jpg');
  background-repeat:no-repeat;
  padding-left:720px;
  
  position:relative;
  
}

#cblanco {
	width:21px;
	background-color:#FFFFFF;
	
}

#cpie {
  background-color:#FFFFFF;
  font-size:9px;
}

#pie {
  background-image: url('/images/pie.jpg');
  background-repeat:no-repeat;
  height:62px; 
}

.cpie {
	color:#666666;
	text-decoration:none;
}
#cde {
  background-image: url('/images/cde.jpg');
  width:31px;
	
}
#principal {
  margin-left:27px;	
}
#tb_principal {
  background-color:#EEEEEE;
  font-size:13px;
  font-weight:bold;
  width:936px;
  color:#666666;
  line-height: 17px;

}

#tb_apartamento {
  font-size:12px;	
}

#celda_pral {
 padding-left:20px;
 padding-right:20px;
}

#resaltado {
color:#FF6600;
}

#tb_precio {
  width:700px; 
  background-color:#CCCCCC;
  font-size:11px;
}

#tb_aviso {
  width:700px;
  background-color: #CCCCCC;
  padding-left:25px;
  font-size:12px;

}
#tb_reserva {
  width:600px;
  background-color:#CCCCCC;
  font-size:9px;

}
#tb_reserva td 
{
  padding-left:30px;

}

.buscar {
  width:150px;
  background-color:#666666;
  color:white;
  border:1px solid black;
}

.link_inf {
 background-color:yellow;
}
.link_cnt {	
}

.rojo {
  color: red;
}