
#container {
  min-height: 100%;
}

/* Hack para IE 6 */
* html #container {

  height:100%;

}

#webby
	{
  /*position:relative;
  height:40px;
  margin-top:-40px;*/
	
/*		position:fixed;
		bottom: 3px;
		width:25px;
		height:23px;
		z-index:2;
		left: 5px;
*/
	position: absolute;
	top: 100%;
	left: 5px;
	margin-top: -28px;
}
		
/***************************************************************************/	
	

/* CSS Document */
.bordeDcha {
	background:transparent url(../img/pat_der.png) repeat-y scroll 100% 0pt;
	width: 4px;
	position:relative;
}

div.etiqFotoPrd, div.etiqFotoPrd2 {
	display: none;
}
div.etiqFotoPrd, div.etiqFotoPrdOver,
div.etiqFotoPrd2, div.etiqFotoPrd2Over {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: auto;
	height: 15px;
	background-color: #FFF;
	color: #FF00CC;
	position: relative;
	margin-top: -15px;
		
	-moz-opacity:0.75; 
	opacity:0.75; 
	filter:alpha(opacity='75');
}

div.etiqFotoPrdOver, div.etiqFotoPrd2Over {
	display: block;
}
div.etiqFotoPrd2, div.etiqFotoPrd2Over {
	color: #006699;
}

.enlazable {
	cursor: pointer;
}

.cuadroColor, .cuadroColorOver, .cuadroColorSel {
	width: 16px;
	height: 16px;
	font-size: 14px;
}
.cuadroColor {
	border: #cccccc solid 1px;
}
.cuadroColorOver {
	border: #999999 solid 1px;
	cursor: pointer;
}
.cuadroColorSel {
	border: #333333 solid 1px;
	cursor: pointer;
}

.txt_peq {
	font-size: 80%;
}
.txt_azul {
	font-weight: normal;
	color: #5C77B4;
	font-size: 100%;
}
/*.txt_mini:hover {
	color: #666666;
}*/

.tablaPag td {
	padding-right: 4px;
}
.tablaPag td a {
	text-decoration: underline
}

.foto1 {
	border: 1px solid #ADADAD;
	background-color: #EAEAEA;
}
.foto1Over {
	border: 1px solid #FDD2FD;
	cursor: pointer;
}
.foto2 {
	border: 1px solid #ADADAD;
	background-color: #FFFFFF;
	font-size: 90%;
	color: #666666;
}
.foto2Over, .foto3Over {
	border: 1px solid #333333;
	cursor: pointer;
}
.foto3 {
	border: 1px solid #ADADAD;
}
.ok_button {
	background : #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border : #888888 solid 1px;
	color : #888888;
	cursor: pointer;
}
.ok_buttonOver {
	background : #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border : #FF64B1 solid 1px;
	color : #FF64B1;
	cursor: pointer;
}

.control, .controlFoco {
	color:#666666;
	font-size: 100%;
}
.control {
	border : #ADADAD solid 1px;
	background-color: #F8F7FB;
}
.controlFoco {
	border : #FF8AC5 solid 1px;
	background-color: #FFFFFF;
}
.controlRect, .controlSelec, .controlArea {
	width: 265px;
}
.controlArea {
	font-size: 120%;
}

table.tablaArticulos {
	border: 1px solid #ADADAD;
}
/*table.tablaArticulos thead {
	background-color: #cccccc;
}*/
table.tablaArticulos tr.fila_p td.celdaFila, 
table.tablaArticulos tr.fila_i td.celdaFila,
table.tablaArticulos thead tr th {
	padding-top: 5px;
	padding-bottom: 5px;
}
table.tablaArticulos tr.fila_p td.celdaFila {
	background-color: #EAEAEA;
}
table.tablaArticulos tr.fila_i td.celdaFila {
	background-color: #F2F2F2;
}

.enlace {
	font-size: 95%;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.enlaceOver {
	font-size: 95%;
	color: #FF00CC;
	cursor: pointer;
}
.enlace2 {
	font-weight: normal;
	color: #5C77B4;
	text-decoration: underline;
	font-size: 100%;
}
.enlace2Over {
	font-weight: normal;
	color: #FF00CC;
	text-decoration: underline;
	font-size: 100%;
	cursor: pointer;
}
.enlace3 {
	color: #616576;
}

.tBlancoNormal {
	color: #FFFFFF;
	font-size: 90%;
	font-weight: normal;
}

.oculto {
	visibility: hidden;
}
.ocultoOver {
	visibility: visible;
}
.noMostrado {
	display: none;
}
td.tAzLink2 {
	width: 115px;
}

.justificar {
	text-align: justify;
}
.sangrado {
	padding-left: 20px;
}
.titGris2 {
	color: #666666;
	font-size: 110%;
	font-weight: bold;
}
.colorGrisClaro { color: #999999; }
.colorGris { color: #777777; }
.margenInf1 { margin-bottom: 5px; }
.marginSup1 { margin-top: 20px; }

table.tablaEquivalencias { width: 100px; border: #999999 solid 1px; }
table.tablaEquivalencias { border-bottom: none; }
table.tablaEquivalencias th { text-align: left; font-weight: bold; color: #999999; padding: 2px 3px 2px 7px; border-bottom: #999999 solid 1px; }
table.tablaEquivalencias td { text-align: left; color: #666666; font-size: 80%; padding: 2px 3px 2px 7px; border-bottom: #999999 solid 1px; }
/**************************** TOOLTIP ****************************/

#dhtmltooltip {
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid #ADADAD;
    padding: 2px;
    background-color: #FFFFFF;
    visibility: hidden;
    z-index: 100;
    color: #666666;
    font-size: 10px;
}


#dhtmlpointer {
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
    height: 18px;
 }