/*-- BUSCADOR DE LA HOME --*/
table#buscador_home{
	width:100%;
}
table#buscador_home td{ 
	font-family: Arial; 
	font-size: 11px; 
	color: #000; 
	font-weight: bold; 
}
table#buscador_home .check{ 
	background: none;
	font-size: 12px;
	margin-right: 3px; 
}
table#buscador_home div{ 
	text-align:center; 
	padding: 6px; 
	font-size: 14px; 
}
table#buscador_home .boton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #333;
	color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table#buscador_home select,input{
	color: #000;
	border: 0px solid #3D4D5A;
}
/*-- FIN DEL BUSCADOR DE LA HOME --*/

/*-- MARQUESINA DE LA HOME --*/

marquee#marquesina{
	height: 100%;
	border: 0px solid red;
	margin: 0px;
}
marquee#marquesina a{
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
marquee#marquesina a:hover{
	
}
/*-- FIN DE LA MARQUESINA DE LA HOME --*/

span#precio{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #ccc;
}

.boton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #459CC7;
	color: #fff;
	border-bottom: 2px solid #000066;
	border-right: 2px solid #000066;
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
}
.empleo{
	color: #000066;
	font-weight: bold;
}

div.aviso_legal{
  width: 600px;
  height: 80px;
  border: 1px solid #000;
  overflow: auto;
  margin: 10px 0px 10px 0px;
  padding: 4px;
  text-align:justify;
}

div.privacidad{
	width:100%;
	text-align:center;
}

