html, body { height: 98%; }

body
{
	background: black url('/imagenes/fondo_final_comp.jpg') no-repeat center center; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
   margin: 0;
   padding:0;
   margin-bottom:5px;
   text-align: center;
}

#wrapper
{
    margin: 0 auto;
    text-align:left;
    width: 960px;
}

div.espacio
{
	height:10px;
}

/* Estructura del sitio */
#contenedor
{
	background: url('/imagenes/fondo_bajo.png') repeat-x top center; 
   text-align: center;
   width: 100%;
   margin: auto;
   border: 0;
   height: 100%;
}

/* Estructura del sitio */
#cabecera
{
  /* background-color: white;
   color: #333300;
   font-size:12pt;
   font-weight: bold;
   padding: 3px 0px 3px 0px;
   width: 950px;
   margin: auto;
   margin:10px auto 0;
   border-color: #140d36;
   border-style: solid;
   border-width: 5px 5px 0px 5px; */
   
   margin-left: -5px;
}

#cuerpo_centro
{
	float:left;
	padding: 10px;	
   text-align: left;
   width: 755px;
   border: 1px solid gray;px;
   margin-left:10px;
   position: relative;
}

#cuerpo_centro_content
{
	padding:5px;	
	background: url(/imagenes/fondo_trans_blanco.png);
	position: relative;
}

.column {
	float:left;
	margin-left: -5px;
}

#rightBox{
	float:left;
	margin-left: 12px;
	padding: 10px;
	border: 1px solid gray;
	width: 120px;
}

.columna_menu
{
	background: none;
	filter: alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	width: 120px;
}

.columna_menu img
{
	margin-bottom: 10px;	
}

#pie
{
   margin-left: -5px;
   font-size: 12px;
}

#cabecera_contentBoxBg,
#rightBox_contentBoxBg,
#rightBox2_contentBoxBg,
#pie_contentBoxBg {
	background: white url(/imagenes/fondo_espacio_bottom.png) repeat-x bottom;
	filter: alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.box_form,
#cuerpo_centro_contentBoxBg{
	background: white url(/imagenes/fondo_espacio_bottom.png) repeat-x bottom;
}

#pie_content{
	padding: 10px;
	text-align: center;	
}

#nav_titulo{ padding: 0em 0.5em; color: white; background: gray; width: 28px; }

#barra_nav_cont
{
	background: white; 
	height: 24px;
}

#barra_nav{ margin: 0; padding: 0; list-style-type:none; }
#barra_nav li{ display: inline; }
#barra_nav a{ color: gray; text-decoration: none; float:left; padding:0.3em 0.5em; border:1px solid white; }
#barra_nav a:hover{ color: black; text-decoration: none; background: url('/imagenes/fondo_nav_sel.png'); border:1px solid gray; }


#menu_top{ margin: 0; padding: 0; list-style-type:none; }
#menu_top li{ display: inline; }
#menu_top a{color: white; text-decoration: none; float:left; padding:0.2em 1.8em; }
#menu_top a:hover{ color:black; text-decoration: none; }

#banner_principal
{
	width: 728px;
	height: 90px;
	border:1px solid black;
	background: black;
	color: white;
	text-align: center;
}

#buscador_cabecera{}
#buscador_cabecera input{ border: 1px solid black; }

div#menu_elem
{
	width:93px; 
	height:40px; 
	text-align:center; 
	padding:3px;
	color:#136826;
}

#datos_conexion
{
	padding: 5px;
	border: 1px solid gray;
	border-top: 0;
	border-bottom: 0;
	background: #feffe2;
	width: 875px;
	text-align: center;
		
}

#menu_usuario
{
	width: 887px;
	padding: 0;
	background: url('/imagenes/fondo_usuario_enlaces.png') no-repeat;
	height: 30px;
	text-align: center;
}

#menu_usuario_enlaces{ padding:5px; color: black; font-weight: bold; }

#menu_admin
{
	width: 887px;
	padding: 0;
	background: url('/imagenes/fondo_admin_enlaces.png') no-repeat;
	height: 30px;
	text-align: center;
}

#menu_us_op{ margin: 0; padding: 0; list-style-type:none; }
#menu_us_op li{ display: inline; }
#menu_us_op a{color: black; text-decoration: none; float:left; padding:0.2em 1.8em; }
#menu_us_op a:hover{ color:#abd7ff; text-decoration: none; }

#dropmenudiv
{
position:absolute;
border: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
text-align: left;
}

#dropmenudiv a
{
width: 100%;
display: block;
text-indent: 3px;
border:0;
padding: 1px 0;
text-decoration: none;
font-weight: none;
color: black;
}

#dropmenudiv a:hover
{ 
/*hover background color*/
background-color: #ccd8ff;
}

.row_1
{
	padding:2px;
	background:white;
	color:black;
	font-weight:none;
}

.row_2
{
	padding:2px;
	background:#ececec;
	color:black;
	font-weight:none;
}

.separador
{
	height:5px;
	clear: both;
	padding:0;
	margin:0;
}

.msj
{
	height: 36px;
	width: 100%;
	overflow: auto;
	text-align: left;
}

