HTML {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: white;
}

* {
	background-color: white;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: white;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	/*color: #225f98;*/
	color: #8C8C8C;
	font-weight: bold;
	border: none;
}

a:hover { /*text-decoration: underline;*/
	color: #003366;
	border: none;
}

div.seleccionado a {
	border-bottom: 2px dashed #BBBBBB;
	background-color: #EAEAEA;
}

.button {
	background: #EFEFEF;
	border: 1px solid #BBBBBB;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	height: 17px;
}

.buttonBack,.buttonTrad,.buttonSave,.buttonExec,.buttonNew,.buttonDelete
	{
	background: #EFEFEF;
	border: 1px solid #BBBBBB;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}

input {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #292929;
	padding-left: 3px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}

input:disabled {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	padding-left: 3px;
	border: 1px solid #EFEFEF;
	background-color: #DEDEDE;
}

input:focus {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #202020;
	padding-left: 3px;
	border: 1px solid #202020;
}

input.radio {
	border: none;
}

.fieldInputRequired,textArea {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #292929;
	padding-left: 3px;
	border: 1px solid #BBBBBB;
}

.select {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #292929;
}
/************************ TEXTOS **************************/
/* tabla de camino de hormigas */
table.camino {
	width: 100%;
	border-width: 0px;
	border-collapse: collapse
}

/* texto sin enlace */
td.camino_texto {
	font-size: 60%;
	color: #333333;
	padding-bottom: 10px;
}

/* t�tulo publicacion en listado de publicacion */
span.des_sec_texto {
	font-size: 70%;
	font-weight: bold;
	color: #333333;
}

/*********************** TABLAS **********************************/
/*  Titulo de bloque: verde subrayado */
.componentheading {
	font-weight: bold;
	font-size: 14px;
	height: 23px;
	line-height: 14px;
	font-family: Verdana, sans serif;
	border-bottom: 1px solid #002E61;
	/*color: #002E61;*/
	margin-bottom: 5px;
	color: #005E31;
}

/* titulos de las tablas de listados */
.tirazul {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #DFEAFD;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: #08173A;
}

/* Tabla general informativa */
.infoTable2 {
	color: #333333;
	border-top: 2px solid #FFFFFF; /*#5498CF;*/
	border-bottom: 2px solid #FFFFFF; /*#5498CF;*/
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
}

.fieldTableSeleccionada { /* celda sencilla  seleccionada*/
	font-size: 10px;
	text-align: left;
	padding: 2px;
	background: #C5D1FC;
	border-bottom: 2 dotted #F48389;
}

.fieldTablePar {
	/* celda sencilla ;	dato simple de los listados agrupados, fondo y letras en azul*/
	border-bottom: 1 dotted #F48389;
	background: #FFFFFF;
	font-size: 10px;
	text-align: left;
	padding: 2px;
}

.fieldTableImpar {
	/* celda sencilla ;	dato simple de los listados agrupados, letras en azul, fondo en blanco*/
	text-align: left;
	background: #EFEFEF;
	font-size: 10px;
	padding: 2px;
	border-bottom: 1 dotted #F48389;
}

.sectiontableheader {
	font-weight: bold;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
}

TD.titleField { /*t�tulo  de los campos de las tablas ;
        coincidir� con el t�tulo de un campo en un grupo de los listados agrupados*/
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	color: #666666;
}

.fondoGrisA {
	background-color: #666666;
}

TABLE.tableGris {
	border: 0px;
	font-size: 11px;
	background: #F4F4F3;
	font-family: Verdana, Arial, sans-serif;
}

.titleBlock {
	background-color: #FFFFFF;
	color: #575757;
	font-size: 11px;
}

.titleTable {
	background-color: #BDBDBD;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 3;
	padding-top: 2;
}

.titleTable2 {
	background-color: #FFFF99;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding-right: 8;
	padding-top: 3;
	padding-left: 3;
	padding-bottom: 3;
	text-align: center;
}

.titlePage {
	color: c71444;
	font-weight: bolder;
	font-family: Verdana, Arial, sans-serif;
}

TABLE.listadoExcel {
	border: 1px solid #BDBDBD;
}

TD.titleField { /* Estilo del t�tulo  de los campos del filtro */
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	color: #575757;
}

.fondoGris {
	background-color: #FBFBFB;
}

TD.titleField2 { /* Estilo del t�tulo  de los campos del filtro */
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	color: #575757;
	padding-right: 5;
	padding-top: 3;
	padding-left: 3;
	padding-bottom: 3;
	background-color: #FBFBFB;
	/*	border-right: 1px groove;
        border-bottom: 1px groove;	*/
}

TD.fieldForm {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	color: #575757;
}

.fieldTable {
	font-size: 11px;
}

TD.fieldPadding {
	padding: 3px;
}

.listadoExcel {
	background-color: Silver;
}

/*****************   PIE DE PAGINA **********************/
/* envio de sugerencias 800 */
#footer-800 {
	height: 40px;
	width: 100%;
	background: transparent url(../images/footer.jpg) bottom left no-repeat;
	font-size: 10px;
}

