/* CSS Document */
A { cursor:pointer; }
IMG { border:0px none; }

* {
	font-family:Calibri,tahoma;
	font-size:12px;
}

#cabecera {
	background-image: url(../img/cabecera.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 720px;
}

body {
	margin:0px;
	padding:0px;
	background-color: #EEEEEE;
}
p,div {margin:0px;padding:0px; }
td { padding: 5px; }
div#Contenedora {
	width:100%;
	text-align:center;
}
div#CentradaHS {
	width:720px;
	margin:auto;
	text-align:left;
	height: 500px;
}
html>body div#CentradaHS {
	width:720px;
}
#izquierda {
	background-image: url(../img/interfaz_07.gif);
	float: left;
	height: 388px;
	width: 263px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#derecha {
	background-image: url(../img/interfaz_13.jpg);
	float:left;
	height: 388px;
	width: 457px;
	margin: 0px;
	padding: 0px;
}
html>body #derecha {
	width: 457px;

}
.textoclaro {
	color: #555;
	text-align: justify;
	line-height: 14px;
	word-spacing: 3px;
	letter-spacing: 0px;
	text-indent: 20px;
}
.textonegro {

	color: #333333;
	font-weight: bold;
	text-align: justify;
	line-height: 17px;
	word-spacing: 3px;
	letter-spacing: 0px;
	text-indent: 20px;
}
img {
	border: 0px solid #000000;
}
form {
	margin: auto;
	margin-left: 20px;
 	padding: 0px;
}
label {
  font-weight: bold;
  color: gray;
  margin-left: 0px;
  text-align: left;
}
select,option {
  border: 1px solid #003366;
	color: #003366;
	padding-left: 2px;
	background-color: #EEEEEE;
}
textarea,input {
	border: 1px solid #003366;
	color: #003366;
	padding-left: 2px;
	background-color: #EEEEEE;

}
textarea { overflow: auto; }
.textomenu {
	color: #000;
	font-weight: normal;
	padding-right: 10px;
	text-align: right;

}

.opcion {
	font-size:16px;
	font-weight: bold;
	color:#1a456f;
	background-image: url(img/opciones.gif);
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 10px;
	text-align:right;
}
#izquierda a:link,#izquierda a:visited,#izquierda a:active { color: #999999;text-decoration: none; }
#izquierda a:hover { color: #000000;text-decoration: underline; }
#derecha a:link,#derecha a:visited,#derecha a:active { color: #999999;text-decoration: none; }
#derecha a:hover { color: #000000;text-decoration: underline; }
#fecha {
	color: #FFFFFF;
	padding-top: 88px;
	margin-left: 10px;
	font-weight: normal;
}
h1 {
	font-size:16px;
	font-weight: bold;
	text-align:right;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
	background-image: url(../img/encabezado.gif);
	background-repeat:no-repeat;
	background-position: right top;
	line-height: 21px;
	margin:0px;
}
.cabeceratabla {
	background-color: #EDEDED;
	font-weight: bold;
}

.cabeceratabla2 {
	background-color: #DDDDDD;
	font-weight: bold;
}

.contenidotabla {
	font-weight: normal;
	border: 1px dashed #666666;
	text-align:left
}
.scroll {
	overflow: auto;
	clip:   rect(0px auto 355px auto);
	height: 355px;
	width: 100%;
}
.negrita { font-weight: bold; }
.cursiva { font-style: italic; }
.subrayado { text-decoration: underline; }
.vinculo {
	font-weight: bold;
	text-align:right;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.formulario {
 	font-weight: bold;
 	margin: 15px;
}
.barras {
          scrollbar-face-color: #C0C0C0;
          scrollbar-highlight-color: #C0C0C0;
          scrollbar-3dlight-color: #C0C0C0;
          scrollbar-shadow-color: #C0C0C0;
          scrollbar-arrow-color: #7F7F7F;
          scrollbar-darkshadow-color: #5F5F5F;
          scrollbar-track-color: #DFDFDF;
          scrollbar-base-color: #7F7F7F;
}
.normal { font-weight: normal; }
#pestana {
         margin: 15px;
         padding: 2px 2px 2px 0px;
         border-bottom: 2px solid #000;
         line-height: 20px;
}
#pestana a:link, #pestana a:visited {
         border: 1px solid #aaa;
         border-right: 0px;
         background-color: #eee;
         color: #000;
         padding: 2px 5px 5px 5px;
}
#pestana #final {
         border: 1px solid #aaa;
         background-color: #eee;
         color: #000;
         padding: 2px 2px 5px 2px;
         }
#pestana #resaltado {
         border: 1px solid #000;
         background-color: #000;
         color: #fff;
         padding: 5px;
}
.volver {
        background-color:#eee;
        margin:15px;
        padding:5px;
        }
.cabecerat {
          	background-color: #EDEDED;
          	font-weight: bold;
          	padding: 2px;
          	}
.cabecera  	{
            padding: 2px;
          	}
TH {
	text-align:right;
}
TH.listado {
	background-color:#1a456f;
	color:#fff;
	text-align:left;
	padding:4px;
}