@charset "utf-8";
/* Estilos para las cajas */
/*####### CAJA DE BUSQUEDA ######*/
.cajaBusqueda {
	width:470px;
	height:360px;
	margin-left:0px;
	margin-top:5px;
	float:left;
	display:inline;
}
.cajaBusquedaSuperior {
	width:470px;
	height:43px;
	background:url(ima/busquedaSuperiorSimple.jpg) no-repeat;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:43px;
}
.cajaBusquedaSuperiorAv {
	width:470px;
	height:43px;
	background:url(ima/busquedaSuperiorAv.jpg) no-repeat;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:43px;
}
.cajaBusquedaInterior {
	clear:both;
	width:470px;
	height:296px;
	background:#B1FFB1 url(ima/busquedaInterior.gif) repeat-y right;
}
.cajaBusquedaInferior {
	width:470px;
	height:20px;
	background:url(ima/busquedaInferior.gif) no-repeat;
}
/*####### CAJA DE CHAT ######*/
.cajaChat {
	display:inline;
	float:left;
	width:312px;
	height:360px;
	margin-top:5px;
	margin-left:8px;
}
.cajaChatSuperior {
	width:312px;
	height:56px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	background:url(ima/chatSuperior.gif) no-repeat;
}
.cajaChatInterior {
	width:312px;
	height:284px;
	background:#D7EAF8 url(ima/chatInterior.gif) repeat-y right;
}
.cajaChatInferior {
	width:312px;
	height:18px;
	background:url(ima/chatInferior.gif) no-repeat;
}