
body.index{
	background: white;
	background-image: url(../images/lienass.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: arial;
	font-size: 12px;
}

/*body{
	background: white;
	background-image: url(../images/lienass.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: arial;
	font-size: 12px;*/
}
/*body{
	background: black;
	background-image: url(../images/liena.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}*/

/*.body{
	background: white;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}*/

.login{
	background-image: url(../images/security.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

h1{
	font-size: 18px;
	font-weight: bold;
}
H2{
	font-size: 14px;
	font-weight: bold;	
}

p{
	color: #525253;
	font-size: 11px;
}

a{
	color:#006DE8;
	text-decoration: underline;
}

.encabezado{
	font-size: 15px;
	color: #2016DD;	
}

.subr{
text-decoration:underline;}
.a_link{
	color:#525253;
}

#contenedor {
	width: 1000px;
	margin: 0 0 0 130 ;
	padding: 0px;
	background-image: url(../images/back.jpg);
}

#centro{
	background: #E9E9E9;
	text-align: left;
	border-top: 4px solid black;
}

*html #centro{
	background: #E9E9E9;
	text-align: left;
	border-width: 0px
}

#menu_left{
	text-align: left;
	width: 100%;
}


.menus{
	background: #E9E9E9;
}

*html .menus{
	background: #E9E9E9;
	border-width:0px;
}

.inicio_aleatorio{
	background-image: url(../images/fondo.jpg);	
	background-repeat: repeat-x;
	height: 200px;
}
.pie{
	font-size: 11px;
	font-weight: bold;
}

.pie a{
text-decoration:none;
color:#000000;}

.texto{
	border:1px solid #cccccc;
	font-size:13px;
	color:#333333;
	width: 250px;
	height: 18px;
}
label.folio{
	color:red;
	font-size: 14px;
	font-weight: bold;
}

table.productos_1{
	border-right: 1px dashed #cccccc;
	height: 150px;
	padding: 5px;
	float: left;
}

table.productos{
	height: 150px;
	padding: 5px;
	float: left;
}

.titulo{
	font-size: 19px;
	color: #1108BB;
	font-weight: bold;
	text-align: right;
}

.sub_titulo{
	font-size: 14px;
	font-weight: bold;
	color:black;
	text-align: right;
}

.descripcion{
	font-size: 11px;
	font-weight: normal;
	color: #525253;
	text-align: justify;
}

td.menu_all{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:white;
	background: #434343;
	width: 195px;
	height: 20px;
	border: 1px solid #38393B;
	padding: 2px 2px 2px 4px;
	cursor:hand;
	cursor:pointer;
}
td.menu_all_off{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#F4E721;
	background: #19171C;
	width: 195px;
	height: 20px;
	border: 1px solid #38393B;
	padding: 2px 2px 2px 4px;
	cursor:hand;
	cursor:pointer;
}
/*---------------------------------------*/
#addProductos{
	position: fixed;
	width: 203px;
	height: 170px;
	background: #E9E9E9;
}
#contenido_cotizador{
	height: 150px;
	border: 1px solid #cccccc;
	overflow-y: auto;
	overflow-x:none;
}
.titulo_articulos{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color:black;
	text-align: left;
	padding-left: 20px;
}
.sub_menu_articulos{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	color:orange;
	text-align: left;
	padding-left: 5px;	
}
.titulo_desplegable{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	color:black;
	text-align: center;
}
.titulo_producto{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	color:black;
	text-align: left;
}
.titulo_cotizar{
	font-family: Arial;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
	color: orange;
	text-decoration: underline;
	text-align: right;
}