@charset "utf-8";
/* CSS Document */
#reproductor_listado{
background: transparent url(../img/reproductor_webcams.png) no-repeat left top;
width: 669px;
height: 358px;
margin: auto;
}

#reproductor_listado #pelicula{
	float: left;
	width: 320px;
	height: 240px;
	margin: 35px 0 0 16px;
}

#reproductor_listado #texto{
	float: left;
	width: 281px;
	height: 176px;
	margin: 35px 0 0 10px;
	padding: 12px;
}

#reproductor_listado #texto p{
	float: left;
	color: #8192a2;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 8px 0 8px 0;
}

#reproductor_listado #texto_enviar{
	float: left;
	margin: 9px 0 0 250px;
}

#reproductor_listado #texto_enviar span{
	float: left;
	padding: 2px 0 0 0;
	color: #ffffff;
	font-family: Myriad Web Pro, Arial;
	font-size:14px;
	text-align: center;
	width: 55px;
	height: 18px;
}

#reproductor_listado #boton_webcams{
	float: left;
	background: transparent url(../img/boton_webcams.png) no-repeat left top;
	margin: 12px 0 0 360px;
}

#reproductor_listado #boton_webcams span{
	float: left;
	color: #ffffff;
	font-family: Myriad Pro, Arial;
	font-size:17px;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	width: 273px;
	height: 29px;
	padding: 6px 0 0 0;
}

#menu-webcams{
	clear: both;
	color: #ffffff;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 31px;
	text-indent: 0px;
}

#menu-webcams ul{
	float: left;
}

#menu-webcams ul li{
	float: left;
	list-style: none;
	margin: 0 2px 0 2px;
}

#menu-webcams ul li.active{
background: transparent url(../img/cams_on.png) no-repeat left top;
width: 150px;
height: 26px;
text-align:center;
padding: 7px 0 0 0;
letter-spacing: 1px;
}

#menu-webcams ul li a{
display: block;
background: transparent url(../img/cams_off.png) no-repeat left top;
width: 150px;
height: 23px;
text-align:center;
padding: 10px 0 0 0;
letter-spacing: 0;
}

#menu-webcams ul li a:hover{
letter-spacing: 1px;
}

#listado{
	clear: both;
	margin: auto;
	width: 689px;
background-color: #f6f6f8;}