html,body{height:100%;}

body
{
	background-color:#ffffff;
	background-image:url('img/template/fondo.jpg');
	background-repeat:repeat-x;
	margin:0px;
	margin-top:0px;
	font:normal 11px 'Arial';
	color:#000000;
}

.cuadroIntro
{
	border:solid 1px #a46613;
	width:763px;
	height:460px;
	margin:auto;
	text-align:center;
	background-color:#ffffff;
}

.cuadroIntro2
{
	margin:10px;
}

.saltarIntro
{
	font-weight:bold;
	color:#042548;
	text-decoration:none;
	text-transform:uppercase;
}
	
.saltarIntro A:hover
{
	font-weight:bold;
	color:#244d79;
	text-decoration:underline;
	text-transform:uppercase;
}

.body A
{
	color:#042548;
	text-decoration:none;
}
	
.body A:hover
{

	color:#244d79;
	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:#ffedd5;
	border:solid 1px #a46613;
	display:none;
}

.topScreen .title
{
	position:absolute;
	top:-42px;
	left:0px;
	width:100%;
	height:80px;
	background-image:url('img/screen/headerBack.gif');
	border-bottom:solid 1px #383a3b;
	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:50px;
}


.topScreen .content .titulo
{
	height:20px;
	font:normal 16px 'Times New Roman';
	color:#6c6a64;
	text-transform:uppercase;
	background-color:#ffedd5;	
	border-bottom:solid 1px #d5d4cd;
	padding:2px;
	margin-bottom:4px
}

.topScreen .content .subtitulo
{
	font:bold 12px 'Times New Roman';
	color:#042548;
	text-transform:uppercase;
}

.topScreen .content .input
{
	height:14px;
	font:normal 11px 'Arial';
	color:#042548;
	border:solid 1px #909090;
}

.topScreen .content .button
{
	height:22px;
	font:normal 11px 'Arial';
	color:#ffffff;
	background:#042548;
	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');
}

.header
{	
	height:92px;
	background-image:url('img/template/headerBack.png');
	background-position:left 10px;
	background-repeat:no-repeat;
	background-color:#ff9e1d;
	text-align:right;
	padding-top:18px;
	padding-right:30px;
	color:#ffffff;
	color:#383a3b;
}

.header .home
{
	height:92px;
	width:120px;
	float:left;
	cursor:pointer;	
}

.header A
{
	color:#042548;
	text-decoration:none;
}

.header A:hover
{
	color:#244d79;
	text-decoration:underline;
}

.menu
{	
	height:50px;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #909090;
	background-color:#fed8a7;
	background-image:url('img/template/menuBack.png');
	margin:1px;
	margin-top:0px;
	padding-left:20px;
	padding-right:20px;
}

.menu .menus
{	
	height:30px;
}

.menu .menus DIV
{	
	height:23px;
	text-align:center;
	float:left;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	margin-left: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:#fed8a7;
	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 #244d79;
}

.menu .menusItems A:hover
{
	color:#6265b8;
	text-decoration:underline;
}


.footer
{
	margin-left:1px;	
	margin-right:1px;
	height:66px;
	background-image:url('img/template/footerBack.png');
	border-top:solid 1px #a56713;
	color:#ffffff;
}

.footer .left
{
	margin-left:10px;
	margin-top:10px;
	width:500px;
	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
{
/*	height:20px;*/
	font:bold 16px 'Times New Roman';
	color:#2a2d7c;
	text-transform:uppercase;
	background-color:#ffdbab;
	border:solid 1px #a46613;
	padding:2px;
	margin-bottom:4px
}

.body .title2
{
	font:bold 18px 'Times New Roman';
	color:#2a2d7c;
	text-transform:uppercase;
	background-color:#fec67d;
	border:solid 1px #a46613;
	padding:2px;
	margin-bottom:4px
}

.body .title_pasos
{
/*	height:20px;*/
	font:bold 16px 'Times New Roman';
	color:#2a2d7c;
	background-color:#ffdbab;
	border:solid 1px #a46613;
	padding:2px;
	margin-bottom:4px
}

.body .notificacion2
{
/*	height:20px;*/
	font:bold 14px 'Times New Roman';
	color:#000000;
/*	text-transform:uppercase;*/
/*	background-color:#ffdbab;*/
/*	border:solid 1px #a46613;*/
	padding:2px;
/*	margin-bottom:4px*/
}

.body .title .filters
{
	font:normal 11px 'Arial';
	color:#042548;
	text-transform:none;
}

.body .title .logos
{
	height:28px;
}

.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 .imprimir
{
	width:70px;
	height:14px;
	padding:2px;
	padding-right:10px;
	border-left:dotted 1px #d5d4cd;
	float:right;
	position:relative;
	font:normal 11px 'Arial';
	text-transform:none;
}

.body .title .imprimir IMG
{
	margin-left:8px;
	margin-right:4px;
}

.body .title  .imprimir A
{
	color:#042548;
	text-decoration:none;
}

.body .title  .imprimir A:hover
{

	color:#244d79;
	text-decoration:underline;
}

.body .noticia
{
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:dotted 1px #c0c0c0;
	overflow:auto;
}

.body  .error /*.noticia*/
{
	color:#c00000;
	font-weight:bold;
}

.body .noticia .input
{
	height:14px;
	font:normal 11px 'Arial';
	color:#042548;
	border:solid 1px #909090;
}

.body .noticia .button
{
	height:22px;
	font:normal 11px 'Arial';
	color:#ffffff;
	background:#042548;
	border:solid 1px #909090;
	cursor:pointer;
}

.body .noticia .button2
{
	height:22px;
	font:normal 11px 'Arial';
	color:#ffffff;
	background:#7c7eb0;
	border:solid 1px #909090;
	cursor:pointer;
}

.body .noticia .antetitulo
{
	font:normal 11px 'Arial';
	color:#124475;
	margin-bottom:10px;
}

.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 20px 'Times New Roman';
	color:#002a54;
	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:#ffedd5;
	width:330px;
}

