
/* ================================================= Administracion ====== */

#cuerpo #textos .listado	{ margin-top:20px;  }
#cuerpo #textos .paginado	{ margin:0px 100px; border-top:1px solid #ddd; text-align:center;}

#cuerpo #textos .familia  {
 	min-height:150px;
	height:auto !important;
	height:150px;
}
#cuerpo #textos h4 img { background-color:#FFFFFF; border:1px solid #bbb; padding:8px;}
#cuerpo #textos img.ico { background-color:#FFFFFF; border:0px solid #bbb; padding:0px;}

/* ................................................................ Botones para formularios */
.botonera { text-align:center; margin:10px 30px; }
.botonera input {
	background-repeat:no-repeat;
	background-position:center left;
	background-color:Transparent;
	text-align:left;
	padding:12px 0px 10px 36px;
	margin:0px 5px;
	border:0px solid #fff;
	cursor:pointer;
	outline:none;
}
.btnVolver	 { background-image:url("../img/icoVolver.gif"); 	width:75px; }
.btnNuevo	 { background-image:url("../img/icoNuevo.gif"); 	width:75px;}
.btnGuardar	 { background-image:url("../img/icoGuardar.gif"); 	width:105px; }
.btnBorrar	 { background-image:url("../img/icoBorrar.gif"); 	width:75px; }
.btnLista	 { background-image:url("../img/icoLista.gif");	 	width:105px;}
.btnDocAdj	 { background-image:url("../img/icoDocAdj.gif"); 	width:75px;	}
.btnEnviar	 { background-image:url("../img/icoEnviar.gif"); 	width:75px;}
.btnReset	 { background-image:url("../img/icoReset.gif");  	width:105px;}
.btnNoticia	 { background-image:url("../img/icoNoticia.gif"); 	width:75px;}
.btnAdjuntoNoticia { background-image:url("../img/icoAdjuntos.gif");  	width:150px;}
.btnEnlaceNoticia { background-image:url("../img/icoEnlace.gif");  	width:120px;}

#btnBorrarImg {
	background:Transparent url("../img/icoBorrarImg.gif") no-repeat center right;
	position:relative;
	left:444px;
	top:110px;
	z-index:2;
	padding:5px 10px 5px 10px;
	border:0px solid #fff;
	cursor:pointer;
	outline:none;
}
#btnBorrarImgNot{
	background:Transparent url("../img/icoBorrarImg.gif") no-repeat center right;
	position:relative;
	left:432px;
	top:86px;
	z-index:2;
	padding:5px 10px 5px 10px;
	border:0px solid #fff;
	cursor:pointer;
	outline:none;
}