@keyframes blink {
	50% {
	  opacity: 0.0;
	}
  }
  .blink {
	animation: blink 2s step-start 0s infinite;
  }

body{
		scrollbar-face-color: #9B467D; 
		scrollbar-shadow-color: #333333; 
		scrollbar-highlight-color: #333333; 
		scrollbar-3dlight-color: #cccccc; 
		scrollbar-darkshadow-color: #333333; 
		scrollbar-track-color: #cccccc; 
		scrollbar-arrow-color: #cccccc; 
		behavior: url("csshover3.htc");
}

td{
font-size:12px;
font-family:Tahoma;
color:#333333;
line-height: 18px;
}

ul{ 
list-style-image: url(images/arr.gif);
margin-left: -15px;
}

.titulo{
font-size:14px;
font-family:Tahoma;
font-weight:bold;
color:red;
}

hr.linea_gris { 
height: 1px;
border: 0;
color: #CCCCCC;
background-color: #CCCCCC;
/*width: 100%;*/
}


hr.linea_roja { 
height: 1px;
border: 0;
color: #CC0000;
background-color: #CC0000;
/*width: 100%;*/
}


hr.linea_azul { 
height: 1px;
border: 0;
color: #003399;
background-color: #003399;
/*width: 100%;*/
}


hr.linea_blanca { 
height: 1px;
border: 0;
color: #FFFFFF;
background-color: #FFFFFF;
line-height: 1px;
/*width: 100%;*/
}


/* enlace no visitado*/
a:link{
font-size:11px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:#000000;
text-decoration:none;
}


/* enlace visitado*/
a:visited{ 
font-size:11px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:#000000;
text-decoration:none;
}


/* enlace activo (pulsado) */
a:active{
font-size:11px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:#000000;
text-decoration:none;
}


/* rat�n en el enlace, sin pulsar. */
a:hover{
font-size:11px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:#4270CC;
text-decoration:underline;
}


/*pie de pagina*/
/* enlace no visitado*/
a.pie:link{
font-size:12px;
font-family:Tahoma;
color:#FFFFFF;
}

/* enlace visitado*/
a.pie:visited{ 
font-size:12px;
font-family:Tahoma;
color:#FFFFFF;
}

/* enlace activo (pulsado) */
a.pie:active{
font-size:12px;
font-family:Tahoma;
color:#FFFFFF;
}

/* rat�n en el enlace, sin pulsar. */
a.pie:hover{
font-size:12px;
font-family:Tahoma;
color:#FFFFFF;
text-decoration:underline;
}
/*fin pie de pagina*/


.boton_azul{
font-size:11px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:white;
background:#2B4D92;
border:1px;
width:70px;
height:22px;
border-top: 1px solid #cccccc; 
border-bottom: 2px solid #666666; 
border-left: 1px solid #cccccc; 
border-right: 2px solid #666666;
}


.boton_azul_largo{
font-size:11px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:white;
background:#2B4D92;
border:1px;
width:140px;
height:22px;
border-top: 1px solid #cccccc; 
border-bottom: 2px solid #666666; 
border-left: 1px solid #cccccc; 
border-right: 2px solid #666666;
}

.pie{
font-size:12px;
font-family:Tahoma;
color:#000000;
line-height: 18px;

}


.relacion_medicamentos
{
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 33%, rgba(0,212,255,1) 100%);
}

.relacion_perfumeria
{
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,65,9,1) 33%, rgba(0,212,255,1) 100%);
}


#texto_imprimir_remitos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	word-spacing: 0px;
	color: #361CA1;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	}