.body .noticia .imagen
{
	background-color:#ffedd5;	
	background-position:2px 2px;
	background-repeat:no-repeat;
	position:relative;
	height:100%;
}

.body .noticia .epigrafeBack
{
	height:20px;
	width:328px;
	background-color:#ffedd5;
	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
{
	padding:4px;
	font:normal 12px 'Arial';
	color:#000000;
}

.body .noticia .copete2
{
	padding:4px;
	font:normal 11px 'Arial';
	color:#000000;
}

.body .noticia .nota
{
	padding:4px;
	padding-top:0px;
	font:normal 12px 'Arial';
	color:#000000;
}

.body .noticia .nota_titulo
{
	padding:4px;
	padding-top:0px;
	font:normal 18px '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:#ffedd5;
	background-color:#e0ded6;
	border:solid 1px #d5d4cd;
	width:322px;
}

.body .noticia .herramientas
{
	padding:2px;
	padding-right:10px;
	text-align:right;
	background-color:#ffedd5;
	background-color:#d0cec6;
	border:solid 1px #d5d4cd;
	width:322px;
}

.body .noticia .herramientas IMG
{
	margin-left:8px;
	margin-right:4px;
}

.body .noticia .herramientas A
{
	color:#042548;
	text-decoration:none;
}

.body .noticia .herramientas A:hover
{

	color:#244d79;
	text-decoration:underline;
}

.body .relacionados
{
	margin-top:4px;
	text-align:right;
	border:solid 1px #042548;
}

.body .relacionados DIV
{
	text-transform:uppercase;
	padding:2px;
	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:#042548;
	font:normal 16px 'Times New Roman';
	color:#ffffff;
	border-top:dotted 0px #d5d4cd;
}

.body .relacionados .texto
{
	background-color:#ffedd5;

	font:normal 12px 'Times New Roman';
	color:#6c6a64;
	border-top:dotted 0px #d5d4cd;
}

.body .relacionados .texto .titulo
{
	color:#2c2a24;
}

.body .relacionados A
{
	color:#042548;
	text-decoration:none;
}

.body .relacionados A:hover
{

	color:#244d79;
	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
{
	position:relative;
	top:24px;
	margin:auto;
	margin-bottom:40px;
	width:300px;
	background-color:#ffedd5;
	border:solid 1px #a46613;
}

.body .medioBox_titulo
{
	font:bold 16px 'Times New Roman';
	color:#2a2d7c;
	text-transform:uppercase;
	background-color:#ffdbab;
	border-bottom:solid 1px #a46613;
	padding:4px;
	padding-left:10px
}

.body .notificacion
{
	position:relative;
	top:0px;
	margin:auto;
	margin-bottom:20px;
	width:300px;
	background-color:#ffedd5;
	border:solid 1px #a46613;
	background-color:#ffdbab;
	border:solid 1px #a46613;
	font:bold 12px 'Times New Roman';
	color:#042548;
	text-transform:uppercase;
	padding:5px;
}

.body .medioBox .title
{
	position:absolute;
	top:-42px;
	top:-26px;
	left:0px;	
	width:296px;
	height:76px;
	background-color:transparent;
	border:solid 0px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
	text-align:right;
}

.body .medioBox#comunicados .title
{
	background-image:url('img/comunicados/headerBack.gif');
}

.body .medioBox#publicaciones .title
{
	background-image:url('img/publicaciones/headerBack.gif');
}

.body .medioBox#agenda .title
{
	background-image:url('img/agenda/headerBack.gif');
}

.body .medioBox#instructivos .title
{
	background-image:url('img/template/instructivos.gif');
}

.body .medioBox .content
{
	margin:4px;
	margin-top:46px;
	margin-top:72px;
}

.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:#042548;
}

.body .medioBox .content .text A:hover
{

	color:#244d79;
	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 .noticias_scroll
{
	width:140px;
	height:440px;
	margin-left:0px;
	margin-top:6px;
	position:absolute;
}

.body .noticias_scroll .leyend
{
	text-align:center;
	font-size:11px;
	color:#808080;
	margin-bottom:6px;
}

.body .noticias_scroll .preview_normal
{
	background-color:#f0f0f0;
	height:140px;
	border:dotted 1px #c0c0c0;

	margin-bottom:10px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
}

.body .noticias_scroll .preview_selected
{
	display:none;
}


.body .noticias_scroll .preview_normal .categoria
{
	font-size:10px;
	color:#606060;
}

.body .noticias_scroll .preview_normal .titleLink
{
	height:28px;
	overflow:hidden;
	margin-bottom:4px;

}


.body .noticias_scroll A
{
	color:#042548;
	text-decoration:none;
}

.body .noticias_scroll A:hover
{

	color:#244d79;
	text-decoration:underline;
}

.body .noticias_scroll IMG
{
	margin-top:2px;
	margin-bottom:2px;
	border:solid 1px #c0c0c0;
}

.body .noticias_default
{
	height:520px;
	width:480px;
	padding-left:150px;
	border-bottom:dotted 1px #c0c0c0;
}

.body .noticias_default .noticia
{
	border-bottom:dotted 0px #c0c0c0;
}












.body .noticia_default
{
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:dotted 1px #c0c0c0;
}

.body .noticia_default .antetitulo
{
	font:normal 11px 'Arial';
	color:#124475;
}

.body .noticia_default .antetitulo .categoria
{
	font:bold 12px 'Arial';
}

.body .noticia_default .antetitulo .fecha
{
	font:normal 11px 'Arial';
}

.body .noticia_default .logo
{
	height:22px;
	width:22px;
	border:dotted 1px #c0c0c0;
	margin-left:2px;
	margin-top:2px;
	margin-right:4px;
	float:left;
}

.body .noticia_default .titulo
{
	font:bold 18px 'Times New Roman';
	color:#042548;
	font:bold 20px 'Times New Roman';
	color:#002a54;
	text-transform:uppercase;
}

.body .noticia_default .cuadro
{
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
	border:solid 1px #d5d4cd;
	background-color:#ffedd5;
	width:470px;
}

.body .noticia_default .imagen
{
	background-color:#ffedd5;	
	background-position:2px 2px;
	background-repeat:no-repeat;
	position:relative;
	height:100%;
}

.body .noticia_default .epigrafeBack
{
	height:20px;
	width:468px;
	background-color:#ffedd5;
	position:absolute;
	bottom:1px;
	left:1px;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

.body .noticia_default .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_default .copete
{
	padding:4px;
	font:normal 12px 'Arial';
	color:#000000;
}

.body .noticia_default .nota
{
	margin-top:10px;
	padding:4px;
	font:normal 12px 'Arial';
	color:#000000;
}

.body .noticia_default .masinfo
{
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
	padding-right:10px;
	text-align:right;
	background-color:#ffedd5;
	border:solid 1px #d5d4cd;
}

.body .noticia_default .herramientas
{
	padding:2px;
	padding-right:10px;
	text-align:right;
	background-color:#ffedd5;
	border:solid 1px #d5d4cd;
}

.body .noticia_default .herramientas IMG
{
	margin-left:8px;
	margin-right:4px;
}

.body .noticia_default .herramientas A
{
	color:#042548;
	text-decoration:none;
}

.body .noticia_default .herramientas A:hover
{

	color:#244d79;
	text-decoration:underline;
}













.body .noticia_listado
{
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:dotted 1px #c0c0c0;
}

.body .noticia_listado .antetitulo
{
	font:bold 16px 'Times New Roman';
	color:#002a54;
	text-align:center;

	margin-top:4px;
	margin-bottom:4px;
	padding:6px;
	border:solid 1px #d5d4cd;
	background-color:#fee1b9;
}

.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:#042548;
	font:bold 20px 'Times New Roman';
	color:#002a54;
	text-transform:uppercase;
}

.body .noticia_listado .cuadro
{
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
	border:solid 1px #d5d4cd;
	background-color:#ffedd5;
	overflow:auto;
}

.body .noticia_listado .imagen
{
	background-color:#ffedd5;	
	background-position:2px 2px;
	background-repeat:no-repeat;
	position:relative;
	height:100%;
}

.body .noticia_listado .imagen_chica
{
	background-color:#ffedd5;	
	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:#ffedd5;
	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:#ffedd5;
	background-color:#e0ded6;
	border:solid 1px #d5d4cd;
}

.body .noticia_listado .herramientas
{
	padding:2px;
	padding-right:10px;
	text-align:right;
	background-color:#ffedd5;
	background-color:#d0cec6;
	border:solid 1px #d5d4cd;
}

.body .noticia_listado .herramientas IMG
{
	margin-left:8px;
	margin-right:4px;
}

.body .noticia_listado .herramientas A
{
	color:#042548;
	text-decoration:none;
}

.body .noticia_listado .herramientas A:hover
{

	color:#244d79;
	text-decoration:underline;
}