.bordes_laterales {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
body {
	background-image: url(imagenes/fondo.jpg);
}
.fondo2 {
	background-image: url(imagenes/fondo2.gif);
	background-repeat: repeat-x;
}
.borde1 {
	border: 1px solid #000000;
}
.borde_izq {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.estilomenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a{ 
color:#000000;
text-decoration:none;
} 
a:hover{ 
color:#FFFFFF; 
text-decoration:none;
} 
.tahoma_producto {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 140%;
	color: #333333;
}

.tahoma {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 170%;
	color: #333333;
	font-weight: normal;
}
.verdana12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #B00058;
}
.inputbox {
	background-color: #F1ECD1;
	border: 1px solid #C8B34D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}




td, .componentheading, .contentpane, .contentheading {
	font-family: Arial, Helvetica, sans-serif; /* La fuente */
	font-size: 11px; /* El tamaņo de la fuente */
	line-height: 145%; /* espaciado entre LINIAS */
	color: #000000; /* colores */
	letter-spacing: 1px; /* espacio entre LETRAS */
	}