.msj_bien
{
	margin: 2px 10px 2px 10px;	
	background: url('/imagenes/icono_bien.png') no-repeat #e6ffc4;
	padding:3px 3px 3px 40px;
	border: 1px solid green;
	height: 40px;
	text-align: left;
}

.msj_error
{
	margin: 2px 10px 2px 10px;	
	background: url('/imagenes/icono_error.png') no-repeat #ffddc4;
	padding:3px 3px 3px 40px;
	border: 1px solid red;
	height: 40px;
	text-align: left;
}

.msj_advertencia
{
	margin: 2px 10px 2px 10px;	
	background: url('/imagenes/icono_advertencia.png') no-repeat #ffffc4;
	padding:3px 3px 3px 40px;
	border: 1px solid orange;
	height: 40px;
	text-align: left;
}

.msj_info
{
	margin: 2px 10px 2px 10px;	
	background: url('/imagenes/icono_info.png') no-repeat #f9ffeb;
	padding:3px 3px 3px 32px;
	border: 1px solid #904f07;
	height: 32px;		
}

img
{
	border:0;
}

ul
{
	list-style-image: url('/imagenes/vineta.jpg');
}

li
{
	padding-bottom: 8px;
}

/* Estilo para los enlaces */
a:link
{
  font-family:sans-serif, arial;
  font-weight: bold;
  color: #0055d4;
  cursor: pointer;
  font-size:12px;
  text-decoration: none;
}
 
a:visited
{
  font-family:sans-serif, arial;
  font-weight: bold;
  color: #0055d4;
  cursor: pointer;
  font-size:12px;
  text-decoration: none;
}

a:hover
{
  font-family:sans-serif, arial;
  font-weight: bold;
  color:black;
  cursor: pointer;
  font-size:12px;
  text-decoration: underline;
  cursor:pointer;
} 

a:active
{
  font-family:sans-serif, arial;
  font-weight: bold;
  color: #0055d4;
  cursor: pointer;
  font-size:12px;
  text-decoration: none;
}

/* Formularios */
form
{
	padding:0;
	margin:0;
}

.campo_txt
{
	background: #0055d4 url('/imagenes/fondo_etiquetas.png') repeat-x;
	height: 30px;
	border: 1px solid gray;
	color: white;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

.campo_elem
{
	height: 25px;	
	border: 1px solid black;
	padding: 0px 0px 0px 0px; 
	text-align: left;
}

.fondo_producto
{
	background: white url('/imagenes/fondo_producto.png') repeat-x;
	border-width: 2px 1px 0px 0px;
	border-style: solid;
	border-color: gray;
	color: black;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
}

input
{
	padding:3px 5px 3px 5px;
}

.boton
{
	background: url('/imagenes/fondo_botones.png'); repeat-x;
	height: 30px;
	border: 1px solid black;
	color: white;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: center;
	cursor: pointer;
}

/* Tablas */
table
{
	font-family:sans-serif, arial;
	font-size:12px;
	border:0;
}	

/* Capas */
div
{
	font-family:sans-serif, arial;
	font-size:13px;
}

/* Elementos de formulario */
.submit
{
	font-family:sans-serif, arial, courier;
	font-size:12px;
	background: url('/imagenes/submit_back.png') center center;
	border:1px solid gray;
	padding:3px;
	color:white;
	font-weight:bold;
	cursor:pointer;
}

textarea
{
	font-family:sans-serif, arial, courier;
	font-size:13px;
	background: white; /* #e2e3fb url(/imagenes/input_back.png) top center repeat-x;	*/
	border:1px solid black;
	padding:5px;
	color:black;
	font-weight:bold;	
}

.h1
{
	font-size:18px;
}

div.ok_box
{
	background:#00a300;
	color:white;
	font-weight:bold;
	padding:15px;
	font-size:14px;
	border:1px solid #004d00;
}

div.error_box
{
	background:red;
	color:white;
	font-weight:bold;
	padding:15px;
	font-size:14px;
	border:1px solid white;
}

#progreso_cont
{
	position:relative;	
	text-align: center;
	color: black;
	background-color: white;
	padding:0px;
	border:2px solid black;
	width:265px;
	height:30px;
	visibility: hidden;
}

.progreso
{
	height: 30px;
	width:0px;
	background: #00FF00;
}

#progreso_indicador
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 30px;	
	padding: 5px;
}

span.titulo
{
	font-weight:bold;
	font-size:14px;
	color:black;
}

span.rosa
{
	color:#ce2c80;
}

.fondo_trans
{
	position:absolute;
	background: url(/imagenes/fondo_trans.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/imagenes/fondo_trans.png");		
	position:absolute; 
	left:0px; 
	top:0px;
	width:100%;
	height:100%;
	z-index:5;
	color:white;
	visibility:hidden;
}

.blue
{
	color:blue;
	font-weight:bold;
}

div.caja_contenidos
{
	height: 350px;
	overflow: auto;
	padding: 10px;
	color: black;
	font-size: 15px;
}

div.caja_contenidos h1
{
	margin: 2px;	
}