/* CSS Document */
body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/fondo.gif);
}
/*input,textarea,select {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 2px solid #99CCFF;
	border-left: 1px solid #99CCFF;
	margin: 2px;
}*/
input,select {
	font-family: "Trebuchet MS", Verdana;
	border: 1px solid #969696;
	font-size: 11px;
	color:#002C6D;

}
textarea {
	font-family: "Trebuchet MS", Verdana;
	border: 1px solid #969696;
	font-size: 11px;
	color:#002C6D;
}
button, submit {
	font-family: "Trebuchet MS", Verdana;
	border: 1px solid #969696;
}
.boton {
	font-family: "Trebuchet MS", Verdana;
	background-color: #f2842b;
	border: 1px solid #99CCFF;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	height: 22px;
}
form {
	margin: 0px;
	padding: 0px;
}
.divPrincipal {
	width: 100%;
	height: 100%;
	margin: auto;
}
.tabla_botonera {
	text-align:center;
	border-collapse: collapse;
	text-align: right;
}
.tabla_botonera td{
	padding: 0px 10px 0px 10px;
	font-size: 10px;
}
.tablaPrincipal{
	width: 802px;
	/*border: 1px solid #000000;*/
	border-collapse: collapse;
}

.tablaPrincipal td {
	padding: 0px;
}
.inv {
	height: 0px;
}

.izquierda {
	width: 175px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}
td.noentradito {
	width: 100%;
	text-algin: left;
	color: #2E393B;
}
/* nivel 1 */
#menuizq_1 {

	background-image: url(../images/menu.jpg);
	background-color:#011638;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	height:22px;
}
#menuizq_1 a, #menuizq_1 a:visited {
	
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #011638;
	text-decoration:none;
	  
  /*border-right:10px solid #00002A;*/
  }
#menuizq_1 a:hover {
  /*border-right:10px solid #99CCFF;*/
 
  color: #ffffff;
}
/* nivel 2 */
#menuizq_2 {

	background-image: url(../images/submenu.jpg);
	background-color:#011638;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	height:22px;
}

#menuizq_2 a, #menuizq_2 a:visited {
	
	
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
  
  /*border-left:7px;*/
  /*border-right:10px solid #000000;*/
  }
#menuizq_2 a:hover {
  /*border-left:7px solid #000000;
  border-right:10px solid #EB880E;*/
 
  color: #A3CE54;  
}
/* nivel 3 */
#menuizq_3 a, #menuizq_3 a:visited {
	
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #357AE2;
	text-decoration:none;
	padding-left:15px;
}
#menuizq_3 a:hover {
	
	color: #153C78;

}
/* nivel 4 */
.menuizq_4 {
	font-size: 14px;
	width: 100%;
	border: 1px;
	border-collapse:collapse;
	color: #B88C07;
}
table.menuizq_4 td.entradito {
	height: 30px;
	text-align: left;
	padding-left: 48px;
	color: #2E393B;
}

.menuizq_abierto {
	color: #000000;
	text-decoration: none;
	background-color: #0E929E;
	padding-left: 3px;
}
.menuizq a {
	color: #000000;
	text-decoration: none;
}
.menuizq a.current {
	color: #FF3366;
}
.menuizq a:hover {
	color: #666666;
}
.menuizqabierto a:link {
	color: #000000;
	text-decoration: none;
	background-color: #0E929E;
	font-weight: bold;
}
.menuizqabierto a:hover {
	color: #CCFFCC;
	text-decoration: none;
	background-color: #0E929E;
	font-weight: bold;
}

.central{
	vertical-align: top;
	width: 550px;
	background-color:#000000;
}
.inner_central {
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}
.inner_central_td {
	padding: 0px;
	width: 100%;
	height: 406px;
	/*background-image: url('../images/fondo-gral.jpg');^*/
	background-repeat: no-repeat;
	vertical-align: top;
}

.pie {
	font-size: 11px;
	text-align: center;
}
.pie div {
	padding: 5px;
}
.ampliacion{
 position:absolute; 
 left: 61px; 
 top: 320px; 
 visibility: hidden; 
 border: 1px solid #333333; 
 background-color: #EB880E; 
 cursor: move;
 z-index: 100;
}
.tablaproducto {
	/*background-color: #FFFFFF;*/	
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.tablaproductoover {
	/*background-color: #eb880e;*/
	/*border: 1px solid #FFFFFF;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/fondoprod.png',sizingMethod='scale');
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;

}