/*  vhm  */


.detProductos2 {
  background-color:#ffffff;
  color:#;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  cursor:default;
  vertical-align: middle;
  border-width: 1px;
}


.encTbl{
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
  
  background-color:#E8E8E8;
	  color:#00468C;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}
.detTbl:hover{
		border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;

	background-color:#ffffee;
  color:#0000ff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  cursor:hand;
  vertical-align: middle;
  border-width: 1px; 
	  font-weight:bold;
}

.detTbl {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;

  background-color:#ffffff;
  color:#;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  cursor:default;
  vertical-align: middle;
  border-width: 1px;
}

.detTbl2 {
	
  background-color:#ffffff;
  color:#;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  cursor:default;
  vertical-align: middle;
  
}
.encTbl2{
	border-bottom: 1px solid #CCC;
	
  background-color:#E8E8E8;
	  color:#00468C;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
}

 #header ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#header li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0;
    }
    
	#header a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		color: #00c;
		width: 8em;
		text-align: center;
    }
	
	#header a:hover {
		background: #ddf;
	}
	
	#header #selected {
		border-color: black;
	}
	
	#header #selected a {
		/*position: relative;*/
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}
	
	#content {
		border: 1px solid black;
		clear: both;
		padding: 0 1em;
	}
	
.cuadroIngBA {
  background-color:#F1F1F1;
  font-size:11px;
  border-top-color:#909090;
  border-top-style:solid;
  border-top-width:1px;
}
	
.cuadroIngALERTA {
	color:#A70303;
	font-weight : bolder;
	/*margin: 3px 0;
	padding: 3px;
	background-color: #F1F1F1;
	*/
	
	
}	
.cuadroEtiBA {
  background-color:#FFFFFF;
  font-size:11px;
  border-top-color:#909090;
  border-top-style:solid;
  border-top-width:1px;
  font-weight: bold;
}
	
.cuadroHpBA {
  border-top-color:#909090;
  border-top-style:solid;
  border-top-width:1px;
  background-color:#FFFFD9;
  font-size:9px;
  
}
.textoRojo9p {
  color:#CC3300;
  font-size:9px;
}
.tablaErrorEncabezado {

  /*background-color:#FFFFFF;*/
  font-size:11px;
  border-top-color:#909090;
  border-top-style:solid;
  border-top-width:1px;
  font-weight: bold;
}

.estilotabla{
    /*color blanco*/
	/*background-color:ffffff;*/  
	backgound-color:#CCCCFF;
    border-style:solid;
    border-color:666666;
    border-width:1px;
	
} 

.estilocelda{
    /*background-color:#9999CC;*/
    /*color:333333;*/
    /*font-weight:bold;*/
    font-size:9px;
    border-top-width:1px;
} 


#estilo-error th
{
	
	/*ENCABEZADO*/
	/*width:60px;*/
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	background: #b9c9fe url('imagenes/encabezado.png') repeat-x;
	/*
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	*/
	/*
	border-right: 1px solid #0865c2;
	border-top: 1px solid #0865c2;
	border-left: 1px solid #0865c2;
	border-bottom: 1px solid #0865c2;
	*/
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	
	/*color: #039;*/
	color: #000000;
	
}
#estilo-error td
{
	/*FILAS DE LA TABLA*/
	padding: 3px; 
	/*border-bottom: 1px solid #fff;*/
	/*
	border-left: 1px solid #0865c2;
	border-bottom: 1px solid #0865c2;
	border-right: 1px solid #0865c2;
	*/
	font-size: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	
	/*color: #669;*/
	color:#000000;
	border-top: 1px solid #fff;
	background: #e8edff url('imagenes/fondo.png') repeat-x;
}
#estilo-error tfoot tr td
{
	/*PIE DE LA TABLA*/
	/*background: #e8edff;*/
	background: #A20000;
	font-size: 12px;
	font-weight: bold;
	/*color: #99c;*/
	color: #FFFFFF;
	
}
#estilo-error tbody tr:hover td
{
	background: #d0dafd url('imagenes/marcado.png') repeat-x;
	color: #339;
}


