html,body{height:100%;zoom:normal;}

body
{
	background-color:#002a54;
/*
	background-image:url('img/template/fondo.jpg');
	background-repeat:repeat-x;
*/
	margin:0px;
	font:normal 11px 'Arial';
	color:#000000;
}

.body A
{
	color:#2a2d7c;
	text-decoration:none;
}

.body A:hover
{

	color:#585aa2;
	text-decoration:underline;
}

.screen
{
	position:fixed;	
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	z-Index:100;	
}


.backScreen
{
	background-color:#000000;
	margin:auto;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-Index:101;

	display:inline;
}

.topScreen
{
	position:relative;
	margin:auto;
	top:150px;
	width:400px;
	height:400px;
	z-Index:102;
	background-color:#f0eee6;
	border:solid 1px #2a2d7c;
	display:none;
}

.topScreen .title
{
	position:absolute;
	top:-22px;
	left:0px;
	width:100%;
	height:80px;
	background-image:url('img/screen/headerBack.gif');
	border-bottom:solid 1px #c0c0c0;
	text-align:right;
}

.topScreen .title A
{
	color:#ffffff;
	text-decoration:none;
}

.topScreen .title A:hover
{
	color:#ffffff;
	text-decoration:underline;
}

.topScreen .content
{
	margin:10px;
	margin-top:70px;
}


.topScreen .content .titulo
{
	height:20px;
	font:normal 16px 'Times New Roman';
	color:#6c6a64;
	text-transform:uppercase;
	background-color:#f0eee6;	
	border-bottom:solid 1px #d5d4cd;
	padding:2px;
	margin-bottom:4px
}

.topScreen .content .subtitulo
{
	font:bold 12px 'Times New Roman';
	color:#2a2d7c;
	text-transform:uppercase;
}

.topScreen .content .input
{
	height:14px;
	font:normal 11px 'Arial';
	color:#2a2d7c;
	border:solid 1px #909090;
}

.topScreen .content .button
{
	height:22px;
	font:normal 11px 'Arial';
	color:#ffffff;
	background:#2a2d7c;
	border:solid 1px #909090;
	cursor:pointer;
}

.topScreen .content .button2
{
	height:22px;
	font:normal 11px 'Arial';
	color:#ffffff;
	background:#7c7eb0;
	border:solid 1px #909090;
	cursor:pointer;
}

.topScreen .content .buttonError
{
	height:22px;
	font:normal 11px 'Arial';
	color:#ffffff;
	background:#c00000;
	border:solid 1px #909090;
	cursor:pointer;
}

.page
{
	background-color:#ffffff;
	margin:auto;
	width:998px;
	background-image:url('img/template/pageBack.png');
}

.panel
{
	width:374px;
	height:122px;
	height:95px;
/*	background-image:url('img/panel/panel.png');*/
	background-repeat:no-repeat;
	float:right;
/*
	left:820px;
	position:absolute;
*/
	position:relative;
	margin-top:6px;
	text-align:left;
	color:#ffffff;
}

.panel .abajo
{
	padding-top:6px;
	top:14px;
	left:18px;
	width:340px;
	height:20px;
	text-align:right;
	position:relative;
	float:left;
}

.panel .areas
{
	padding-top:6px;
	top:30px;
	left:14px;
	width:346px;
	height:20px;
	text-align:right;
	position:relative;
	float:left;

	cursor:pointer;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;

	color:#f0f0f0;
/*	font:normal 16px 'Times New Roman';*/
	font-size:14px;
	width:336px;
	top:48px;
}


.panel .areas_info
{

	position:absolute;
	top:94px;

	z-index:1000;
	padding:6px;
	top:29px;
	left:130px;
	width:220px;
	text-align:right;
	position:relative;
	float:left;
	border:solid 1px #323342;
	background:#474868;

	text-transform:uppercase;
	padding-right:10px;
	text-align:left;
}

.panel .areas_info .text
{
	height:22px;
	padding-top:8px;
	margin-top:2px;
	border-bottom:dotted 1px #c0c0c0;
}

.panel .areas_info .logo
{
	height:22px;
	width:22px;
	border:dotted 1px #c0c0c0;
	margin-left:2px;
	margin-top:2px;
	margin-right:8px;
	float:left;
}

.panel .leyenda .izq
{
	top:8px;
	position:relative;
	margin-left:15px;
	float:left;
}

.panel .leyenda .der
{
	top:8px;
	position:relative;
	margin-right:15px;
	float:right;
}

