/*
WEBCAMX1SMS
*/

html, body
{
	margin: 0px;
	background: url('images/background.jpg') no-repeat center top;
}

#main
{
	margin: 0px auto;
	width: 1000px;
	height: 1700px;
	/*background: #CCCCCC;*/
}

#textinfo
{
	margin: 0px;
	width: 300px;
	height: 95px;
	/*background: #FF0000;*/
	color: #F5EB94;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bolder;
	position: relative;
	top: 50px;
	left: 470px;
}

#video_box
{
	margin: 0px;
	width: 720px;
	height: 250px;
	/*background: #FF0000;*/
	position: relative;
	top: 105px;
	left: 40px;
}

#video
{
	margin: 0px;
	width: 321px;
	height: 241px;
	/*background: #FFFF00;*/
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#textvideo
{
	margin: 0px;
	width: 375px;
	height: 225px;
	/*background: #FFFF00;*/
	font-family: verdana;
	font-size: 8pt;
	/*font-weight: bolder;*/
	position: relative;
	top: 20px;
	left: 17px;
	float: left;
}

#column_left
{
	margin: 0px;
	width: 580px;
	height: 570px;
	/*background: #00FFFF;*/
	position: relative;
	top: 110px;
	left: 25px;
	float: left;
}

#title_sf
{
	margin: 0px;
	width: 258px;
	height: 42px;
	/*background: #FFFF00;*/
	position: relative;
	top: 0px;
	left: 0px;
}

#listado_sms
{
	margin: 0px;
	width: 577px;
	height: 520px;
	/*background: #CCCCCC;*/
	position: relative;
	top: 0px;
	left: 0px;
}

#title_vip
{
	margin: 0px;
	width: 215px;
	height: 42px;
	/*background: #FFFF00;*/
	position: relative;
	top: 0px;
	left: 0px;
}

#listado_vip
{
	margin: 0px;
	width: 577px;
	height: 520px;
	/*background: #CCCCCC;*/
	position: relative;
	top: 0px;
	left: 0px;
}

#column_right
{
	margin: 0px;
	width: 356px;
	height: 800px;
	/*background: #FF00FF;*/
	position: relative;
	top: 140px;
	left: 35px;
	float: left;
}

.infobanner
{
	margin: 0px;
	width: 355px;
	/*background: #CCCCCC;*/
	position: relative;
	top: 0px;
	left: 0px;
}

.textbanner
{
	margin: 0px;
	margin-bottom: 30px;
	width: 300px;
	font-family: verdana;
	font-size: 10pt;
	text-align: justify;
	/*background: #888888;*/
	/*font-weight: bolder;*/
	position: relative;
	top: 0px;
	left: 45px;
}

#legal
{
	margin: 0px auto;
	width: 801px;
	height: 71px;
	/*background: #CCCCCC;*/
	position: relative;
	top: 470px;
	left: 0px;
}

.sala_online
{
	margin: 1px 5px 1px 5px;
	width: 182px;
	height: 164px;
	/*background: url('images/box_online.jpg');*/
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

.sala_offline
{
	margin: 1px 5px 1px 5px;
	width: 182px;
	height: 164px;
	/*background: url('images/box_offline.jpg');*/
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

.foto
{
	margin: 0px;
	width: 160px;
	height: 120px;
	position: relative;
	top: 15px;
	left: 11px;
}

.nick_online
{
	margin: 0px;
	width: 181px;
	height: 20px;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bolder;
	text-align: center;
	position: relative;
	top: 20px;
	left: 0px;
	background: url('images/online.png') no-repeat 4px 0px;
}

.nick_offline
{
	margin: 0px;
	width: 181px;
	height: 20px;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bolder;
	text-align: center;
	position: relative;
	top: 20px;
	left: 0px;
	background: url('images/offline.png') no-repeat 4px 0px;
}

.clear
{
	clear: both;
}

.parrafo_xat
{
	width: 350px;
	position: relative;
	top: 58px;
	left: 0px;
}

.parrafo_xat_nick
{
	margin: 0px;
	color: #E4805C;
	font-weight: bolder;
}

.link_foto
{
	margin: 0px;
}

.link_text
{
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_banner
{
	margin: 0px;
	color: #F5EB94;
	text-decoration: none;
}

.link_nick
{
	margin: 0px;
	color: #DFF64C;
	text-decoration: none;
}

.link_nick:hover
{
	margin: 0px;
	color: #DFF64C;
	text-decoration: underline;
}

