/* CSS Videochat */
#vchat {
	margin:auto;
	width:800px;
	height:350px;
	margin-top:15px;
	background-image:url(images/cajachat.jpg);
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;

}
#vchat_sup {
	width:800px;
	height:266px;
	padding-top:26px;
	padding-left:22px;
	padding-right:44px;
	margin-bottom:10px;
	font-size:12px;

}
.vchat_inf {
	width:800px;
	height:35px;
	padding-left:44px;
	padding-right:55px;
}

.flash_chat {
	width:320px;
	height:240px;
	float:left;
}
.des_chat {
	width:360px;
	height:240px;
	float:left;
	margin-left:50px;
	text-align:justify;
}
.text_chat {
	width:390px;
	height:33px;
	float:left;
}
.text_chat2 {
	width:310px;
	height:33px;
	float:left;
}
.text_chat_nom {
	width:190px;
	margin-top:3px;
	float:left;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}
.text_chat_nom  a:link{
	color:#FFF;
	text-decoration:none;
	}
.text_chat_nom  a:hover{
	color:#FFF;
    font-style:italic;
	text-decoration:none;
}
.text_chat_nom  a:visited{
	color:#CCC;
	text-decoration:none;
 }
 .text_chat_loc {
	width:195px;
	float:left;
	font-size:14px;
	margin-top:8px;
	text-decoration:none;
	text-align:center;
}
.chat_bot {
	width:143px;
	height:33px;
	background:url(images/boton.jpg);
	float:left;
	margin-left:8px;
	}
.text_chat_bot {
	width:140px;
	color:#FFF;
	font-size:14px;
	margin-top:8px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	}
.text_chat_bot  a:link{
	color:#FFF;
	text-decoration:none;
	}
.text_chat_bot  a:hover{
	color:#FFF;
    font-style:italic;
	text-decoration:none;
}
.text_chat_bot  a:visited{
	color:#CCC;
	text-decoration:none;
 }
/* CSS Descip */
#pre_caja {
	width:410px;
	height:340px;
	background-image:url(images/cajachicas.jpg);
	background-color:#333333;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	float:left;
	margin-left:25px;
	margin-top:20px;
}
.pre_caja_nom {
	width:410px;
	margin-top:10px;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
.pre_caja_nom  a:link{
	color:#FFF;
	text-decoration:none;
	}
.pre_caja_nom  a:hover{
	color:#FFF;
    font-style:italic;
	text-decoration:none;
}
.pre_caja_nom  a:visited{
	color:#CCC;
	text-decoration:none;
 }
.pre_cont {
	width:410px;
	height:240px;
	margin-bottom:5px;
}
.pre_der {
	width: 150px;
	float:left;
	margin-left:10px;
	margin-top:20px;
    border: solid 1px #FFF;
}
.pre_izq {
	width: 220px;
	height:225px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	font-size:12px;
	text-align:justify;
}
.pre_boton {
	width:143px;
	height:33px;
	background:url(images/boton.jpg);
	margin:auto;
	margin-left:145px;
}
.text_pre_bot {
	width:140px;
	height:32px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	margin-top:5px;
	font-weight:bold;
	}
.text_pre_bot  a:link{
	color:#FFF;
	text-decoration:none;
	}
.text_pre_bot  a:hover{
	color:#FFF;
    font-style:italic;
	text-decoration:none;
}
.text_pre_bot  a:visited{
	color:#CCC;
	text-decoration:none;
 }



/* CSS Perfil */
.perf_cont {
   width:900px;
   border: solid 2px #FFF;
   margin:auto;
   background-color : #333333; 
   background-position: bottom;
   background-repeat:no-repeat;
}
.perf_der {
	width: 350px;
	float:left;
	margin-left:50px;
	margin-top:20px;
}
.perf_izq {
	width: 480px;
	float:left;
	margin-left:10px;
	margin-top:20px;
}

.perf_foto {
	width: 340px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
    border: solid 1px #FFF;
}

