@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(../img/dar_body_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	width: 760px;
	margin: auto;

	text-align: center;
	
	background-image: url('../img/bg_body.gif');
	background-repeat: repeat-y;
	background-position: top center;
	
}

#footer2{
	color: #9EA0A2;
	font-family: Arial;
	font-size: 12px;
	height: 34px;
	clear: both;
	text-align: left;
	
	width: 760px;
	background-image: url('../img/footerpalkki.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-weight: bold;
	
}

#copy{
	float: left;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 5px;
	color: #666666;
}

ul#menu_pie{
	white-space: nowrap;
	margin: 0px;
}

ul#menu_pie li{
	display: inline;
	background: url('../img/bull.png') left no-repeat;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 10px;
}

ul#menu_pie li a, ul#menu_pie li a:link, ul#menu_pie li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold ;
}

ul#menu_pie li a:hover {
	text-decoration: underline;
}

#othermenu{
	float: right;
	padding-top: 10px;
	padding-right: 28px;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	font-family: Arial;
}

#footer{
	color: #9EA0A2;
	font-family: Arial;
	font-size: 10px;
	padding-top: 8px;
	position: relative;
	height: 20px;
	clear: both;
	
	background-color: #FFF;
	
	font-weight: bold;
}

/* logines */

input#user, input#pass {
    border:1px solid #A0A0A0;
}

.bg_index {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bg_menu_total {
	background-image: url(../img/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg_top td {
	background-image: url(../bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.texto_normal, table.cuadro td, input, textarea {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.texto_normal, table.cuadro td {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.texto_titulos {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.link {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
.direccion {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}
.direccionweb {
	font-size: 9px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
.bg_total {
	background-color: #0094DE;
	background-image: url(../img/dar_body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.barra_soporte {
	background-image: url(../img/barra_soporte.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:20px;
}
.texto_barra_soporte_gris {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.texto_barra_soporte_blanco {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_barra_soporte_azul {
	font-size: 9px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
.correoweb {
	background-image: url(../img/correo_web.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.panel_control {
	background-image: url(../img/panel_control.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.usuario_contraseña {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.titulo_cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
}

/* listado de productos home */
ul#productos  {
	list-style-image: url('../img/bull.gif');
}
ul#productos a {
	text-decoration:none;
}

/* botones */
.boton {
	border:0px; 
	background:url('../img/bg_boton.png') no-repeat top center; 
	width: 65px; 
	color:#FFFFFF; 
	height: 22px
}

.boton2 {
	border:0px; 
	background:url('../img/bg_boton2.png') no-repeat top center; 
	color:#FFFFFF; 
	width: 120px;
	height: 22px 
}


/* clientes */
table.tabla_separador td{
	border-bottom: 1px dashed #CCCCCC;
}

/* links con el bull */
a.bull {
	background:url(../img/bull.png) no-repeat left top; 
	padding-left: 20px;
}