/* CSS Document */
/*---------------------------------------------- General ---------------------------------------------*/
body  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	background: #999999 url(imagenes/background.gif) repeat-y center;
	color: #666666;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	scrollbar-3d-light-color: #CCCCCC; 
	scrollbar-arrow-color: #000000; 
	scrollbar-base-color: #CCCCCC;
	scrollbar-dark-shadow-color: #999999; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #999999; 
	scrollbar-shadow-color: #999999;
/*	scrollbar-track-color:#CCCCCC;*/
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background: transparent;
	text-align: justify;
}
a:link, a:visited {
	color: #FF9933; text-decoration: none;
	font-size: 9pt;
	text-decoration: none;	
}

a:hover, a:active {
	color: #000000;	text-decoration: none;
	font-size: 9pt;
	text-decoration: none;	
}
h1 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9900;
	background-color: transparent;
	float: left;
}
h2 {
	padding-right: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: capitalize;
	color: #FF9900;
	background-color: transparent;
	float: right;
}
p.info{
	padding: 0px 20px 0px 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background: transparent;
	text-align: justify;
	clear: both;
}
span.e-mod {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

/*-------------------------------------------CSS Menu Principal--------------------------------------*/

#linksjavabox{
}

#linksjavabox a{
	width: 100px; 
	height: 25px; 
	margin: 0px 0px 0px 1px; /*espacio entre tabs*/
	padding-top: 8px;
/*	display: block; */
	display: inline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background: #CCCCCC url(imagenes/fondo_link0.gif) repeat-x top;
	border: 1px solid #999999;
	float: left
}
#linksjavabox a:hover, #linksjavabox a.current{
	background: #F39F3D url(imagenes/fondo_link1.gif) repeat-x top;
	border: 1px solid #f99d45;
	color: #FFFFFF;
}
#contenedorextra{
	padding-top: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	width: 426px; 
	height: 19px
}
a.linkextra:link, a.linkextra:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background: transparent;
	text-align: center;	
	text-decoration: none;
}
a.linkextra:hover, a.linkextra:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
}
.extramenu{
	display:none;
}
#linksbox {
	width: auto;
	height: 55px;
	margin: 0px 0px 0px 10px;
	float: left
}

/*------------------------------------------- Menu Secundario -------------------------------------------*/

a.menu_secundario:link, a.menu_secundario:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;
	height: 18px;
	width: 172px;
	background-color: #F99A3E;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #F99A3E;
/*	color: #000000;
	background-color: transparent;	*/
}
a.menu_secundario:hover {
	height: 18px;
	width: 172px;
	text-decoration: none;
	border: 1px solid #F99A3E;
	color: #000000;
	background-color: transparent;	
/*	background-color: #FF6600;
	color: #FFFFFF;*/
}

/*----------------------------------------- Atención al Cliente -----------------------------------------*/

.atencion {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.atencion:link, a.atencion:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none
}
a.atencion:hover, a.atencion:active {
	color: #FF9933;
	text-decoration: underline
}

/*---------------------------------------------- Productos ----------------------------------------------*/

img.link_productos {
	border: 0px;
	margin: 0px
}

/*--------------------------------------------- Formularios ---------------------------------------------*/

.button {
	color: #FF9933;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: #FFFFFF url(../imagenes/button_bg.png) repeat-x;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
}
input { 
	width: 100%;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font-family: "Courier New", Courier, mono; 
	font-size: 9pt; 
	border-bottom: 1px solid #666666;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;	
	background: #F9F9F9; 
	color: #000000; 
} 
select { 
	width: 100%;
	margin: 0px;
	font-family: "Courier New", Courier, mono; 
	font-size: 8pt; 
	border: 1px solid #666666;
	color: #000000; 
	background: #F9F9F9;
} 
textarea {
	width: 100%;
	font-family: "Courier New", Courier, mono; 
	font-size: 9pt; 
	text-align: justify;
	border: 1px solid #666666;
	color: #000000; 
	background: #F9F9F9;
}
.forma {
	font-family: Arial, Hevlvetica, sans-serif; 
	color: #FF9933;
	font-size: 9pt; 	
}

td.casilla {
	margin: 0px;
	padding-left: 25px;
	background: #F4F4F4;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}


/*------------------------------------------ Ruta y Controles -------------------------------------------*/

table.path {
	margin-bottom: 10px;	
	border-bottom: 2px dotted #999999;
}
td.path {
	padding-left: 3px;
}
.path{
	margin: 0px;
	padding: 0px;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #999999;
}
a.path:link, a.path:visited{
	margin: 0px 0px 0px 0px;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #FF9933;
	text-decoration: none;
}
a.path:hover, a.path:active{
	color: #FF6600;		
}
/*------------------------------------MENU TEST-------------------------------------------------------*/
a.menutest:link, a.menutest:visited{
	width: 104px; 
	height: 25px; 
	margin: 0px 0px 0px 1px; /*espacio entre tabs*/
	padding: 8px 0px 0px 0px;
	display: inline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background: #CCCCCC url(imagenes/fondo_link0.gif) repeat-x top;
	border: 1px solid #999999;
	float: left
}
a.menutest:hover, a.menutest:active{
	background: #F39F3D url(imagenes/fondo_link1.gif) repeat-x top;
	border: 1px solid #f99d45;
	color: #FFFFFF;