/* CSS Document */
html{
	height: 100%;
        width: 100%;
	overflow: hidden;
}
BODY {
	height: 100%;
        width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;	
	margin-bottom: 0px;
	background-color: #FfFfff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;	
	font-weight: normal;
}
.titulosTabla {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #378A8A;
	font-size: 10pt;
	margin-bottom: 2em;
}

.login {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

.tablaBor {
	border: 1px solid #D2CDE5;
}


.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;	
}

li {
	list-style-type: square;	
}

a {
	text-decoration: none;
	color: #000000;	
}

a:visited {	
	text-decoration: none;
	font-style: normal;	
	line-height: normal;
	font-variant: normal;

}

a:hover {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #645A9E;		
}

.menuPrincipal {
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;			
}
.mas {
	text-decoration: none;
	color: #666666;
	font-size: 8pt;			
}
.titProd {
	text-decoration: none;
	color: #6D67A2;
	font-weight: bold;
	font-size: 11pt;		
} 

form {
	border: 0px none;
	margin: 0px;
}

.check {
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;
	color: #444444;
	border:1px solid #685CA0;
}

blockquote {
	margin: 1.5em 2em 0em 1.5em;
}

.boton {
	background-color: #efefef;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(../images/fondoBoton.jpg);
	border: 1px outset;
}
.alerta{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #645A9E;
	font-style: italic;
}
.letreros{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;	
	color: #000000;	
}
.carrito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;	
}

.nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #919191;	
}
.indicadores
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #8D80B6;

}
.linkCarrito
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF9900;

}

.acceso
{
	background-color: #FFFFFF;
}

.highlight
{
	color: #8D80B6;

}


INPUT.errHilite, SELECT.errHilite, TEXTAREA.errHilite {
   padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(../imagenes/warning_obj.gif); background-position: right; background-repeat: no-repeat;
}
