/* CSS Document */



body {
	height:100%; 
	font-size:12px;
	line-height:1em;
	margin:0px 0px 0px 0px;
	background-image: url(images/fondo.jpg);
	background-repeat:no-repeat;
	background-color:#86D90D;
	font-family:Arial, Helvetica, sans-serif;

}
html, input, textarea
{	
		color:#232323;
		vertical-align:top;
		padding:0px;
		text-align:left;
		font-size:12px;
		
}	

.precioSigno
{
	font-size:11px;
	color:#333333;
	font-weight:bold;
}
.precioMonto
{
	font-size:12px;
	color:#FF6633;
	font-weight:bold;
}

html
{
	overflow-y:scroll;
}
.link  { width:220px; font-weight:bold; margin:0px; text-align:right}

b{color:#232323; font-size:12px; }
a{color:#fc7a00; text-decoration:none; font-size:12px;} 
a:hover{text-decoration:underline; font-size:12px;}
a img{ border:0px}

a.linkFooter{color:#333333; text-decoration:underline; font-size:12px; font-weight:bold} 
a.linkFooter:hover{color:#FFFF33;text-decoration:none;  }

h1{ margin:0px 0px 10px 0px; padding:0px; color:#FF6600; font-size:15px; font-weight:bold; }
h1 a {  text-decoration:underline; margin:0px 0px 10px 0px; padding:0px; color:#FF6600; font-size:15px; font-weight:bold; }
h1 a:hover{  text-decoration:none; margin:0px 0px 10px 0px; padding:0px; color:#FC7A00; font-size:15px; font-weight:bold; }


a.linkGris{color:#666666; font-weight:bold} 
a.linkGris:hover{color:#ff6600;text-decoration:none;  }
/* ------------------------------------------------------ */
.header{

	width:960px;
	margin-left: auto ;
	margin-right: auto ;
}

.header .submenu{

	background-repeat:no-repeat;
	padding:120px 5px 8px 5px;
	text-align:right;
}

.header .submenu a{

background-repeat:no-repeat;
padding-left:20px;
color:#FFFFFF;
margin-left:12px;
}

.header .submenu a:hover{
color:#FFFF33;
}

.header .menu{
}
/* ------------------------------------------------------ */

.input{
   background:#f5f5f5;
   border:1px solid #dadada;
   font-size:10px;
   width:80px; height:15px;
}
.textarea{
   background:#f5f5f5;
   border:1px solid #dadada;
   margin-bottom:12px;
   width:205px; height:132px;
   overflow:auto}

.input2{
	font-family:Arial, Helvetica, sans-serif;
   background:#f5f5f5;
   border:1px solid #dadada;
   font-size:12px;
   width:190px; 
   height:218x;
   padding:2px 4px 0px 4px;

}
.select2{
font-family:Arial, Helvetica, sans-serif;
   background:#f5f5f5;
   border:1px solid #dadada;
   font-size:12px;
   width:190px; 
   height:18px;
   padding:1px 0px 0px 4px;

}
.textarea2{
	font-size:12px;
   background:#f5f5f5;
   border:1px solid #dadada;
   width:225px; height:120px;
   overflow:auto;
   padding:2px 2px 2px 4px;
}

/* ------------------------------------------------------ */
.mainHI {
width:960px; margin-left:auto ;margin-right:auto; 

}
.mainHI .contentHI{
	padding:10px; 
	margin:0px;
	background-color:#FFFFFF; 
	color:#333333;
	vertical-align:top;
	font-size:12px;
	line-height:16px;

}

.mainHI .contentHI strong{
	font-size:11px;
	color:#333333;
}
.spacerHI{
	height:10px; padding:0px; margin:0px; font-size:2px; background-color:inherit;
}

.mainHI .contentHI .simpleBoxHI
{
	background:none; padding:10px;	
}

.mainHI .contentHI .simpleBoxHI ul
{
	font-weight:bold;
	margin:5px 5px 5px 20px;
	padding:0px;
}

.mainHI .contentHI .simpleBoxHI .renglon{
	height:20px; width:350px;
	background:url(images/decoracion.linea.punteada.gif); background-position:bottom; background-repeat:repeat-x; padding:4px 0 3px 0px 
}
.clearer {clear: both;  line-height: 0; height: 0;}

 .naranja{
 color:#ff6600;
 }
 
.ulEspaciado ul li{
padding:8px 0px 4px 0px;
font-weight:normal; font-size:11px;
background:url(images/decoracion.linea.punteada.gif); background-repeat:repeat-x; background-position:bottom;

}


.grisConBorde {
	padding: 8px;
	background: url(images/dt_td_back.jpg) bottom left repeat-x;
	border: 1px solid #CCC;
	vertical-align: top;
}

.textoComunGris	{	font-family:Arial, Helvetica, sans-serif;
		color:#a1a1a1;
		vertical-align:top;
		padding:0px;
		font-size:12px;
	}
	
 .transpDiv{
	position:absolute; 
		overflow:hidden;
}

 .transpDivBackground{ z-index:20; position:absolute; top:0px; bottom:0px; left:0px; right:0px; opacity: 0.2; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); overflow:hidden;}

 .transpDivContent{
	position:absolute;top:0; bottom:0; left:0; right:0; font-weight:bold;  z-index:30;  overflow:hidden;
}

