@charset "utf-8";


/* CONTENEDOR PRINCIPAL */

body {
	width: 100%;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#contenedor {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	background: url(images/mrc_fondo.jpg);
}


/* CABECERA */

#cabecera {
	background-color: #2D374D;
	height: 120px;
	width: auto;
	padding: 0;
	margin: 0;
}

.logo {
	background-color: #2D374D;
	width: 163px;
	height: 115x;
	margin-top: 0;
	margin-left: 0;
	float: left;
}

.nombreweb {
	font-family: Comic Sans MS;
	background-color: #2D374D;
	color: #FFFFFF;
	margin-top: 10px;
	font-size: 50px;
	line-height: 50px;
	letter-spacing:.3em;
	float: center;
	text-align: center;
}

.descripweb {
	font-family: Comic Sans MS;
	background-color: #2D374D;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 20px;
	letter-spacing:.3em;
	float: center;
	text-align: center;
}


/* MENÚS */

.menu {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border-width: 1px 0;
	background: black url(images/mrc_blockdefault.gif) center center repeat-x;
}

.menu li {
	display: inline;
}

.menu li a {
	float: left;
	color: white;
	padding: 9px 11px;
	border-right: 1px solid white;
}

.menu li a:visited {
	text-decoration: none;	
	color: white;
}

.menu li a:hover, .menu li .current {
	text-decoration: none;	
	color: white;
	background: transparent url(images/mrc_blockactive.gif) center center repeat-x;
}


/* ÁREA PRINCIPAL */

#main {
	width: 100%;
	margin-right: 0;
	margin-top: 6x;
	margin-left: 6px;
}

#cont {
	margin: 16px;
	width: 100%;
}


/* FECHA */

#fecha {
	margin-left: 6px;
	width: 100%;
	height: 39px;
	background: transparent url(images/mrc_calendar.jpg) left no-repeat;
	font-size: 80%;
}

#fecha p {
	margin-left: 50px;
}


/* CAJA INFO */

#barrainfo {
	float: left;
	width: 100%;
	padding: 0px;
}

.cajainfo {
	border: 1px solid #B8B8B8;
	margin-bottom: 6px;
	margin-left: 6px;
	width: auto;
	background: url(images/mrc_infohead.jpg) top no-repeat;
	background-color: #E0EEEE;
	text-align: justify;
	font-family: bold ARIAL;
	font-size: 14px;
}

.cajainfo .interiorcajainfo {
	background: transparent url(images/mrc_brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 12px 6px 6px;
}

.cajainfo .interiorcajainfo b {
	font-family: Times New Roman, Times, serif;
	font-size: 140%;
	font-weight: normal;
}

	
/* ACCESOS */

#accesos {
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}


.borrarfloat {
	clear: both;
}


/* PIE DE PAGINA */

#pie {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background: #666666;
	border-top: solid #000000;
}

#bnav {
	width: auto;
	height: 20px;
	text-align: right;
	margin-top: 6px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#bnav a:hover {
	text-decoration: none;	
	color: #333333;
}

#bnav a {
	text-decoration: none;	
	color: #FFFFFF;
}

#firma {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #999999;
	text-align: center;
}


/* LISTAS */

.datoslista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #C6E2FF;
	border-width: 1px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
}

.cabeceralista {
	background-color: #1C86EE;
}

.datoslista th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFC1C1;
	border-width: 1px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
}

.datoslista tr {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFC1C1;
	border-width: 1px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
}

.datoslista td {
	font-family: Comic Sans MS;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #C6E2FF;
	border-width: 1px;
	border-style: outset;
	border-color: grey;
	border-collapse: collapse;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: inherit;
}

.fotoslista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #C6E2FF;
	border-collapse: collapse;
}

.fotoslista td {
	font-family: Comic Sans MS;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #C6E2FF;
	border-width: 1px;
	border-style: outset;
	border-color: grey;
	border-collapse: collapse;
}


/* TEXTOS */

.textomodulo { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00008B;
}

.textoinfo { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* CAJA MAIN */

.cajamain {
	border: 1px solid #B8B8B8;
	width: 100%;
	background: url(images/mrc_mainbar.jpg) top no-repeat;
	background-color: #C6E2FF;
	text-align: center;
	font-family: bold ARIAL;
	font-size: 20px;
}

.cajamain .interiorcajamain {
	font-size: 12px;
	color: black;
	font-weight: normal;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 12px 6px 6px;
	text-align: justify;
}

.cajamain .interiorcajamain b {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-align: justify;
}

.cajamain .interiorcajamain td {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

.cajamain .interiorcajamain p {
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
}


/* CAJA DATOS */

.cajadatos {
	border: 1px solid #B8B8B8;
	width: 90%;
	background: url(images/mrc_mainbar.jpg) top no-repeat;
	background-color: #C6E2FF;
	text-align: left;
	font-family: bold ARIAL;
	font-size: 14px;
	color: black;
}

.cajadatos .interiorcajadatos {
	font-size: 12px;
	margin: 6px;
	text-align: justify;
}

.cajadatos .interiorcajadatos b {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
}

.cajadatos .interiorcajadatos td {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}


/* CAJA SCROLL */

.cajascroll {
	border: 1px solid black;
	width: 100%;
	height: 550px;
	overflow: auto;
	background-color: #C6E2FF;
}


/* CAJA SCROLL MANTENIMIENTO */

.cajascrollmant {
	border: 1px solid black;
	width: 99%;
	height: 230px;
	overflow: auto;
	background-color: #C6E2FF;
}


/* BOTONES */

.boton {
	border: 0;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: white;
	background: #638CB5;
	width: 80px;
	height: 20px;
	text-align: center;
}


/* ERRORES */

.error {
	color: #FF0000;
	font-family: bold Arial;
	font-size: 12px;
	text-align: center;
}

.datosok {
	color: #2E8B57;
	font-family: bold Arial;
	font-size: 12px;
	text-align: center;
}