/* envio de sugerencias 1024 */
#footer-1024 {
	height: 25px;
	width: 100%;
	background: transparent url(../images/footer.jpg) bottom center
		no-repeat;
	font-size: 10px;
}

/* copyright */
#copyright {
	font-size: 10px;
	text-align: center;
	vertical-align: abstop;
	padding-top: 0px;
	margin-top: 0px;
}

/*****************   CABECERA **********************/
/* recuadro fondo banner cabecera*/
#banner {
	width: 100%;
	height: 69px;
	float: right;
	padding-left: 6px;
	padding-top: 6px;
	text-align: center;
	/*background: url(../images/banner_back.jpg) no-repeat center;*/
}

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

/* borde gris cabecera */
#pagewidth-800 { /*width:770px;*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/back_all.gif) repeat-y 0px 140px;
	margin-bottom: 18px;
}

#pagewidth-1024 {
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/back_all1024.gif) repeat-y;
	margin-bottom: 18px;
}

#header {
	background: #FFFFFF;
	margin-top: 0;
}

.clr {
	clear: both;
	/* Bajamos para abajo, esta hace que la tabla de datos no este encima del logo ...*/
	height: 18px;
	margin: 0px;
	padding: 0px;
}

.content {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 18px;
}

#top-top {
	height: 30px;
	width: 100%;
	background: transparent;
}

#top-bottom {
	height: 80px;
	width: 200px;
	background: transparent;
	float: left;
}

#search {
	margin: 0px;
	padding: 0px;
	width: 148px;
	height: 28px;
	float: right;
	background: url(../images/back_search.jpg) right top no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	vertical-align: top;
}

#search .inputbox {
	width: 100px;
	height: 18px;
	font-size: 10px;
	background: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

#search .button {
	margin: 0px;
	padding: 0px;
	height: 14px;
	font-size: 10px;
	background: transparent;
	border: none;
	line-height: 10px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#topmenu {
	height: 24px;
	float: right;
	width: 600px;
	margin-right: 2px;
}

#pathway {
	width: 500px;
	height: 19px;
	padding-left: 20px;
	padding-top: 5px;
}

/**************** MENUS *********************************/
/* Topmenu */
a.mainlevel {
	color: #225f98;
}

ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	white-space: nowrap;
}

ul#mainlevel-nav li {
	width: auto !important;
	width: 5%;
	float: left;
	margin: 0;
	height: 21px;
	line-height: 20px;
	white-space: nowrap;
	margin-top: 50px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

ul#mainlevel-nav-cierra li {
	width: auto !important;
	width: 5%;
	float: left;
	margin: 0;
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	white-space: nowrap;
	/*margin-right: 1px;*/
	margin-top: 8px;
	background: #FF9C64;
	border-left: 1px solid #E58D00;
	border-top: 1px solid #487FC5;
	border-right: 1px solid #D0EAFF;
	border-bottom: 3px solid #FFAA24;
}

