@charset "utf-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:200%;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul, li {
	margin-left:7px;
	padding-left:7px;
}
body {
	background-color: #d6c6c6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contenido {
	padding-top:10px; 
	padding-left:20px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.gris{
	color: #888888;
}
a:link{
	text-decoration:none;
	color: #000000;
}
a:selected{
	text-decoration:none;
	color: #000000;
}
a:hover{
	text-decoration:none;
	color: #000000;
}
a:visited{
	text-decoration:none;
	color: #000000;
}
a.gris:link{
	text-decoration:none;
	color: #444444;
}
a.gris:selected{
	text-decoration:none;
	color: #888888;
}
a.gris:hover{
	text-decoration:none;
	color: #888888;
}
a.gris:visited{
	text-decoration:none;
	color: #888888;
}
.fgris {
	background-color: #AAAAAA;
}
.fgris2 {
	background-color: #AAAAAA;
	font-size: 11px;
}
input.fgris2, select.fgris2{
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}
.fgrispeke {
	background-color: #AAAAAA;
	font-size: 10px;
}
.img_noticia{
	padding: 0px 5px;
}
hr {
	font-size: 0px;
	height:1px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.submenu{
	padding: 0px;
}
.texto{
	float:right;
}
.imagen{
	float:left;
}
#resultado {
	position: relative;
	height: 250px;
	display: none;
}
select.salas{
	font-size: 10px;
	width: 100px;
}
#res_select {
	position: absolute;
	font-size: 12px;
	left:0px;
	top: 22px;
	width: 170px;
	height:250px;
	padding: 10px;
}
#resultados {
	height:190px;
	width:150px;
	font-size:10px;
}
#res_ficha {
	position:absolute;
	left: 180px;
	top: 20px;
	background-image: url('imagenes/salasbg.gif');
	background-repeat:no-repeat;
	background-position: 0px 10px;
	width: 525px;
	height:235px;
	overflow:hidden;
	padding: 10px;
	text-align:left;
}
#formulario{
	font-size:11px;
}
td.tabla_form{
	font-size:11px;
	height:8px;
}