@CHARSET "UTF-8";
@import url(comentarios.css);
@import url(recomendar.css);
@import url(imagen.css);
@import url(botonera_social.css);
@import url(relacionadas.css);

.noticia
{
	border-bottom:	1px dotted #666;
	padding-bottom:	1em;
	margin-bottom:	1em;
	overflow:		hidden;
}

.noticia.info
{
	background-color: #f0f0f0;
}

.nota_autor_info
{
	background-image	:	url(comentar.png);
	background-position	:	left top;
	background-repeat	:	no-repeat;
	display				:	block;
	font-weight			:	bold;
	height				:	1em;
	margin-left			:	4px;
	margin-top			:	4px;
	padding				:	0.5em 0.5em 0.5em 23px;
}

#main .noticia h1
{
    text-transform		:	none;
	font-size			:	1.8em;
}

.noticia .extra
{
	border-bottom:	1px dotted #666;
	padding-bottom:	0.4em;
	overflow:		hidden;
}

.noticia .extra,
.noticia_relacionada .autor,
.tags
{
	color:			#666;
}

.noticia .tags
{
	display: block;
	border-bottom: 1px dotted #666666;
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	overflow: hidden;
}

.noticia .info
{
    font-size:      0.9em;
    line-height:    1.5em;
}

.noticia .info a,
.noticia_relacionada .autor a
{
	font-weight:	bold;
}

.noticia .info,
.noticia .acciones
{
	float:			left;
	width:			50%;
	display:		inline;
}

.noticia .info form,
.noticia .acciones form
{
	float: right;
}

.noticia ul.acciones
{
	list-style-type:none;
}

.noticia .quepuedohaceryo, .noticia .oportunidadesdevoluntariado
{
	background:		#f0f0f0 url(importante.png) no-repeat 1em 0.5em;
	padding:		1em;
	width:			40%;
	margin:			1em;
	margin-left:	0;
	float:			left;
	clear:			left;
}
.noticia .quepuedohaceryo.ancho,
.noticia .oportunidadesdevoluntariado.ancho
{
	width			:	100%;
}

.noticia .quepuedohaceryo h2,
.noticia .oportunidadesdevoluntariado h2
{
	text-transform	:	uppercase;
	font-size		:	1.3em;
	min-height		:	45px;
	padding			:	0 0 0.5em 62px;
	margin			:	0;
	margin-bottom	:	0.5em;
	border			:	none;
	border-bottom	:	1px dotted #333;
}

.noticia .quepuedohaceryo.ancho h2,
.noticia .oportunidadesdevoluntariado.ancho h2
{
	display			:	block;
	margin			:	0 0 0 65px;
	min-height		:	1px;
	padding			:	0;
	width			:	86%;
}


.noticia .destacado
{
	float:			left;
	padding:		0.5em 2%;
	width:			35%;
	margin-right:	2%;
	border:			1px solid black;
	border-left:	none;
	border-right:	none;
	font-size:		1.3em;
	background-color: #f5f5f5;
}

.tags ul, .tags li, .tags p
{
	display:		inline;
}

.tags li
{
	margin-right:	0.7em;
	display:		inline-block;
}

.tags p
{
	font-style:		italic;
}

ul.acciones-lector
{
	margin-top:		1.5em;
	clear:			left;
	float:			right;
}

ul.acciones-lector li
{
	display:		inline;
}

ul.acciones-lector li a
{
	background-repeat: no-repeat;
	padding-left:	24px;
	float:			left;
	min-height:		25px;
	margin-left:	1.2em;
	padding-right:	1em;
	border-right:	1px solid #333;

	color:			#333;
	text-decoration: none;
}

ul.acciones-lector li.imprimir a
{
	background-image: url(imprimir.png);
}

ul.acciones-lector li.editar a
{
	background-image: url(corregir.png);
}

ul.acciones-lector li.enviar a
{
	background-image: url(enviar.png);
}

div.textarea .ayuda-textile
{
	margin-top:			-1.2em;
	text-align:			right;
}

.texto-quepuedohaceryo,
.texto-oportunidadesdevoluntariado
{
	padding-bottom:	0.5em;
	border-bottom:	1px dotted #333;
}

.ancho .texto-quepuedohaceryo,
.ancho .texto-oportunidadesdevoluntariado
{
	padding-left	:	65px;
	width			:	86%;
}

.texto-quepuedohaceryo a,
.texto-oportunidadesdevoluntariado a,
.noticia .cuerpo a
{
	font-weight:	bold;
}

.publicar
{
	text-align:		center;
	margin:			1em 0;
}

.publicar form, .publicar form div
{
	display:		inline;
	margin-right:	1em;
}

.noticia .entradilla
{
	font-size:		1.25em;
	font-style:		italic;
}

#buscador_bajo_noticia .box_content
{
    background-color:	#F0D9EA;
    color:				#666666;
    display:			block;
    padding:			0.5em 0.5em 1em;
}

#buscador_bajo_noticia .submit input
{
	background-color:	#CD429E;
}

#buscador_bajo_noticia .text input
{
	border:			1px solid #CD429E;
	height:			2em;
	width:			35em;
}

#buscador_bajo_noticia div
{
	display:			inline;
}