/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #3D3D3D;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #26497F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #26497F;
}
a:hover {
	text-decoration: underline;
	color: #26497F;
}
a:active {
	text-decoration: none;
	color: #26497F;
}
.sombra_izq {
	background-image: url(imagenes/sombra_izq.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.sombra_dcha {
	background-image: url(imagenes/sombra_dcha.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bg_azul {
	background-image: url(imagenes/bg_azul.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 2px #CEEEF7 solid;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.bg_menu {

	background-repeat: no-repeat;
	background-position: top;
}
.menu:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.menu:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
strong {
	color: #26497F;
	font-weight: bold;
}
.resalte {
	color: #1C3862;
}
.txt_pie {
	color: #FFFFFF;
	font-weight: bold;
}.list_inicio {
	color: #235278;
}
.producto {
	margin-top: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CECECE;
}
.producto .titu_pro {
	font-size: 15px;
	font-weight: normal;
	color: #1D91B1;
}
.precio {
	height: 18px;
	width: 60px;
	vertical-align: middle;
	color: #26497F;
	font-weight: bold;
	font-size: 12px;
}
.actual {
	font-size: 11px;
	border: 1px solid #23ADCF;
	height: 22px;
	width: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #23ADCF;
	text-align: center;
}

.otra {
	font-size: 11px;
	border: 1px solid #23ADCF;
	height: 22px;
	width: 22px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.tabla_productos {
	float: left;
	margin-right: 20px;
	border: 1px solid #999999;
}

