/* Pagina de la sala */
#cont_sala {

	position:relative;
	margin-left:5px;
	
}

#cont_s1_00 {

	float:left;
	display:inline;
	margin-top:5px;
}

#cont_s1_1 {

	width:10px;
	height:40px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s1_1.gif);
	background-repeat:no-repeat;
	
}

#cont_s1_2 {

	width:720px;
	height:40px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s1_2.jpg);
	background-repeat:repeat-x;
	
}

#cont_s1_3 {

	width:10px;
	height:40px;
	float:left;
	display:inline; 	
	background-image:url(../img/cont_s1_3.gif);
	background-repeat:no-repeat;
	
}

#cont_s2_01 {

	width:539px;
	height:325px;
	float:left;
	display:inline;

}

#cont_s2_02 {

	width:201px;
	height:325px;
	display:inline;
	float:left;

	
}

#cont_s2_1 {

	width:16px;
	height:16px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s2_1.gif);
	background-repeat:no-repeat;	
}

#cont_s2_2 {

	width:507px;
	height:8px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s2_2.gif);
	background-repeat:repeat-x;
	
}	

#cont_s2_3 {

	width:16px;
	height:16px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s2_3.gif);
	background-repeat:no-repeat;	
}

#cont_s2_4 {

	width:201px;
	height:182px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s2_4.gif);
	background-repeat:no-repeat;
	
}

#cont_s2_5 {

	width:201px;
	height:143px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s2_5.gif);
	background-repeat:no-repeat;
	
}

#cont_s3_1 {

	width:8px;
	height:293px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s3_1.gif);
	background-repeat:no-repeat;
}


#cont_s3_2 {

	width:523px;
	height:293px;
	float:left;
	display:inline;
}

#cont_s3_3 {

	width:8px;
	height:293px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s3_1.gif);
	background-repeat:no-repeat;
}

#cont_s4_1{

	width:16px;
	height:16px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s4_1.gif);
	background-repeat:no-repeat;	
}

#cont_s4_2 {

	width:507px;
	height:16px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s4_2.gif);
	background-repeat:repeat-x;
	
}

#cont_s4_3{

	width:16px;
	height:16px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s4_3.gif);
	background-repeat:no-repeat;	
}

#cont_s5_1 {

	width:16px;
	height:102px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s5_1.gif);
	background-repeat:no-repeat;	
}

#cont_s5_2 {

	width:348px;
	height:102px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:left;
}

#cont_s5_3 {

	width:8px;
	height:102px;
	float:left;
	display:inline;
	background-image:url(../img/cont_s5_3.gif);
	background-repeat:no-repeat;

}

#cont_s5_4 {

	width:368px;
	height:102px;
	float:left;
	display:inline;
	overflow:hidden;
	background-image:url(../img/cont_s5_4.gif);
	background-repeat:no-repeat;	

}
/* Pagina de la sala */

/* Contenido de las cajas del chat ( Mensajes , Usuarios y Salas )*/
#chat_dato {

	width:1px;
	height:1px;
	float:left;
	position:absolute;
	overflow:hidden;
}

.caja1_titulo {

	margin-top:12px;
	color:#FFFFFF;
	font-weight:bold;
	
}

#chat_encabezado {

	float:left;
	color:#FFFFFF;
	font-size:14px;
	margin:13px 0px 0px 5px;
	font-weight:bold;

}

#chat_mensaje {

	width:505px;
	height:290px;
	text-align:left;
	overflow:auto;
	
}

#chat_usuario {

	width:188px;
	height:145px;
	float:left;
	display:inline;
	overflow:auto;
	margin:4px 0px 0px 5px;
	text-align:left;
	
}

#chat_usuario A {

	text-decoration:none;
	color:#000000;
	
}

#chat_usuario A:hover {

	text-decoration:none;
	color:#0000CC;
	
}


.chat_usuario_texto {

	margin-left:4px;

}

#chat_sala {

	width:188px;
	height:105px;
	float:left;
	display:inline;
	overflow:auto;
	margin:4px 0px 0px 5px;
	text-align:left;
	
}

#chat_sala A{

	color:#000000;
	text-decoration:none;
	
}

#chat_sala A:hover{

	color:#0000CC;
	
}


#chat_envio {

	color: #006699;
	
}

#chat_envio #frmchat_envio {

	margin:0px;
	
}

#chat_envio h1 {

	font-size:10px;
	font-weight:bold;
	margin:2px 0px 0px 0px;
	color: #006600;
	
}

#chat_envio p {

	margin:3px 0px 0px 0px;
	
}

#chat_envio a {

	color:#006699;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
/* Partes del Formulario */
#chat_msj_txt{

	display:inline;
	padding:2px;
	width:200px;
	height:15px;
	border-style:solid;
	border-width:1px;
	border-color:#0066CC;
	font-size:9px;
	
}

#chat_enviar {

	display:inline;
	margin-bottom:0px;
	padding:2px;
	height:21px;
	border-style:solid;
	border-width:1px;
	border-color:#0066CC;
	font-size:9px;

}

#chat_color {

	border-style:solid;
	border-width:1px;
	border-color:#0066CC;
	padding:2px;
	font-size:10px;
}
/* Partes del Formulario */
/* Contenido de las cajas del chat ( Mensajes , Usuarios y Salas )*/



