/* CSS Document */
.blanco
{
	color: White;
	font-weight: bolder;
	font-family: verdana;
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/backgr.gif);
}

A:link { text-decoration:none; }
A:visited { text-decoration:none; }
A:active { text-decoration:none; } 
A:hover { /*text-decoration:underline;*/ } 

.fecha
{
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
}

.box
{
	font-family:Tahoma;
	font-size:11px;
	height:15px;
	padding-left: 5px;
	margin-bottom:0px;
}	

#cajatrans {
	width:230px; 
	height:215px;
	overflow: hidden;
	/*
	border: solid 1px #FFFFFF;
	background-color:#FFFFFF;
	filter:alpha(opacity=15);
	opacity: 0.15;
	-moz-opacity:0.15;
	*/
}	

#cajatrans table
{
	/*
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	*/
}

.texto {
	color:#505050;
	font-family:Tahoma;
	font-size:10px;
	text-align:justify;
}

.texto1 {
	color:#EAEAEA;
	font-family:Tahoma;
	font-size:10px;
	text-align:justify;
}

.pie {
	font-family:tahoma;
	font-size:10px;
	color:#747474;
}

.boton {
	border: 1px none;
	background-image:url(../images/btnbuscar.gif);
	width:67px;
	height:22px;
}

.send {
	border: 1px none;
	background-image:url(../images/btnsend.gif);
	width:67px;
	height:22px;
}

.clear {
	border: 1px none;
	background-image:url(../images/btnclean.gif);
	width:67px;
	height:22px;
}

.caja {
	border: 1px solid #AFBCDA;
	font-family:Tahoma;
	padding-top:3px;
	padding-left: 5px;
	font-size:10px;
	width:180px;
	height:17px;
}

.caja1 {
	border: 1px solid #AFBCDA;
	font-family:Tahoma;
	padding-top:3px;
	padding-left: 5px;
	font-size:10px;
	height:17px;
}

.linea {
	font-family:Arial;
	font-size:13px;
	/*color:#000000;
	font-weight:bold;*/
}	

.tit_prod {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#1240B4;
}

.producto {
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	color:#000000;
}

.text2  {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#1240B4;
}

.text3  {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#505050;
}

.text3a  {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color:#505050;
}


.text4  {
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
}

.text5 {
	font-family:Arial;
	font-size:18px;
	color:#3C3C3C;
	font-weight:bold;

}

.text6 {
	font-family:Arial;
	font-size:15px;
	color:#8CAF3C;
	font-weight:bold;

}

.txttitnot {
	font-family:Arial;
	font-size:16px;
	color:#3C3C3C;
	text-align:left;
	font-weight:bold;

}

.txtpost  {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#8CAF3C;
}


.texred {
	color:#1240B4;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 191px;
padding: 2px;
/*padding-left:15px;*/
bo/*rder: 1px solid black;
background-color: lightyellow;*/
opacity: 0.9;
filter:alpha(opacity=90);
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.text{
	font-family:Tahoma;
	font-size:10px;
	/*color:#333333;*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


a.lk
{
	font-family:tahoma;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	color:#3F3F3F;
}

a.lk:hover
{
   text-decoration:none;
   border-bottom-style:dotted;
   border-bottom-width:1px;
   color:#163993;
	/*padding-left:5px;*/
}

a.lkn
{
	font-family:tahoma;
	font-size:10px;
	text-decoration:none;
	color:#3F3F3F;
}

a.lkn:hover
{
	text-decoration:none;
	color:#163993;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

span.title
{
	font-size: 15px;
	font-weight: 600;
}

div.warning {
	display: inline-block;
	overflow: visible;
	background-color: #FFFFE1;
	border: solid 1px #F2D173;
	padding: 30px;
	padding-bottom: 50px;
}

div.warning img { float: left; }

div.warning span 
{
	float: left; 
	margin-left: 11px;
	display: inline-block;
	color: #000000;
	width: 65%;
	font-weight: 400;
	font-family: Arial;
	font-size: 11px;
}

div.warning img.close
{
	left: -10px;
	top: -10px;
	float: right;
	cursor: hand;
}
