@CHARSET "UTF-8";
body {
	color: white;
	background-color: black;
	font-family: Arial;
	font-size: 12;
}

a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #cf6a00;
}
h1 {
	color: #9f3b09;
}
h2 {
	color: #9f3b09;
}
table {
	border: 0;
	font-family: Arial;
	font-size: 12;
}

tr {
	padding: 0;
}

td {
	padding: 0;
}

img {
	border: none;
}
#todo {
	margin: 0 auto 0 auto;
	width: 1024;
}

#cabecera {
	margin: 0 auto 0 auto;
	width: 800;
}
#mapa {
	margin: 0 auto 0 auto;
	width: 800;
}
.tdCentralCabecera {
	text-align: center;
	background-image: url('img/fondo1.png');
	font-size: 16;
	color: black;
}

td.tdCabecera {
	background: url('img/fondo2.png') 0px 0px !important;
	width: 106px;
	height: 20px;
	text-align: center;
	cursor: pointer;
}
td.tdCabecera:hover {
	background: url('img/fondo2.png') 0px -20px !important
}
td.tdBusCab {
	background: url('img/fondo3.png') 0px 0px !important;
	width: 80px;
	height: 20px;
	text-align: left;
	padding-left: 18;
	cursor: pointer;
}
td.tdBusCab:hover {
	background: url('img/fondo3.png') 0px -20px !important;
}
td.tdBuscar {
	background: url('img/fondo3.png') 0px 0px no-repeat !important;
	width: 278px;
	height: 20px;
	text-align: left;
	padding-left: 18;
	cursor: pointer;
}
td.tdBuscar:hover {
	background: url('img/fondo3.png') 0px -20px no-repeat !important
}
td.tdBuscarm {
	background: url('img/fondo4.png') 0px 0px no-repeat !important;
	width: 278px;
	height: 20px;
	text-align: left;
	padding-left: 18;
	cursor: pointer;
}
td.tdBuscarm:hover {
	background: url('img/fondo4.png') 0px -20px no-repeat !important
}
td.tdBuscarn {
	background: url('img/fondo5.png') 0px 0px no-repeat !important;
	width: 278px;
	height: 20px;
	text-align: left;
	padding-left: 18;
	cursor: pointer;
}
td.tdBuscarn:hover {
	background: url('img/fondo5.png') 0px -20px no-repeat !important
}

.titulo1 {
	font-size: 22;
}

div#pie {
	position:absolute;
	display:block;
	bottom:10px;
}

div#contenedorDatos {
	display:inline;
	top:30px;
	position:relative;
}

.datos {
	overflow-y:auto;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	background-color:#f3e3e3;
	border-style:solid;
	border-width:3px;
	border-color:#a53637;
	height: 400px;
}
.titularDatos {
	background-color:#002143;
	color:567799;
	font-size: 14px;
	font-weight:bold;
	padding:3 3 10 15;
}
.datosTitulo {
	padding:3px;
	font-weight:bold;
	color: white;
	background-color: #a53637;
}

.amplio {
	line-height:16px;
	color: black;
}

#contenedorFoto {
	margin: 0 auto 0 auto;
	width: 813;
	height: 600;
	overflow: auto;
}

#contenedorImgRef {
	margin: 0 auto 0 auto;
	width: 820;
	height: 600;
}
#contenedorImgCre {
	margin: 0 auto 0 auto;
	width: 750;
	height: 600;
}

.sigAnt {
	font-size: 20px;
	font-weight: bold;
}

div#contenedorBusDatos {
	display:inline;
	top:30px;
	position:relative;
}

#busProv {
	margin: 0 auto 0 auto;
	width: 800;
}
#busProvDatos {
	margin: 0 auto 0 auto;
	width: 900;
}
.busDatos {
	height: 436;
	overflow-y:auto;
}

.conTxt {
	position: absolute;
	width: 1014;
	bottom: 40;
	top:100;
	overflow-y: auto;
	padding-right: 10;
}
.txtNormal {
	text-align:justify;
	font-size: 14;
}
.tabla {
	width: 248;
	margin: 0 auto 0 auto;
}
