.crumbs {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  clear: both;
  overflow: auto;
  background-color: #e7e6e6;
}
.crumb {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin-left: 2px;
	margin-right: 2px;
}
.errores {
	color: red;
	font-weight: bold;
}
a.crumb {
	text-decoration: none;
}
body.admin {
	width: 600px;
	margin: 0 auto;
  font-family: "Trebuchet MS", sans-serif;
}
div.header {
  height: 100px;
}
.header div {
	float: left;
}
.header .content {
	height: 40px;
	background-position: 2px 2px;
	background-image: url("/styles/areacliente/logo.gif");
  background-repeat: no-repeat;
}
div.acciones {
	float: right;
}
div.content {
	margin-top: 10px;
	width: 100%;
	height: 300px;
	clear: both;
	overflow: auto;
  background-color: #e7e6e6;
}
table.listaAdmin {
	width: 100%;
}
.listaAdmin .descripcion {
	width: 50%;
	text-align: left;
}
.listaAdmin .acciones {
  width: 40%;
  text-align: center;
}
td.filaAcciones {
	text-align: center;
}
.filaAcciones a {
  border-left: 10px; 
  margin-right: 10px; 
}
div.footer {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: black;
  height: 100px;
}
div.paginador {
	text-align: center;
	width: 100%;
}

.formularioCliente .content div {
  margin: 0 auto;
}
.formularioAdmin .content {
  height: auto;
}
.formularioAdmin submit {
	float: right;
}

.right input {
	float: right;
	margin-bottom: 10px;
}
div.externalVideoContent {
	text-align: center;
}
div.nombrePagina {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.nombrePagina a {
	text-decoration: none;
}
div.acciones {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.paginator .disabled {
	color: graytext;
}
.paginator {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.paginator a {
  margin-left: 2px;
  margin-right: 2px;
}
.atstart {
	margin-left: 4px;
}
.this-page {
	margin-left: 4px;
	margin-right: 4px;
	color: red;
}
.next {
	margin-right: 4px;
}
.admin {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
}
