html{
	background-color: #E4DBD3;
	font-family: "Arial", "Verdana";
}

a{
	text-decoration: none;
	color: #000;
}

#principal{
	width: 1000px;
	margin: 10px 10px 0;
}

#principal.fondo{
	background: url('../img/muro_ejecuciones_superior.jpg') no-repeat;
	width: 1130px;
	align: center;
}

#menu{
	float: left;
	width: 218px;
	padding: 10px;
	text-align: center;
}

#menu a{
	color: #FFF;
}

#menu.fondo{
	background: url('../img/fondo_menu_murosolo.png') no-repeat;
}

#menu.sinfondo{
	height: 108px;
}

#menu h2{
	font-size: 12px;
	color: #D30E3F;
	margin-bottom: 5px;
	text-align: left;
}

#menu ul{
	list-style: none;
	border: 1px solid #E4DBD3;
	border-left: none;
	border-right: none;
	font-size: 17px;
	color: #FFF;
	text-align: left;
}

#menu ul li{
	margin: 3px 0;
}

#menu ul li.last{
	padding-bottom: 5px;
	border-bottom: 5px solid #FFF;
}

#muro{
	margin: 0 10px;
}

#textoInicio{
	clear: both;
	margin: 0 15px;
	height: 180px;
	width: 210px;
	text-align: left;
	font-size: 11px;
	color: #000;
}

#textoInicio.seccion{
	margin-top: 14px;
	margin-left: 5px;
	margin-bottom: 0;
}

.logos{
	margin-top: 230px;
}

#cabecera{
	float: left;
	background: url('../img/titulo_menuinterior.png') no-repeat bottom;
	width: 630px;
	margin: 0 20px;
	height: 80px;
}

#cabecera p{
	text-align: right;
	font: bold 12px arial;
	margin-top: 5px;
}

#cuerpo{
	float: left;
	width: 630px;
	margin: 0 0 0 20px;
}

#cuerpo.largo{
	width: 700px;
}

#cuerpo h2{
	width: 630px;
	text-align: right;
	font: bold 13px arial;
	color: #28171A;
	margin: 0 0 28px;
}

#texto{
	font: 12px arial;
	color: #28171A;
	line-height: 18px;
}

#texto p{
	font-size: 12px;
	margin: 20px;
}

#texto ul{
	text-align: center;
	padding-bottom: 20px;
}

#texto ul li{
	display: inline;
	padding: 3px 6px;
	border: 1px solid #E4DBD3;
	font-weight: bold;
}

#texto ul li.activo{
	background: #C0AAA1;
	border-color: #FFF;
}

#texto table{
	border: 1px solid #666666;
}

#texto table td, #texto table th{
	border: 1px solid #666666;
	padding: 10px;
	font-size: 12px;
	color: #545154;
}

#texto table th{
	color: #000;
	font-weight: bold;
}

#busqueda{
	margin-left: 30px;
	width: 550px;
}

#busqueda label{
	display: block;
	width: 200px;
	margin: 5px 0;
}

#busqueda input, select, .imprimir{
	display: inline-block;
	width: 250px;
	border: 1px solid #999;
	background: #DFD6CE;
}

#busqueda textarea {
	display: inline-block;
	width: 500px;
	height: 100px;
	border: 1px solid #999;
	background: #DFD6CE;
}

#busqueda input.buscar, .imprimir{
	width: 80px;
	margin: 10px 0 20px;
	padding: 5px;
	background: transparent;
}

.imprimir{
	text-align: center;
	font-size: 12px;
}

#pie{
	float: left;
	width: 220px;
	text-align: center;
	margin: 10px;
}

#pie.largo{
	width: 1130px;
}

.lp{
	clear: both;
}

.print{
	margin: 15px 0;
}

.ficha strong{
	font-weight: bold;
}

.voltar{
	margin: 20px 0 0 0 !important;
}
#editar textarea {
	display: inline-block;
	width: 500px;
	height: 100px;
	border: 1px solid #999;
	background: #DFD6CE;
}
#editar input{
	display: inline-block;
	width: 50px;
	height: 30px;
	border: 1px solid #999;
	background: #DFD6CE;
}
#editar .imprimir{
	display: inline-block;
	width: 350px;
	height: 20px;
	border: 1px solid #999;
	background: #DFD6CE;
}
