@CHARSET "UTF-8";
@import url("reset.css");
@import url("navegacion.css");
@import url("cabecera.css");
@import url("layout.css");
@import url("saltar.css");
@import url("pie_de_pagina.css");

p
{
	margin-top:		0.7em;
}

p, #main li
{
	line-height:	1.5em;
}

a
{
	color:			#151595;
}

a:visited
{
	color:			#290064;
}

a:hover,
a:focus
{
	text-decoration:underline;
	color:			#a51943;
}

h2#titulo_pagina
{
	color:			#0055a5;
	font-weight:	bold;
	text-transform: uppercase;
}


#main ul, #main ol
{
	margin-left:	1em;
}

.boton_nueva_pagina, .boton_nuevo
{
	background-image	: url(/img/acciones/crear.jpg);
}

.boton_borrar_pagina,
.boton_borrar
{
	background-image	: url(/img/acciones/borrar.jpg);
}

.boton_editar_pagina,
.boton_editar
{
	background-image	: url(/img/acciones/editar.jpg);
}

.boton_reordenar_pagina		{ background-image	: url(/img/acciones/reordenar.jpg);		}

.boton_borrar_articulo, .boton_borrar
{
	background-image	: url(/img/acciones/borrar.jpg);
}

.boton_nuevo_articulo		{ background-image	: url(/img/acciones/crear.jpg);			}
.boton_editar_articulo		{ background-image	: url(/img/acciones/editar.jpg);		}

.boton_nueva_noticia		{ background-image	: url(/img/acciones/crear.jpg);			}
.boton_editar_noticia		{ background-image	: url(/img/acciones/editar.jpg);		}
.boton_borrar_noticia		{ background-image	: url(/img/acciones/borrar.jpg);		}

.boton_nueva_investigacion	{ background-image	: url(/img/acciones/crear.jpg);			}
.boton_editar_investigacion	{ background-image	: url(/img/acciones/editar.jpg);		}
.boton_borrar_investigacion	{ background-image	: url(/img/acciones/borrar.jpg);		}

.boton_destacar_on			{ background-image	: url(/img/acciones/destacar_on.jpg);	}
.boton_destacar_off			{ background-image	: url(/img/acciones/destacar_off.jpg);	}

a.boton_generico_acciones
{
	margin-right		: 2px		;
	background-position	: top left	;
	background-repeat	: no-repeat	;
	display				: block		;
	float				: right		;
	margin-top			: 0px		;
	width				: 28px		;
	height				: 28px		;
	line-height			: 2000px	;
	overflow			: hidden	;
}


div.flashMessage
{
	width: 80%; margin-left: auto; margin-right: auto; padding-top: 1em; padding-bottom: 1em;
	border: 2px solid #151595;
}
