/*-- DISEÑO --*/
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.titulo {
	font-family: "Arial Black", Arial, SansSerif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.borde {
	border: 1px solid #000000;
}
/*-- FIN DISEÑO --*/

/*-- BUSCADOR DE LA HOME --*/
table#buscador_home{
	width:100%;
	height:100%;
	/*background-color: #ddd;*/
}
table#buscador_home td{ font-family: Arial; font-size: 11px; color: #000; font-weight: bold; height:30px; }
table#buscador_home .check{ height: 10px; }
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: 1px solid #3D4D5A;
}
/*-- FIN DEL BUSCADOR DE LA HOME --*/

div#bloque_marquesina{
	border: 1px solid #000;
	width: 650px;;
	margin-left: 50px;
	margin-top: 0px;
	padding: 0px;
}
marquee#marquesina{
	height: 60px;
	border: 0px solid red;
	margin: 0px;
}
marquee#marquesina a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
marquee#marquesina a:hover{
	color: #fff;
}

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: #333;
	color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
div.aviso_legal{
  width: 90%;
  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;
}

table#bloque_enlaces{
	width:90%;
}
table#bloque_enlaces td{
	text-align:center;
}
table#bloque_enlaces a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight:bold;
}
table#bloque_enlaces a:hover{
	color: #fff;
}

/* Paginación */
table#paginacion{
	margin: 0px 0px 10px 0px;
}
table#paginacion td{
	font-family: Verdana;
	font-size: 11px;
}
table#paginacion a{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
table#paginacion .resultados{
	font-weight: bold;
	font-size: 12px;
}