ul#mainlevel-nav li a {
	font-weight: normal;
	/*font-family: Soho Std Medium;*/
	font-size: 14px;
	height: 21px;
	display: block;
	padding-left: 4px;
	padding-right: 10px;
	text-decoration: none;
	color: #000000;
	margin-left: 5px;
	white-space: nowrap;
	background: #FFFFFF;
}

ul#mainlevel-nav-cierra li a {
	font-weight: bold;
	height: 21px;
	display: block;
	padding-left: 4px;
	padding-right: 10px;
	text-decoration: none;
	color: #320000;
	margin-left: 5px;
	white-space: nowrap;
	background: #FFA558;
}

li#mainlevel-nav-cierra a {
	font-weight: bold;
	height: 21px;
	display: block;
	padding-left: 4px;
	padding-right: 10px;
	text-decoration: none;
	color: #320000;
	margin-left: 5px;
	white-space: nowrap;
	background: #FFA558;
}

ul#mainlevel-nav li:hover,ul#mainlevel-nav li.sfhover {
	color: #B2C1D6;
}

ul#mainlevel-nav li:hover a,ul#mainlevel-nav li.sfhover a {
	color: #B2C1D6;
}

#maincol-normal-800 div.moduletable h3,#maincol-wide-800 div.moduletable h3,#maincol-broad-800 div.moduletable h3,#maincol-normal-1024 div.moduletable h3,#maincol-wide-1024 div.moduletable h3,#maincol-broad-1024 div.moduletable h3
	{
	background: url(../images/module_head_back.jpg) repeat-x;
}

/* Main Menu(s) */
a.mainlevel {
	font-size: 10px;
	padding-left: 4px;
	width: 143px;
	display: block;
	line-height: 26px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	border-right: 4px solid #CACACA;
	voice-family: "\"}\""; /* Box Model fix */
	voice-family: inherit;
	width: 135px;
}

a.mainlevel-nav {
	font-weight: normal;
	/*font-family: Soho Std Medium;*/
	font-size: 14px !important;
	height: 21px;
	display: block;
	padding-left: 4px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	margin-left: 5px;
	white-space: nowrap;
	background: #FFFFFF;
}

a.mainlevel-nav:hover {
	color: #B2C1D6;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

html>body a.mainlevel {
	width: 135px;
} /* Opera5-Fix-fix ;-) */
a.mainlevel:hover,a.mainlevel#active_menu {
	background: #F1F1F1;
	text-decoration: none;
	font-weight: bold;
}

#outer {
	/*background: transparent url(../images/content-top.gif) no-repeat top;
  width: 769px;*/
	border: none;
	padding-top: 6px;
	text-align: justify;
}

div.centrado {
	text-align: center;
}

div.centrado table {
	margin: 0 auto;
	text-align: left;
}

/* caja login */
div.module h3 {
	color: #225f98;
	border-bottom: 1px solid #d13e68;
	font-size: 13px;
	text-align: left;
}

div.module {
	width: 177px;
	background: transparent url(../images/module_middle.jpg) left repeat-y;
	margin-bottom: 10px;
}

div.module div {
	width: 177px;
	background: transparent url(../images/module_top.jpg) top left no-repeat;
}

div.module div div {
	width: 177px;
	background: transparent url(../images/module_bottom.jpg) bottom left
		no-repeat;
	text-align: left;
}

div.module div div div {
	width: 137px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	background: transparent;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: left;
}

div.module div div div table td {
	font-size: 10px;
	text-align: left;
}

.error,.msgText {
	font-size: 10px;
	color: red;
}

/* *************** PANTALLA ARBOL SELECCION ***********************/
/* Estilos para pestamas no seleccionadas */
.pestanyaNoSelected,.pestanyaNoSelected a,.pestanyaNoSelected a {
	text-decoration: none;
	font-size: 14px /*Soho Std Medium*/;
	color: #8C8C8C;
}