.panel .funciones .izq
{
	float:left;
	position:relative;
	top:32px;
	left:180px;
	cursor:pointer;
}

.panel .funciones .der
{
	top:8px;
	float:left;
	position:relative;
	top:32px;
	left:186px;
	cursor:pointer;
}

.panel .imagen
{
	float:left;
	position:relative;
	left:10px;
	top:12px;
	width:70px;
	height:80px;
	cursor:pointer;
}

.panel .texto
{
	float:left;
	position:relative;
	left:18px;
	top:80px;
	width:260px;
	height:42px;
	cursor:pointer;
}

.panel .texto .titulo
{
	text-transform:uppercase;
	font-size:12px;
	color:#d0d0d0;
}

.panel .texto .descripcion
{
	text-transform:uppercase;
	font-size:10px;
	color:#ffffff;
}

.panel A
{
	text-decoration:none;
}

.panel A:hover
{
	text-decoration:underline;
}

.panel A
{
	color:#ffffff;
}

.panel A:hover
{

	color:#f0f0f0;
}

.header
{	
	height:120px;
/*	background-image:url('img/template/headerBack.png');*/
	background-image:url('img/template/headerBack2011.png');
	background-repeat:no-repeat;
	background-position:1px;
}

.header .home
{
	height:92px;
	width:120px;
	float:left;
	cursor:pointer;	
}

.menu
{	
	height:50px;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #909090;
	background-color:#4a4c90;
	background-image:url('img/template/menuBack.png');
	margin:1px;
	margin-top:0px;
}

.menu .menus
{	
	padding-left:20px;
	padding-right:20px;
	height:30px;
}

.menu .menus DIV
{	
	height:23px;
	text-align:center;
	float:left;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	margin-right:15px;
	font:bold 14px 'Times New Roman';
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}


.menu .menus DIV.selected
{	
	height:22px;
	padding-top:3px;
	margin-top:4px;
	background-color:#f0eee6;
	border-left:solid 1px #909090;
	border-right:solid 1px #909090;
	border-top:solid 1px #909090;
	color:#2a2d7c;
}

.menu .menusItems
{	
	height:16px;
	margin-top:3px;
	display:none;
}

.menu .menusItems A
{
	font:bold 11px 'Arial';
	color:#2a2d7c;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	border-right:dotted 1px #585aa2;
}

.menu .menusItems#menuItems_CARRERAS A
{
	padding-left:4px;
	padding-right:4px;
}

.menu .menusItems A:hover
{
	color:#585aa2;
	text-decoration:underline;
}

.menu .servicios
{	
	float:right;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	margin-right:15px;
	font:bold 11px 'Times New Roman';
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}
.menu .servicios SPAN
{	
	float:left;
	margin-right:6px;
}

.menu .servicios .servicios_opciones
{	
	float:left;
	border:solid 1px #282a62;
	height:16px;
	width:120px;
}


.footer
{
	margin-left:1px;	
	margin-right:1px;
	height:66px;
	background-image:url('img/template/footerBack.png');
	border-top:solid 1px #2a2d7c;
	color:#ffffff;
}

.footer .left
{
	margin-left:10px;
	margin-top:10px;
	width:600px;
	height:40px;
	float:left;
}

.footer .right
{
	margin:5px;
	margin-top:10px;
	width:180px;
	height:40px;
	float:right;
}

.footer .right IMG
{
	margin-top:4px;
}

.footer .right A
{
	font-weight:bold;
	color:#e0e0e0;
}

.body
{	
	margin:2px;
	margin-top:10px;
	margin-bottom:10px;
}
.body A
{
	text-decoration:none;
}

.body A:hover
{
	text-decoration:underline;
}
.body .left
{	
	padding:10px;
	width:630px;

}

.body .center
{	
	border-left:dotted 1px #c0c0c0;
	padding:10px;
	width:320px;
}

.body .right
{	
	border-left:dotted 1px #c0c0c0;
	padding:10px;
	width:140px;
}

.body .title
{
	font:normal 16px 'Times New Roman';
	color:#6c6a64;
	text-transform:uppercase;	
	padding-top:4px;
	padding-bottom:10px;
	padding-left:10px;
	background-color:#f5f5f5;
	background-image:url('img/tags/headerBack.png');
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #d0d0d0;
	border-top:solid 1px #d0d0d0;
}


