body {
	font-size: 	.8em !important;	
}

a.botonAnyadir {
	display: 		block;
	background:		url('../imagenes/botones/addOff.png') no-repeat 5px 4px;
	width:			100px;
	height: 		30px;
	padding-left: 	35px;
	border:			1px solid #ddd;
	text-decoration: none;
	color:			#888;
	line-height:	30px;
	margin-bottom: 40px;
}

a.botonAnyadir:hover {
	border-color:	#888;
	color:			green;
	background:		url('../imagenes/botones/addOn.png') no-repeat 5px 4px;
}

div#ayudaNoticia { display:  none; }
div#ayudaTipo { display:  none; }
div#ayudaGestion_Items { display:  none; }
fieldset 	{ border:	none; }
legend 		{ display: 	none; }

div#cuerpo 	{ position: relative; }

div#Noticia_camposDinamicos_contenedor 		{ margin: 20px auto 20px auto; color: red; }
form#Noticia								{ margin-top: 40px; }



label		{ display: block; width: 150px; float: left; font-weight: bold;}
input		{ border: 1px solid #ddd; margin: 5px 0 5px auto; }
textarea	{ border: 1px solid #ddd; margin: 5px 0 5px auto; width: 300px; height: 400px;}
select		{ border: 1px solid #ddd; margin: 5px 0 5px auto; }
input.boton { margin-top: 20px; }
h2			{ font-size: 9pt; font-weight: bold; }
h3			{ font-size: 7pt; }

form#Tipo, form#Gestion_Items   { float: left; border: 1px solid #ddd; }
div.Panel						{ margin-left:	370px; border-bottom: 1px dotted #999; padding: 10px; margin-bottom: 10px; background: #eee; position: relative;}
div.Panel:hover					{ background: #f3f3f3; }

a.gestionItems 					{ color: #aaa; position: relative; left: 415px; text-decoration: none; margin-right: 20px; }
a.gestionItems:hover 			{ color: #222; }

body.galeria h1			{ margin: 0; font-size: 13pt;}
body.galeria textarea	{ height: 50px;}
body.galeria col#Borrar { width: 50px;}
body.galeria col#Estado { width: 50px;}
body.galeria col#Fecha 	{ width: 150px;}
body.galeria col#Imagen { width: 200px;}
body.galeria img		{ border: none;}

#adminGaleriaOff .columnaAlterna { background: url('../imagenes/arrowDown.png') center center no-repeat; display: block; width:	100%; }
#adminGaleriaOn .columnaAlterna { background: url('../imagenes/arrowUp.png') center center no-repeat ; display: block; width:	100%; }
