/* CSS Document */
body {
	font-family:"trebuchet MS";
	font-size:14px;
}
#block {
	width:950px;
	margin:auto;
}
#header {
	width:100%;
	height:120px;
}
#header #up{
	width:100%;
	height:90px;
}
#header #up #logo{
	float:left;
	width:220px;
	height:90px;
}
#header #up #ads{
	float:left;
	height:90px;
	width:730px;
}
#header #down{
	width:100%;
	height:30px;
	background:url(../img/fnd_menu.jpg) repeat-x;
}
#header #down ul{
	list-style:none;
}
#header #down ul li{
	float:left;
	margin-top:3px;
	margin-left:5px;
	display:block;
}
#header #down ul li.select{
	color:#000;
	background-color:#CCF2FF;
	font-weight:bold;
	padding:3px 15px 3px 15px;
	display:block;
}
#header #down ul li a{
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 15px 3px 15px;
	display:block;
}
#header #down ul li a:hover{
	background-color:#87CFFF;
	display:block;
}
#body{
	width:950px;
	float:left;
	height:auto;
	background-color:#FFFFFF;
	margin:10px 0px 10px 0px;
}
#body #left {
	float:left;
	width:200px;
}
#body #left p{
	margin-top:5px;
}
#body #right {
	float:left;
	width:740px;
	margin-left:10px;
}
#body #right #cabecera{
	height:80px;
	width:740px;
	float:left;
	background-image:url(../img/barra.jpg);
}
#body #right #cabecera h1{
	height:30px;
	margin-top:38px;
	font-size:26px;
	margin-left:10px;
	color:#FFFFFF;

}
#body #right #salas {
	width:740px;
	float:left;
	margin-top:5px;
}
#body #right #salas .wcam{
	float: left;
	width:180px;
	margin:0px 3px 5px 0px;
}
#body #right #salas .wcam p{
	text-align:center;
}
#body #right #salas .wcam p.titulo{
	font-size:12px;
	font-weight:bold;
	color:#0066FF;
	border-bottom:1px solid #CCC;
	margin-bottom:3px;
}
#body #right #salas .wcam p.foto{
	
}
#body #right #salas .wcam p.nombre{
	font-size:13px;
	font-weight:bold;
	color:#333;
	margin-top:3px;
}
#body #right #salas .wcam p.nombre a{
	color:#333;
}
#body #right #salas .wcam p.nombre a:hover{
	color:#06f;
}
#body #right #salas .wcamacceso{
	float: left;
	width:740px;
	margin:0px 3px 5px 0px;
}
#body #right #salas .wcamacceso #foto{
	width:240px;
	float:left;
	text-align:center;
}
#body #right #salas .wcamacceso #cc{
	width:500px;
	float:left;
	text-align:center;
}

#footer{
	width:100%;
	margin:5px 0px 0px 0px;
}
#footer #webmaster{
	float:left;
	width:300px;
	color:#333;
	margin-top:3px;
}
#footer #webmaster p.titulo a{
	font-weight:bold;
	color:#06F;
}
#footer #webmaster p.titulo a:hover{
	color:#FF9900;
}
#footer #webmaster p.desc{
	font-size:12px;	
}
#enlacespie{
	width:950px;
	float:left;
	margin:5px 0px 0px 0px;
}
#enlacespie a{ font-size:10px; float:left; display:block; color:#666; width:130px; text-align:center;}