.body .title .logo
{
	height:22px;
	width:22px;
	border:dotted 1px #c0c0c0;
	margin-left:2px;
	margin-top:-2px;
	margin-right:4px;
	float:left;
	cursor:pointer;
}

.body .title .logo2
{
	height:22px;
	width:80px;
	border:dotted 1px #c0c0c0;
	margin-left:2px;
	margin-top:-2px;
	margin-right:4px;
	float:left;
	cursor:pointer;
}

.body .title .paginado
{
	position:relative;
	top:-14px;
	height:28px;
	background-color:#f0eee6;
	padding-left:4px;
	padding-right:10px;
	padding-top:10px;
	margin-right:10px;
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #d0d0d0;
	border-top:solid 1px #d0d0d0;
	float:right;
	font:normal 11px 'Arial';
	text-transform:none;
}

.body .title .paginado IMG
{
	margin-left:8px;
	margin-right:4px;
}

.body .title  .paginado A
{
	color:#2a2d7c;
	text-decoration:none;
}

.body .title  .paginado A:hover
{

	color:#585aa2;
	text-decoration:none;
}

.body .noticia
{
	margin:10px;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:dotted 1px #c0c0c0;
	overflow:auto;
	width:600px;
}

.body .noticia .antetitulo
{
	font:normal 11px 'Arial';
	color:#606060;
}

.body .noticia .antetitulo .categoria
{
	font:bold 12px 'Arial';
}

.body .noticia .antetitulo .fecha
{
	font:normal 11px 'Arial';
}

.body .noticia .logo
{
	height:22px;
	width:22px;
	border:dotted 1px #c0c0c0;
	margin-left:2px;
	margin-top:2px;
	margin-right:4px;
	float:left;
}

.body .noticia .titulo
{
	font:bold 18px 'Times New Roman';
	color:#2a2d7c;
	text-transform:uppercase;
	margin-bottom:5px;
}

.body .noticia .intro
{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}

.body .noticia .cuadro
{
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
	border:solid 1px #d5d4cd;
	background-color:#f0eee6;
	width:330px;
}

.body .noticia .imagen
{
	background-color:#f0eee6;	
	background-position:2px 2px;
	background-repeat:no-repeat;
	position:relative;
	height:100%;
}

