/* Estilos del template */

body, html {
	background-image: url(../images/template/background-gral.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:link {
	color: #F30;
	}
	
a:visited {
	color: #F30;
}

a:hover {
	color: #F00;
}

a:active {
	color: #F00;
}

.pie {
	font-family: tahoma, arial, verdana;
	font-size: 0.7em;
	color: #666666;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}


.tabla_100 {
	height: 100%;
	background-color: #FFFFFF;
}
.CeldaMenu {
	background-color: #FFAF00;
	background-image: url(../images/template/fondo-celda-menu.gif);
	background-repeat: repeat-x;
}
.CarroDeCompras {
	font-family: tahoma, arial, verdana;
	font-size: .75em;
	background-color: #FFCC00;
	text-align: center;
}
.BotonMenuNaranja {
	background-image: url(../images/template/tpl-back-button-anaranjado.gif);
	height: 30;
	text-indent: 28px;
}
:link.MenuNaranja {
	font-family: tahoma, arial, verdana;
	font-size: 0.75em;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

:visited.MenuNaranja {
	font-family: tahoma, arial, verdana;
	font-size: 0.75em;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
:hover.MenuNaranja {
	font-family: tahoma, arial, verdana;
	font-size: 0.75em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.BotonMenuGris {
	background-image: url(../images/template/tpl-back-button-gris.gif);
	height: 30;
	text-indent: 28px;
}
:link.MenuGris {
	font-family: tahoma, arial, verdana;
	font-size: 0.75em;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
:visited.MenuGris {
	font-family: tahoma, arial, verdana;
	font-size: 0.75em;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
:hover.MenuGris {
	font-family: tahoma, arial, verdana;
	font-size: 0.75em;
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}
.CeldaDivNaranja {
	background-image: url(../images/template/fondo-celda-anaranjado.gif);
	height: 20px;
	border: 1px solid #FF6600;
	margin: 0px;
}
.CeldaDivRoja {
	background-image: url(../images/template/fondo-celda-roja.gif);
	height: 20px;
	border: 1px solid #990000;
	margin: 0px;
}
.CeldaDivVerde {
	background-image: url(../images/template/fondo-celda-verde.gif);
	height: 20px;
	border: 1px solid #009900;
	margin: 0px;
}
.CeldaDivAzul {
	background-image: url(../images/template/fondo-celda-azul.gif);
	height: 20px;
	border: 1px solid #003399;
	margin: 0px;
}
.texto {
	font-size: .75em;
}
.titulo {
	font-size: 1.25em;
	font-weight: bold;
	color: #F30;
}
