@CHARSET "UTF-8";

body.portada #navegacion ul
{
	margin-bottom:	0em;
}

body.portada #paginas
{
	height:			150px;
	background-image: url(/img/degradado_mar.png);
	background-repeat: repeat-x;
	padding:		0;
}

body.portada #paginas ul
{
	height:			30px;
	background-image: url(/img/mar.png);
	background-repeat: no-repeat;
	padding-top:	120px;
	opacity:		0.7;
}

h2
{
	font-size:		1.2em;
	line-height:	1.25em;
}

h2 a
{
	text-decoration:none;
}

.destacado
{
	background-color:	#e8e8f4;
	padding:			1em 1.5em;
	border:				2px solid #151595;
	border-left:		none;
	border-right:		none;
	overflow:			hidden;
}

.destacado img
{
	float:				left;
	margin-right:		1em;
}

.destacado h2, .destacado h2 a
{
	text-transform:		uppercase;
	text-align:			center;
}

.destacado h2
{
	font-size:			1.4em;
	margin-bottom:		0.5em;
}

.destacado .fecha
{
	font-style:			italic;
	text-align:			center;
	margin-top:			-0.5em;
	font-size:			0.9em;
}

.destacado .leer-mas
{
	text-align:			right;
	font-style:			italic;
}

div.secciones_portada
{
	float			:	left;
	min-height		:	20em;
}

div.secciones_portada div
{
	padding-top: 1em;
	padding-bottom: 1em;
}

div.texto_bienvenida
{
	display:		block;
	float:			left;
	height:			auto;
	margin:			0;
	padding-bottom:	0;
	padding-left:	0;
	padding-right:	3em;
	padding-top:	0 !important;
	width:			19em;
}

div.articulo, div.noticias
{
	border:			2px solid #151595;
	border-left:	none;
	border-right:	none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 50%;
}

div.articulo
{
	margin-bottom	:	2em;
	min-height		:	10em;
}

div.articulo .autor
{
	color:			#808285;
	font-style:		italic;
	text-align:		right;
	margin-top:		0;
}

div.noticias
{
	border-bottom:	none;
}

div.noticias ul
{
	padding-left:	1em;
}

div.noticias h2
{
	margin-bottom:	0.5em;
}

div.noticias .noticia
{
	margin-top:		0.2em;
}

div.noticias .noticia .fecha
{
	font-style:		italic;
}