@charset "utf-8";
/* CSS RESETEO DE ESTILOS */
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* para preservar line-height y apariencia de selectores */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*permitir escalado en IE*/
input, textarea, select {
*font-size:100%;
}
/*porque legend no hereda en ID */
legend {
	color:#000;
}
/* ----------------- FIN RESETEO ----------------------- */
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg0.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* --------------------- CABECERA ----------------------------- */
#top {
	height: 118px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(images/bg1.gif);
	background-repeat: no-repeat;
}
#sombra {
	height: 26px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
}
/* ----------------------- PRINCIPAL ------------------------------ */
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
/* --------------------- BUSCADOR ----------------------------- */
#buscador {
	background-image: url(images/bg3.gif);
	background-repeat: no-repeat;
	height: 137px;
	width: 230px;
	padding: 10px;
	margin-bottom: 3px;
}
#buscador h1 {
	color: #2C5C7C;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
#buscador p {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: left;
}
#menu ul {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}
#menu li {
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	height: 25px;
}
#menu li a {
	text-decoration: none;
	color: #749EBE;
	padding-left: 10px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu li a:hover {
	color: #2C5C7C;
	text-decoration: none;
	background-color: #EEEEEE;
}
/* ---------------- CONTENIDO --------------------- */
#contenido {
	width: 690px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	left: 20px;
	clear: none;
	float: left;
	padding-top: 5px;
}
#contenido strong {
	color: #000000;
}
#contenido h1 {
	font-size: 24px;
	color: #2c5c7c;
	margin-bottom: 10px;
	font-weight: bold;
}
#contenido h2 {
	font-size: 18px;
	color: #5E9CC6;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #F1F7FA;
	margin-top: 25px;
	background-image: url(images/pin1.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 11px;
}
#contenido h3 {
	font-size: 14px;
	color: #CC0000;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #FFF0F0;
	margin-top: 15px;
}
#contenido p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}
#contenido ul {
	color: #666666;
	font-size: 12px;
	margin-bottom: 15px;
}
#contenido li {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 3px;
}
#contenido .rojo {
	font-weight: bold;
	color: #CC0000;
}
#contenido .azul {
	font-weight: bold;
	color: #0099FF;
}
#contenido .imgdch {
	padding: 4px;
	clear: none;
	float: right;
	margin-left: 10px;
	border: 1px solid #003366;
}
#contenido .imgform {
	padding: 4px;
	clear: none;
	float: right;
	border: 1px solid #003366;
}
a.enlace:link, a.enlace:visited, a.enlace:active {
	color: #2c5c7c;
	text-decoration: underline;
}
a.enlace:hover {
	color: #0099FF;
	text-decoration: underline;
}
/* ---------------- FORMULARIO --------------------- */
form {
	overflow: visible;
}
label {
	display:block;
	font-weight:bold;
	color: #CC0000;
	margin-bottom: 5px;
}
fieldset {
	border:1px solid #2c5c7c;
	padding: 20px;
	margin-bottom: 10px;
}
legend {
	color: #2c5c7c;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #2c5c7c;
}
select {
	border: 1px solid #666666;
}
input:focus, textarea:focus {
	background-color: #FFFFCC;
}
/* ***************** PROVINCIAS ***************** */
#provincias {
}
#provincias ul {
	font-size: 10px;
}
#provincias li {
	display: inline;
	width: 341px;
	margin: 2px;
	clear: none;
	float: left;
}
/* ************************ TABLAS ***************************** */
#tabla table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 3px solid #666666;
}
#tabla td {
	vertical-align: top;
	text-align: center;
	padding: 5px;
	border: 1px solid #999999;
	font-size: 12px;
}
/* ******************************************** */
/* ************** MENSAJES ******************** */
/* ******************************************** */
.info, .ok, .atencion, .nok {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}
.ok {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/ok.png');
}
.atencion {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/atencion.png');
}
.nok {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/nok.png');
}
/* ********************** PIE ********************** */
#pie {
	width: 100%;
	height: 80px;
	overflow: visible;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #DDDDDD;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #999999;
}
#pie p {
	font-size: 10px;
	color: #2C5C7C;
	text-align: center;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #2C5C7C;
	text-decoration: none;
}
#pie a:hover {
	color: #2C5C7C;
	text-decoration: none;
}