.body .noticia .epigrafeBack
{
	height:20px;
	width:328px;
	background-color:#f0eee6;
	position:absolute;
	bottom:1px;
	left:1px;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

.body .noticia .epigrafe
{	
	padding:2px;
	text-align:center;
	font:bold 11px 'Arial';
	color:#000000;
	position:absolute;
	bottom:0px;
	left:3px;
	height:16px;
	width:320px;
	overflow:hidden;
}

.body .noticia .copete
{
	width:310px;	
	margin:4px;
	font:normal 12px 'Arial';
	color:#000000;
}

.body .noticia .nota
{
	margin:4px;
	padding-top:0px;
	font:normal 12px 'Arial';
	color:#000000;
}

.body .noticia .masinfo
{
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
	padding-right:10px;
	text-align:left;
	text-align:right;
	background-color:#f0eee6;
	background-color:#e0ded6;
	border:solid 1px #d5d4cd;
	width:322px;
}

.body .noticia .herramientas
{
	padding:2px;
	padding-right:10px;
	text-align:right;
	background-color:#f0eee6;
	background-color:#d0cec6;
	border:solid 1px #d5d4cd;
	width:322px;
}

.body .noticia .herramientas IMG
{
	margin-left:8px;
	margin-right:4px;
}

.body .noticia .herramientas A
{
	color:#2a2d7c;
	text-decoration:none;
}

.body .noticia .herramientas A:hover
{

	color:#585aa2;
	text-decoration:underline;
}

.body .relacionados
{
	margin:10px;
	margin-top:4px;
	text-align:right;
	border:solid 1px #2a2d7c;
}

.body .relacionados DIV
{
	text-transform:uppercase;
	border-top:dotted 1px #e5e4dd;
	padding:2px;
	padding-right:10px;
}

.body .relacionados .categoria
{
	text-transform:none;
	color:#202020;
}

.body .relacionados .fecha
{
	text-transform:none;
	color:#606060;
}

.body .relacionados .introduccion
{
	padding-left:10px;
	text-align:left;
	background-color:#2a2d7c;
	font:normal 16px 'Times New Roman';
	color:#ffffff;
	border-top:dotted 0px #d5d4cd;
}

.body .relacionados .texto
{
	background-color:#f0eee6;

	font:normal 12px 'Times New Roman';
	color:#6c6a64;
	border-top:dotted 0px #d5d4cd;
}

.body .relacionados .texto .titulo
{
	color:#2c2a24;
}

.body .relacionados A
{
	color:#2a2d7c;
	text-decoration:none;
}

.body .relacionados A:hover
{

	color:#585aa2;
	text-decoration:underline;
}

.body .relacionados2
{
	background:#ffffff;
	width:334px;
/*	margin:10px;*/
	margin-top:4px;
	text-align:right;
	border:solid 1px #2a2d7c;
}

.body .relacionados2 DIV
{
	text-transform:uppercase;
	border-top:dotted 1px #e5e4dd;
	padding:2px;
	padding-right:10px;
}

.body .relacionados2 .categoria
{
	text-transform:none;
	color:#202020;
}

.body .relacionados2 .fecha
{
	text-transform:none;
	color:#606060;
}

.body .relacionados2 .introduccion
{
	padding-left:10px;
	text-align:left;
	background-color:#2a2d7c;
	font:normal 12px 'Times New Roman';
	color:#ffffff;
	border-top:dotted 0px #d5d4cd;
}

.body .relacionados2 .texto
{
	background-color:#f0eee6;

	font:normal 12px 'Times New Roman';
	color:#6c6a64;
	border-top:dotted 0px #d5d4cd;
}

.body .relacionados2 .texto .titulo
{
	color:#2c2a24;
}

.body .relacionados2 A
{
	color:#2a2d7c;
	text-decoration:none;
}

.body .relacionados2 A:hover
{

	color:#585aa2;
	text-decoration:underline;
}

.body .banner_noticia
{
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	border-bottom:dotted 1px #c0c0c0;
}

.body .banners_derecha
{
	width:140px;	
	overflow:hidden;
	position:relative;
}

.body .banners_derecha DIV
{
	position:absolute;
}

.body .center .banner_noticia
{
	padding-bottom:20px;
	padding-top:0px;
	text-align:center;
	border-bottom:dotted 0px #c0c0c0;
}


.body .medioBox
{
	top:4px;
	margin:auto;
	margin-bottom:20px;
	width:300px;
}

.body .medioBox .titleBox
{
	width:300px;
	height:60px;
	border-bottom:solid 1px #c0c0c0;
}

.body .medioBox#comunicados .titleBox
{
	background-image:url('img/comunicados/headerBack.gif');
}

.body .medioBox#publicaciones .titleBox
{
	background-image:url('img/publicaciones/headerBack.gif');
}

.body .medioBox#actividades .titleBox
{
	background-image:url('img/actividades/headerBack.gif');
}

.body .medioBox FORM
{
	font-size:12px;
	font-weight:bold;
	color:#2a2d7c;
}

.body .medioBox INPUT
{
	font-size:12px;
	font-weight:bold;
	color:#707070;
	border:solid 1px #707070;
}

.body .medioBox .content
{
	background-color:#f0eee6;
	padding:4px;
	border-left:solid 1px #2a2d7c;
	border-right:solid 1px #2a2d7c;
	border-bottom:solid 1px #2a2d7c;
}

.body .medioBox .content .normal
{
	background-color:transparent;
	cursor:default;
}

.body .medioBox .content .selected
{
	background-color:#e0e0e0;
	cursor:default;
}

.body .medioBox .content .text
{
	margin-top:4px;
	margin-bottom:4px;
	border-bottom:dotted 1px #c0c0c0;
}

.body .medioBox .content #all
{
	font-weight:bold;
}

.body .medioBox .content .text A
{
	color:#2a2d7c;
}

.body .medioBox .content .text A:hover
{

	color:#585aa2;
	text-decoration:underline;
}

.body .medioBox .content .logo
{
	height:22px;
	width:22px;
	border:dotted 1px #c0c0c0;
	margin-left:2px;
	margin-top:2px;
	margin-right:4px;
	float:left;
}

.body .home_noticias
{
	border-right:solid 1px #a0a0a0;
	background-color:#e0ded6;
	background-image:url('img/template/lineBack.gif');
	background-position:0px bottom;
	background-repeat:repeat-x;
}

.body .home_noticias .noticias_scroll
{
/*	border-top:solid 1px #d0d0d0;*/
	border-bottom:solid 1px #d0d0d0;
	width:200px;
	height:100%;
	background-color:#f0eee6;
	float:left;
}

.body .home_noticias .noticias_scroll .player
{
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #a0a0a0;
	border-bottom:dotted 1px #d0d0d0;
	background-color:#f0eee6;
	text-align:center;
	padding:2px;
	height:24px;
	font-size:10px;
	color:#606060;
}

.body .home_noticias .noticias_scroll .player2
{
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #a0a0a0;
	background-color:#f0eee6;
	text-align:center;
	padding:2px;
	height:24px;
	font-size:10px;
	color:#606060;
}

.body .home_noticias .noticias_scroll .player IMG
{
	margin-top:2px;
	margin-left:2px;
	border:solid 0px #c0c0c0;
	cursor:pointer;
}

.body .home_noticias .noticias_scroll .player2 IMG
{
	margin-top:2px;
	margin-left:2px;
	border:solid 0px #c0c0c0;
	cursor:pointer;
}

.body .home_noticias .noticias_scroll .blank
{
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #a0a0a0;
	background-color:#f0eee6;
	text-align:center;
	padding:2px;
	height:16px;
}

.body .home_noticias .noticias_scroll .preview_normal
{
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #a0a0a0;
	border-bottom:dotted 1px #d0d0d0;
	background-color:#f0eee6;
	text-align:center;
	padding:2px;
	cursor:pointer;
}

.body .home_noticias .noticias_scroll .preview_selected
{
	border-left:solid 1px #a0a0a0;
	border-top:solid 1px #a0a0a0;
	border-bottom:solid 1px #a0a0a0;
	border-right:solid 1px #e0ded6;
	background-color:#e0ded6;
	text-align:center;
	padding:2px;
	font-weight:bold;
}

.body .home_noticias .noticias_scroll .preview_over
{
	border-left:solid 1px #b5b5b5;
	border-top:solid 1px #b5b5b5;
	border-bottom:solid 1px #b5b5b5;
	border-right:solid 1px #e9e7e1;
	border:dotted 1px #b5b5b5;
	background-color:#e9e7e1;
	text-align:center;
	padding:2px;
	font-weight:bold;
	cursor:pointer;
}

.body .home_noticias .noticias_scroll .categoria
{
	font-size:10px;
	color:#606060;
}

.body .home_noticias .noticias_scroll .titleLink
{
	margin:2px;
	color:#2a2d7c;
	text-decoration:none;
}

.body .home_noticias .noticias_scroll IMG
{
	margin-left:2px;
	border:solid 1px #c0c0c0;
}

.body .home_noticias .noticias_default
{
	border-top:solid 1px #a0a0a0;
	text-align:center;
	margin-left:200px;
	padding-left:10px;
/*	width:420px;*/
}

.body .home_noticias .noticias_default .noticia_default
{
	padding-bottom:4px;
	padding-top:4px;
}

.body .home_noticias .noticias_default .noticia_default .antetitulo
{
	font:normal 11px 'Arial';
	color:#606060;
}

.body .home_noticias .noticias_default .noticia_default .antetitulo .categoria
{
	font:bold 12px 'Arial';
}

.body .home_noticias .noticias_default .noticia_default .antetitulo .fecha
{
	font:normal 11px 'Arial';
}

.body .home_noticias .noticias_default .noticia_default .titulo
{
	font:bold 18px 'Times New Roman';
	color:#2a2d7c;
	text-transform:uppercase;
}

.body .home_noticias .noticias_default .noticia_default .cuadro
{
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
	border:solid 1px #d5d4cd;
	background-color:#f0eee6;
	width:400px;	
}

.body .home_noticias .noticias_default .noticia_default .imagen
{
	border-top:solid 1px #d5d4cd;
	padding-top:1px;
	background-color:#f0eee6;	
	background-position:2px 2px;
	background-repeat:no-repeat;
	position:relative;
	height:100%;
}

.body .home_noticias .noticias_default .noticia_default .epigrafeBack
{
	height:20px;
	width:398px;
	background-color:#f0eee6;
	position:absolute;
	bottom:1px;
	left:1px;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

.body .home_noticias .noticias_default .noticia_default .epigrafe
{	
	padding:2px;
	text-align:center;
	font:bold 11px 'Arial';
	color:#000000;
	position:absolute;
	bottom:0px;
	left:3px;
	height:16px;
	width:390px;
	overflow:hidden;
}

.body .home_noticias .noticias_default .noticia_default .copete
{
	padding:4px;
	font:normal 12px 'Arial';
	color:#000000;
}








.body .cabecera_listado
{
	border:solid 1px #d0d0d0;
}

.body .tags_listado
{
	margin:2px;
	padding-bottom:4px;
	padding-top:4px;
	overflow:auto;
}

.body .tags_listado .separator
{
	clear:both;
	border-top:dotted 1px #e0e0e0;
	margin-top:2px;
	margin-bottom:2px;
}

.body .tags_listado .tags
{
	float:left;
	border-right:dotted 1px #e0e0e0;
	padding:4px;
	text-transform:lowercase;
	width:110px;
	overflow:hidden;
}

.body .tags_listado .tags#tag_5 , .body .tags_listado .tags#tag_10 , .body .tags_listado .tags#tag_15
{
	border-right:dotted 1px #ffffff;
}

.body .tags_listado .tags .categoria
{
	
	color: #707070;
	font-size:9px;
}

.body .noticia_listado
{
	padding-bottom:4px;
	padding-top:4px;
	margin:10px;
	border-bottom:dotted 1px #c0c0c0;
}

.body .noticia_listado .antetitulo
{
	font:normal 11px 'Arial';
	color:#606060;
}

.body .noticia_listado .antetitulo .categoria
{
	font:bold 12px 'Arial';
}

.body .noticia_listado .antetitulo .fecha
{
	font:normal 11px 'Arial';
}

.body .noticia_listado .logo
{
	height:22px;
	width:22px;
	border:dotted 1px #c0c0c0;
	margin-left:2px;
	margin-top:2px;
	margin-right:4px;
	float:left;
}

.body .noticia_listado .titulo
{
	font:bold 18px 'Times New Roman';
	color:#2a2d7c;
	text-transform:uppercase;
}

.body .noticia_listado .cuadro
{
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
	border:solid 1px #d5d4cd;
	background-color:#f0eee6;
	overflow:auto;
}

.body .noticia_listado .imagen
{
	background-color:#f0eee6;	
	background-position:2px 2px;
	background-repeat:no-repeat;
	position:relative;
	height:100%;
}

.body .noticia_listado .imagen_chica
{
	background-color:#f0eee6;	
	background-position:2px 2px;
	background-repeat:no-repeat;
	float:left;
	padding:2px;
	border:dotted 1px #c0c0c0;
	margin-right:4px;
}

.body .noticia_listado .epigrafeBack
{
	height:20px;
	width:468px;
	background-color:#f0eee6;
	position:absolute;
	bottom:1px;
	left:1px;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

.body .noticia_listado .epigrafe
{	
	padding:2px;
	text-align:center;
	font:bold 11px 'Arial';
	color:#000000;
	position:absolute;
	bottom:0px;
	left:3px;
	height:16px;
	width:460px;
	overflow:hidden;
}

.body .noticia_listado .copete
{
	padding:4px;
	font:normal 12px 'Arial';
	color:#000000;
}

.body .noticia_listado .masinfo
{
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
	padding-right:10px;
	text-align:right;
	background-color:#f0eee6;
	background-color:#e0ded6;
	border:solid 1px #d5d4cd;
}

.body .noticia_listado .herramientas
{
	padding:2px;
	padding-right:10px;
	text-align:right;
	background-color:#f0eee6;
	background-color:#d0cec6;
	border:solid 1px #d5d4cd;
}

.body .noticia_listado .herramientas IMG
{
	margin-left:8px;
	margin-right:4px;
}

.body .noticia_listado .herramientas A
{
	color:#2a2d7c;
	text-decoration:none;
}

.body .noticia_listado .herramientas A:hover
{

	color:#585aa2;
	text-decoration:underline;
}

.sitemap
{
	height:110px;
	padding:10px;
	background:#f0f0f0;
/*	background-image:url('img/template/pageBack.png');*/
	border-left:solid 1px #2a2d7c;
	border-right:solid 1px #2a2d7c;
	border-top:dotted 1px #585aa2;
}

.sitemap .categoria
{
	height:100%;
	float:left;
	margin-right:10px;
	border-right:dotted 1px #c0c0c0;
	padding-right:10px;
	font:normal 11px 'Arial';
	text-transform:uppercase;
}

.sitemap .categoria .titulo
{
	font:normal 14px 'Times New Roman';
	color:#6c6a64;
}

.sitemap .categoria A
{
	color:#2a2d7c;
	text-decoration:none;
}

.sitemap .categoria A:hover
{
	color:#585aa2;
	text-decoration:underline;
}
