@charset "UTF-8";
html {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(../img/BG3.jpg)
	
}

div#wrapper{
	width: 1024px;
	
}

div#video{
	width: 800px;
	height: 600px;
	float: left;
 
}

div#video_con_chat{
	width: 600px;
	height: 600px;
	float: left;
 
}

iframe#videos{
	width: 224px;
	height: 600px;
	float: left;
}

#VideoPlayback {
	width:100%;
	height:100%;
}

.newsticker {
	width: 80%;
	list-style-type: none;
	background: #272727;
	float: left;
	padding: 3px;
	margin: 0;
	color: #E2BE37;
	height: 12px;
	padding-top: 4px;
}

#contenedor_comentarios {
	font-size:80%;
	background: #272727;
	width: 1022px;
	display: table-cell;
}

#contenedor_comentarios #comentarios  {
	float:left;
	margin-left: 5px;
}

#contenedor_comentarios #deja_mensaje  {
	float: left;
	background: #272727;
}

#contenedor_comentarios #deja_mensaje input  {
	height: 18px;
	font-size: 80%;
	border: none;
	background: #444444;
	color: #E2BE37;
	cursor: hand;
	cursor: pointer;
}

#form_mensaje {
	font-size:80%;
	background: #272727;
	width: 1022px;
	display: none;
	color: #E2BE37;	
}

#form_mensaje #error_mensaje  {
	width: 30%;
	float: left;
	padding-top: 4px;
}


#form_mensaje #ok_mensaje  {
	float: left;
	background: #272727;
}

#form_mensaje #ok_mensaje input  {
	height: 18px;
	font-size: 80%;
	border: none;
	background: #444444;
	color: #E2BE37;
	cursor: hand;
	cursor: pointer;
}

#form_mensaje form {
	float: left;
	background: #272727;

}

#form_mensaje form label {
	color: #E2BE37;
	padding: 0 20px 0 10px;
}


#form_mensaje form input[type=text] {
	height: 10px;
	width: 300px;
	font-size: 80%;
}

#form_mensaje form input[type=text]#mensaje {
	width: 300px;
}

#form_mensaje form input[type=text]#nombre {
	width: 150px;
}

#clearer{
	clear: both;
}

div.comingsoon{
	text-align: center;
	font-size: 200%;
	color: #E2BE37;
	padding-top: 50px;
}

img.integrante{
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;	
}

p.integrante {

}