body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
	color:#575352;
}
img {
	border:0px;
}
/*---------------------------------------------------------*/
#contenedor {	/*	Capa principal centrada	*/
	background:#fff;
	width:960px;
	margin:auto;
}
/*---------------------------------------------------------*/
.clear {	/*	Capa para suprimir float	*/
	clear:both;
	height:15px;
}


/****************************/
/*	ESTILOS cabecera.php	*/
/****************************/
#cabecera {
	position:relative;
	width:960;
	height:194px;
	border:0px solid #999;
	margin:auto;
	background:url(../im/cabecera.jpg) left no-repeat #DB890B;
}
#cabecera_form {
	position:absolute;
	top:20px;
	right:0px;
	width:174px;
	text-align:center;
}
#subcabecera {
	width:960;
	height:33px;
	border:0px solid #999;
	margin:auto;
	background:url(../im/fnd_barraSup.gif) repeat-x;
}
/****************************/
/*	ESTILOS pie.php			*/
/****************************/
#pie {
	width:960px;
	height:20px;
	padding-top:30px;
	padding-left:15px;
	color:#fff;
	background:url(../im/fndPie.jpg);
	margin:auto;
}
/****************************/
/*	ESTILOS ficha.php		*/
/****************************/
.foto_cartel {
	background: url(../im/fnd_cartel.gif) no-repeat;
	padding:10px;
	width:210px;
	height:270px;
}
.pestania {
	background: url(../im/pestania.gif) no-repeat;
	width:325px;
	height:25px;
	padding-top:15px;
	padding-left:15px;
	color:#000;
	font-weight:bold;
	font-size:12px;
}
.seccion {
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	font-size:10px;
}
.relacion {
	font-weight:bold;
	color: #DB890B;
}
div.hr {
  padding-top: 8px;
  padding-bottom: 10px;
  background: #fff url(../im/hr.gif) repeat-x center;
}
/****************************/
/*	ESTILOS buscador.php	*/
/****************************/
table.buscador {
	width:960px;
	max-width:960px;
	min-width:960px;
	text-align:left;
}
	table.buscador thead td {
		width:2em;
	}

/****************************/
/*	ESTILOS buscar.php		*/
/****************************/
table.sortable {
	width:960px;
	max-width:960px;
	min-width:960px;
	text-align:left;
}
	table.sortable thead  tr{
		background:url(../im/fnd_barra.gif) repeat-x;
		height:52px;
		color:#fff;
	}
		table.sortable tbody td{
			padding:2px;
		}
	table.sortable tfoot tr{
		height:30px;
		background:url(../im/fnd_pie.gif) repeat-x;
	}
		table.sortable tfoot td{
			color:#fff;
			text-align:right;
		}