.pestanyaNoSelected a:hover {
	text-decoration: none;
	color: #B2C1D6;
}

/* Estilos para pestamas seleccionadas */
.pestanyaSelected,.pestanyaSelected a,.pestanyaSelected a:link {
	text-decoration: none;
	font-size: 14px /*Soho Std Medium*/;
	color: #003278;
}

.pestanyaSelected a:hover {
	text-decoration: none;
	color: #B2C1D6;
}

/* Estilo para la barra de herramientas del arbol*/
.navegacionD {
	background: #ffffff;
	margin-right: 1px;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 2px;
	border: 1px solid #8C8C8C;
	padding: 0px 0px;
}

/**********************  RESULTADOS CONSULTA GENERAL ***********************************/
.paginacion {
	font-size: 10px;
}

.nota {
	font-size: 10px;
	line-height: normal;
	font-style: italic;
}

/* TABLA DE CAMPA�A O DE INFORMACI�N DE LA P�GINA PRINCIPAL*/
table.campa {
	width: 100%;
	border-width: 0px;
	border-collapse: collapse
}

td.campa_imagen {
	empty-cells: show;
	height: 70px;
}

td.campa_cuerpo {
	padding: 5px 5px 20px 5px;
	font-size: 70%;
	color: #333333;
}

/**********************  NUEVOS ESTILOS ******************************/
.formulario {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%
}

.mapa {
	background: #FFFFFF url(../images/mapa.png) no-repeat center center;
}

.login {
	border: 1px #DEDEDE solid;
	background: #FFFFFF;
	width: 34em;
	padding: 1em;
	padding
	=4px;
	cellspacing
	="0";
	align
	="center";
}

.datos {
	border: 1px #8C8C8C solid;
	background: #FFFFFF;
	color: #43403F;
}

.boton {
	padding-right: 10px;
	border: none;
}

.error {
	color: #FF3210;
	font-weight: bold;
	font-size: 12px"
}

.puntos {
	background: url(../images/linea_puntos_grisclaro.png) repeat-x;
}

.titIzq,.titIzq a { /*font-family: Soho Std ExtraBold;*/
	font-size: 18px;
	color: #003278;
	vertical-align: top;
	text-decoration: none; *
	html a{line-height: 1;
}

}
.subtitIzq { /*font-family: Soho Std ExtraBold;*/
	font-size: 18px;
	color: #003278;
	vertical-align: top;
	text-decoration: none;
}

.punteado {
	border-width: 1px;
	border-style: dashed;
	border-color: #8C8C8C;
	/*font-family: Soho Std Medium;*/
	font-size: 14px;
	padding: 10px;
}

.grupoPubli {
	color: #8C8C8C;
	/*font-family: Soho Std ExtraLight Condensed;*/
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.selPubli,.selPubli a { /*font-family: Soho Std ExtraBold Condensed;*/
	text-decoration: none;
	color: #003278;
	font-size: 12px;
	padding: 3px;
}

.titPubli,a.titPubli {
	color: #003278;
	/*font-family: Soho Std Condensed;*/
	font-size: 10px;
	font-weight: bold;
}

.titPubli a:hover {
	color: #B2C1D6;
	text-decoration: none;
	font-weight: bold;
}

td.titPubli { /* border-bottom: 1px dashed #8C8C8C; */
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #8C8C8C;
}

.tablaPubli { /*border-bottom: 1px dashed #8C8C8C;*/
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #8C8C8C;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.tablaPubli a:link,.tablaPubli a:visited,.tablaPubli a:hover {
	font-size: 12px;
}

.botonesLogin{
	background: none repeat scroll 0 0 #003278 !important;
	border: 0 none;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 0.9em !important;
	width: 7em;
	margin-bottom: 0.5em;
	padding: 0.4em;
}