/*

Style Sheet for
www.ajchat.com
feedback@ajchat.com

*/

/*body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 400px;
}*/

div#header{
	padding: 5px 5px 5px 15px;	
}

div table.header{
	width: 100%;
}

div table.header td{
	padding: 0;
}


td.bar{
	text-align: right;
	color: #666666;
	vertical-align: top;
	font-size: 14px;
}

td{
	vertical-align: top;
}

td.bar a{
	color: #666666;
	text-decoration: none;
}

td.bar a:hover{
	color: black;
	text-decoration: underline;
}

blockquote{
	margin: 2px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	word-wrap: break-word;
}

div#contents{
	background: #F8F8F8;
	padding: 15px 15px 15px 15px;
}

div#footer{
	font-size: 12px;
	padding: 15px 15px 15px 15px;
	text-align: center;
	line-height: 20px;
	color: #666666;
}

div.shadow, div.box_c{
	width: 340px;
padding-right:5px;
	/*background-color: #D0D0D0;*/
	padding: 0px 2px 2px 0px;
	margin: 0 auto;
	clear: both;
	float:left;
}
div.box_l{
	width: 360px;
padding-right:5px;
	/*background-color: #D0D0D0;*/
	padding: 0px 2px 2px 0px;
	margin: 0 auto;
	clear: both;
	float:left;
}
#box_d{
	width: 50%;
	background-color: #D0D0D0;
	padding: 0px 2px 2px 0px;
	margin: 0 auto;
	clear: both;
	float:right;
}
.limpia-left { float:none; }

div.box, div.box_c, div#schat{
	background-color: #FFFFFF;
	padding: 5px 15px 15px 10px;
	font-size: 16px;
	line-height: 20px;
	color: #3A3A3A;
	border: 1px solid #4260BF;
	text-align: justify;
}

div#schat{
	padding: 10px;
	border: 0;
}

div.box_c{
	padding: 15px 10px 10px 10px;
}

div#sheader{
	background: #EEEEEE;
	padding: 5px;
	font-size: 12px;
}

div#sfooter{
	background: #EEEEEE;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: black;
}

h1{
	font-family: Trebuchet MS, Helvetica;
	font-size: 22px;
	color: #4260BF;
}
h2{
	font-family: Trebuchet MS, Helvetica;
	font-size: 19px;
	color: #666666;
}

input, textarea{
	border: 1px #4260BF solid;
}

input.button{
	font-weight: bold;
	background-color: white;
	color: #4260BF;
}

input.room{
	text-align: center;
	font-size: 20px;
}

input.databox{
	font-size: 15px;
	padding: 3px 3px 3px 3px;
}

div#chatbox{
	padding-top: 15px;
	border-top: 1px solid #4260BF;
	color: black;
  	word-wrap: break-word;
	text-align: left;
}

a img{
	border: 0px;
}

a{
	color: #4260BF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

div.msg{
	color: #4260BF;
	width: 70%;
	padding-bottom: 5px;
}

td.menu{
	padding: 15px 5px 5px 0px;
	vertical-align: top;	
	border-right: 1px dotted #4260BF;
	width: 150px;
}

td.menu ul{
	text-align: center;
	list-style: none;
	margin: 0 0 0 0;
}

td.menu ul li{
	padding: 2px 2px 2px 2px;
}

td.menu ul li a{
	color: #666666;
	display: block;
	text-decoration: none;
	border: 1px solid white;
	background-color: #F8F8F8;
}

td.menu ul li a:hover{
	border-top: 1px solid #eee; 
	border-left: 1px solid #eee;
	border-bottom: 1px solid #A4A4A4; /* #ccc */
	border-right: 1px solid #A4A4A4;
	background-color: white;
	color: #4260BF;
}

td.con{
	padding: 15px 5px 5px 15px;
	vertical-align: top;
}

.highlight{
	background-color: #DFE3F4;
}

div#opts{
	display: none
}

div#optsi{
	background: #F6F6F6;
	border: 1px solid #DFDFDF;
	padding: 2px 5px 3px 5px;
	margin-top: 3px;
	font-size: 14px;
}

.info{
	font-size: 12px;
	line-height: 16px;
	color: gray;
text-align:left;
}

.dialog {
	background : #F2F2F2;
	border : 1px solid #4260BF;
	-moz-border-radius : 5px;
	padding : 10px;
	text-align: center;
}

.intro{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;
	line-height: 160%;
}

.intro a{
	text-decoration: none;
}

.intro a:hover{
	text-decoration: underline;
}

#infobox ul{
	list-style: none;
	margin:0px;
}

#infobox ul li{
	padding: 8px 12px 12px 12px;
	border: 1px solid #eee;
	margin: 0px;
	line-height: 150%;
	margin-bottom: 5px;
}

#infobox ul li a{
	text-decoration: none;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(imagenes/fon1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#top {
	margin: auto;
	width: 956px;
	background-image: url(imagenes/encabezado.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 103px;
	text-align: left;
}
#chatconamigos {
	background-image: url(imagenes/chatamigonextel.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	height: 55px;
	margin: auto;
	width: 956px;
}
#chatconamigos a {
	overflow: hidden;
	height: 55px;
	text-indent: -5000px;
	width: 956px;
	float:left;
}
#container #contenido {
	background-image: url(imagenes/fon5.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
	width: 956px;
	position: relative;
	overflow: auto;
}
#container #pir {
	background-image: url(imagenes/pie.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 33px;
	width: 956px;
	color: #FFFFFF;
float: left;
}
#container #pir .partepie {
	float: left;
	width: 318px;
	padding-top: 9px;
	text-align: center;
}
#container #pir .partepie a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #pir .partepie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#container {
	background-image: url(imagenes/fon4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
p {
	margin: 0px;
	padding: 0px;
}
#container #contenido .publicidad {
	width: 897px;
	margin-left: 29px;
	float: left;
	margin-bottom: 25px;
}
#container #contenido .publicidad .columns {
	float: left;
	width: 400px;
}
.creatupropia {
	height: 27px;
	width: 395px;
	background-image: url(imagenes/Creatupropiasala.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	float: left;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fondo {
	background-image: url(imagenes/fon2.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 392px;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#fondo2 {
	background-image: url(imagenes/fon3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 372px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}
#logo {
	float: left;
	width: 486px;
}
#quick {
	text-align: left;
	float: right;
	width: 460px;
	padding-top: 47px;
	color: #FFFFFF;
}
#quick a {
	color: #FFFFFF;
	text-decoration: none;
}
#quick a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#quick input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
form {
	margin:0px;
	padding:0px;
}
.b_crear {
	background-image: url(imagenes/botoncre.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	float: left;
	height: 20px;
	width: 119px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.t_sala {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	float: left;
	width: 230px;
	margin-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}
#container #contenido .publicidad .columns_left {
	float: left;
	width: 400px;
	margin-left: 10px;
}
#fondo0 {
	background-image: url(imagenes/fondo3.jpg);
	background-repeat: repeat-y;
		float: left;
	width: 392px;
	margin: 0px;
	padding: 0px;
}
#container #contenido .publicidad .columns_right {
	float: right;
	width: 455px;
	margin-right: 15px;
}



