h4 {
	border-bottom: 1px solid gray;
	color: gray;
	font-size: 11px;
	margin-bottom: 2px;
}

h5 {
	font-size: 14px;
	color: #4A1452;
	margin-bottom: 2px;
}

#datos {
	font-family: Arial;
	margin: 6px;
	width: 834px;
}

.titulo_campo {
	color: red;
}

.listado_noticias {
	width: 834px;
}

.listado_noticias th {
	background: #E35432;
	color: white;
}

.encabezado {
	background: #E35432;
	color: white;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

.btn_x {
	background: url('imagenes/x.gif') no-repeat 0px 0px;
	width: 14px;
	height: 14px;
	border: 0px;
	margin-left: 0px;
	cursor: pointer;
}

.btn_nueva_noticia {
	background: url('imagenes/boton_guardar_noticia.gif') no-repeat 0px -1px;
	width: 123px;
	height: 25px;
	border: 0px;
	margin-left: 0px;
	cursor: pointer;
}

.btn_nueva_noticia_over {
	background: url('imagenes/boton_guardar_noticia_over.gif') no-repeat 0px -1px;
	width: 123px;
	height: 25px;
	border: 0px;
	margin-left: 0px;
	cursor: pointer;
}

.btn_nueva_entrada {
	background: url('imagenes/boton_guardar_entrada.gif') no-repeat 0px -1px;
	width: 123px;
	height: 25px;
	border: 0px;
	margin-left: 0px;
	cursor: pointer;
}

.btn_nueva_entrada_over {
	background: url('imagenes/boton_guardar_entrada_over.gif') no-repeat 0px -1px;
	width: 123px;
	height: 25px;
	border: 0px;
	margin-left: 0px;
	cursor: pointer;
}

.ta_titulo {
	width: 550px;
	height: 50px;
}

.ta_cuerpo {
	width: 550px;
	height: 250px;
}

#fotos {
	text-align: center;
}

#fotos img {
	border: 1px solid gray;
}

.fecha_h {
	width: 120px;
	font-size: 11px;
	background: white;
	color: black;
	border: 1px solid #7F9DB9;
	height: 18px;
}

#error_noticia_contenedor {
	background: #E35432;
	color: white;
}

#error_noticia {
	font-weight: bold;
	margin: 5px;
}

#menu_admin div {
	float: none;
	margin-bottom: 2px;
}

	input.enviar {
		background: #709966;
		color: white;
		font-size: 1em;
		font-weight: bold;
		border: 1px solid white;
		cursor: pointer;
		padding: 2px 6px 2px 6px;
	}
	
	input.enviar_over {
		background: white;
		color: #709966;
		font-size: 1em;
		font-weight: bold;
		border: 1px solid #709966;
		cursor: pointer;
		padding: 2px 6px 2px 6px;
	}
	
	input.cancelar {
		background: #BA3434;
		color: white;
		font-size: 1em;
		font-weight: bold;
		border: 1px solid white;
		cursor: pointer;
		padding: 2px 6px 2px 6px;
	}
	
	input.cancelar_over {
		background: white;
		color: #BA3434;
		font-size: 1em;
		font-weight: bold;
		border: 1px solid #BA3434;
		cursor: pointer;
		padding: 2px 6px 2px 6px;
	}